Hello,
Well for example if you wanted to monitor the traffic on a Linux box (router maybe) I would use tcpdump and then use ethereal to view the traffic.
tcpdump -n -i eth0 -w /tmp/testfile -s 9999 port 110 and host X.X.X.X
-n - do not try and resolve the domain name -i - interface -w - write data to file -s - snap length (length of packet to capture)
Michael.
Jesse Kline wrote:
Quick question,
How can I use ethereal, or a similar tool to capture pop and smtp traffic going into and out of a specific domain on the internet?
Thanks,
Jesse
_______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying
_______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

