MediocreGopher has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to have a server which takes the packets it receives from a client and processes them. I need to be able to view the entire tcp packet, not just the data contained in the inner layer. I can do this with pcap, but since the server already has Socket being used, and I want to try to minimize the number of required packages, doing the same with Socket would be great.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using socket instead of pcap
by NetWallah (Canon) on May 07, 2010 at 04:53 UTC | |
|
Re: Using socket instead of pcap
by MediocreGopher (Initiate) on May 07, 2010 at 01:47 UTC | |
by rowdog (Curate) on May 07, 2010 at 04:34 UTC | |
|
Re: Using socket instead of pcap
by MediocreGopher (Initiate) on May 07, 2010 at 05:33 UTC | |
|
Re: Using socket instead of pcap
by ww (Archbishop) on May 07, 2010 at 00:58 UTC |