RE: Build spoofed IP packets

2005-10-06 Thread Payton, Zack
See scapy.py I've completed windows support at this time and am currently testing it, working out some bugs. If you want a copy just ask. I need some testers. It can do almost any packet transmissions you want. (google it) Z -- http://mail.python.org/mailman/listinfo/python-list

Os.fork() replacement for windows.

2005-09-22 Thread Payton, Zack
Title: Os.fork() replacement for windows. Ok ladies and gentlemen, I'm attemtping to port a unix based app written in python over to windows.  However this app relies on the os.fork() to achieve parallelism for sending and receiving network packets.  I need to 'fork' the code to send a seri