[Tcpick-project] Question about multiple streams
Status: Beta
Brought to you by:
duskdruid
From: Chuck L. <chu...@gm...> - 2011-02-07 06:00:12
|
I'm using a php script to parse input coming from tcppick. I've figured out how to get it working with one stream, however if I have multiple incoming streams on the same port I can't figure it out. Right now i'm using something like tcpick -bR "port xxx" | php5 ./myscript.php and reading the input in from stdin. Is there any way that I can make tcppick launch multiple instances of my script depending on how many connections are coming in each one is on the same dest port but a different source port if that helps Thanks -- Chuck Lane |