Friday, June 6, 2008

Network Dumper - Log data on a given socket

This script basically redirects all traffic sent to a given port to a text file before passing the traffic along a socket. I wrote this years ago to use in troubleshooting socket connections for TCP/Anywhere.

The script listens on a defined socket, establishes a new socket to the defined destination, and dumps packets captured to disk. It will run on any OS with Perl.

Download Network Dumper - [HERE]

0 comments: