Type: Posts; User: seffel; Keyword(s):
Sorry. It wasn't what I was after. Thanks anyway.
I would like to create a raw TCP packet. The socket is created like this: socket = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_TCP) But then? I can't seem to figure out how...