Monitoring raw TCP data

Allen Rouse arouse at rouse.aus.tx.bbnow.net
Fri Mar 10 14:31:58 EST 2000


tcpdump, ethereal, etc all make use of libpcap.

if you make an extension module making libpcap available to Python it would be great.

Libpcap has been ported to Win32. Some people did this to port tcpdump over. So you
 would have an extension module that would be practically identical on both Unix and
 Win32 (plus and minus a couple of things).


In article <8a6ius$flh$1 at bob.news.rcn.net>, "Z Three
 Penguin" <z3penguin at z3penguin.com> wrote:
> 
> Is there any way to see/act on the raw TCP data coming into my computer?
> 




More information about the Python-list mailing list