Follow TCP Stream in Ruby

Hi,
I am looking for implementing “Follow TCP stream” functionality of
Wireshark in Ruby.
Any idea are welcome ?
Thanks & Regards,
Prashant

I am looking for implementing “Follow TCP stream” functionality of
Wireshark in Ruby.
Any idea are welcome ?

http://www.rubyinside.com/scruby-a-ruby-shell-for-packet-sending-and-sniffing-460.html

perhaps.
-r

THAKUR PRASHANT SINGH wrote:

Hi,
I am looking for implementing “Follow TCP stream” functionality of
Wireshark in Ruby.
Any idea are welcome ?
Thanks & Regards,
Prashant

The following is a ruby wrapper for libpcap, which I believe is what
Wireshark uses to capture packets:

http://www.goto.info.waseda.ac.jp/~fukusima/ruby/pcap-e.html

Note: there might be newer versions out there.

ciao,
ammar

Thanks ammar ,
I was indeed looking for the examples.
Hopefully this will help.
Regards,
Prashant

THAKUR PRASHANT SINGH wrote:

Hi,
I am looking for implementing “Follow TCP stream” functionality of
Wireshark in Ruby.
Any idea are welcome ?
Thanks & Regards,
Prashant

I should have added that most links are broken on the page I sent
earlier, just get the tarball. It has the code and the samples.

Hope that helps,
ammar