low level networking in python
billiejoex
gnewsg at gmail.com
Thu Apr 5 06:47:59 EDT 2007
More information about the Python-list mailing list
Thu Apr 5 06:47:59 EDT 2007
- Previous message (by thread): low level networking in python
- Next message (by thread): low level networking in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I wish to do some low level network stuff using python. > I've googled somewhat and came up with pylibpcap[1], trouble is I > can't compile it on my Ubuntu 6.10 workstation. I would suggest pcapy: http://oss.coresecurity.com/projects/pcapy.html Higher level, easier Object-Oriented API and support for multi- threading. Here's an example showing a simple sniffer app: http://oss.coresecurity.com/impacket/sniff.py Anyway, what kind of 'low-level network stuff' we're talking about?
- Previous message (by thread): low level networking in python
- Next message (by thread): low level networking in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list