Re: Logging from a multiprocess application

2014-02-06 Thread Mark Betz
On Thursday, February 6, 2014 1:24:17 PM UTC-5, Joseph L. Casale wrote: > I have a module that has one operation that benefits greatly from being > multiprocessed. > Its a console based module and as such I have a stream handler and filter > associated to > the console, obviously the mp based ins

Re: Python (windows)packet sniffer ARP

2014-01-31 Thread Mark Betz
On Friday, January 31, 2014 2:10:28 AM UTC-5, Ralle wrote: > Hello > > > > I am wondering if it possible to create a packet sniffer in windows using > python that only sniffs for ARP packets. A couple of links to get you started: http://www.winpcap.org/ http://code.google.com/p/winpcapy/ --