library wireshark in ruby
I'm doing my project of 4th year of university and the theme of this project is to realize a network analyser with web interface close to what wireshark proposes. So its necessary to mapper the wireshark library in the ruby language, that will allow me after to dissector the packets captured.
I have been looking for some manual or documentation about the library on the net but no success. Afetr all i decided to join the developpers mailing list to post the question and learn about development of wireshark library. Is there any manul or documentation , as every programming开发者_如何学编程 libarary and any ideas are welecome.
Thanks in advance
I just ran across the ffi-pcap library that may help you along.
精彩评论