exported / execap

Automatically exported from code.google.com/p/execap
GNU General Public License v3.0
0 stars 0 forks source link

Connection tracking test needed #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Connection tracking has been carefully reviewed but a test script needs to be 
available.  I have a pretty hacked-up perl script to dump an EXE over the wire 
but it isn't sophisticated enough.  I'll check it in soonish.

Original issue reported on code.google.com by bmenr...@ucsd.edu on 5 Jan 2011 at 12:06

GoogleCodeExporter commented 9 years ago
On second thought, this is a low priority issue.

Original comment by bmenr...@ucsd.edu on 20 Feb 2011 at 5:19

GoogleCodeExporter commented 9 years ago
I made a tests directory and checked in a perl script that can send an EXE in a 
random order over the network.  It isn't a unit test but it's a reasonable 
starting point for testing obscure TCP stream behavior.

This should be good enough for now.

Original comment by bmenr...@ucsd.edu on 21 Feb 2011 at 9:03