views:

37

answers:

2

Hello,

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

A: 

I just ran across the ffi-pcap library that may help you along.

Brian
Thanks for your answer, what is this program will allow me to make the capture of packets and to dissect later ?. I had also seen http://github.com/ffi/ffi is it the same ?
Brian
A: 

Thanks for your answer, what is this program will allow me to make the capture of packets and to dissect later ?. I had also seen github.com/ffi/ffi is it the same ?