hello,
  I have written a tcp socket server using the Perl Cookbook
and Use Socket.  This is nice an works well. However, i want to write a
server that can listen for a special packet. So i need to get down
futher that the Perl Cookbook shows. I want to see each packet and
be able to look at its window size, what flags are set, payload
size..etc..etc. I would also like the ability to make packets on
a low level. Something like Net::RawIP looks good for making..
but how could i get my socket server to give me access to each packet...
i.e. let me make the handshake and everything.

Thanks,
-- 
jdavis <[EMAIL PROTECTED]>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to