How to set the socket type and the protocol of a socket using create_connection?
Dave Angel
d at davea.name
Mon Aug 20 13:27:06 EDT 2012
More information about the Python-list mailing list
Mon Aug 20 13:27:06 EDT 2012
- Previous message (by thread): How to set the socket type and the protocol of a socket using create_connection?
- Next message (by thread): How to set the socket type and the protocol of a socket using create_connection?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 08/20/2012 11:04 AM, Guillaume Comte wrote: > <SNIP> > Because I work on a network emulator and I want to check biterros patterns so I need to access the data of the packets. An dsince my test program is written in Python, it's easier to do it in Python. You should look up scapy. http://www.secdev.org/projects/scapy/ -- DaveA
- Previous message (by thread): How to set the socket type and the protocol of a socket using create_connection?
- Next message (by thread): How to set the socket type and the protocol of a socket using create_connection?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list