in reply to HTTP data from TCP packet

Do what from what? :)

HTTP data is simply the concatenation of the contents of a bunch of tcp/ip packets ...

http://WireShark.org does this

Search :)

perl pcap packet http session
site:perlmonks.org perl pcap packet http session
HTTP from TCP
site:perlmonks.org HTTP from TCP
http://blog.kiddaland.net/dw/pcapcat
TCP session recreation from pcap files

Replies are listed 'Best First'.
Re^2: HTTP data from TCP packet
by Manu305 (Initiate) on Jun 14, 2011 at 07:56 UTC

    I want to extract http data using perl from a packet captured using NetPcap module.

    I dont want to use wireshark or any other sniffer. If you can tell me some module which can give the http data from the packet captured then it will be helpful.