Manu305 has asked for the wisdom of the Perl Monks concerning the following question:

Hey all,

I am trying to extract http data from an ethernet packet. I am able to extract the TCP data using NetPacket module. But I dont know how to get http data from TCP data.

Please help me out.

Thanks

Replies are listed 'Best First'.
Re: HTTP data from TCP packet
by Corion (Patriarch) on Jun 14, 2011 at 07:35 UTC
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: HTTP data from TCP packet
by Anonymous Monk on Jun 14, 2011 at 07:34 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.