in reply to Re^2: How can I extract tcp links from pcap files with Perl ?
in thread How can I extract tcp links from pcap files with Perl ?

alias for a complete tcp stream :)

I would have never guessed that. Its best to stick to the terminology the inventors use, like tcp session or tcp conversation or tcp stream ...

See Tutorials: Network Programming: Perl and Net::Pcap

http://search.cpan.org/dist/Sniffer-HTTP/bin/dump-raw.pl

pcap2mpeg

TCP session recreation from pcap files

The top two links are dead-on

  • Comment on Re^3: How can I extract tcp links from pcap files with Perl ?