On Sat, 2006-10-07 at 00:49 -0500, Michael J. Pomraning wrote: > > One line in your 'process_thread' sub looks typo'd to me: > > > my %p = shift @objs;
Yea that is bad code. The original is at http://buford.linxdev.com/syn_orig.pl This program simply places the packet in an array for the process thread to display it. The next step is that I need to place a timestamp with the packet so that the process thread nows when that packet arrived. To do that I started heading down the road of creating a Packet object to append to the list. Apparently not a good idea....
