simple TCP data capture program

2003-08-14 Thread Dominiod
Hi, Is there a simple tool in freebsd (in ports?) that allows you to see data going to and from a particular port on your machine? (I want to be able to see what is being sent to and from a program I am writing which isnt quite working properly) I looked at tcpdump and tcpshow to decode

Re: simple TCP data capture program

2003-08-14 Thread Mailing List Account
On Thu, 14 Aug 2003, Dominiod wrote: Is there a simple tool in freebsd (in ports?) that allows you to see data going to and from a particular port on your machine? (I want to be able to see what is being sent to and from a program I am writing which isnt quite working properly)

Re: simple TCP data capture program

2003-08-14 Thread Jez Hancock
On Thu, Aug 14, 2003 at 12:11:28PM +1000, Dominiod wrote: Hi, Is there a simple tool in freebsd (in ports?) that allows you to see data going to and from a particular port on your machine? (I want to be able to see what is being sent to and from a program I am writing which isnt quite

Re: simple TCP data capture program

2003-08-14 Thread Mike Tancsa
At 12:11 PM 8/14/2003 +1000, Dominiod wrote: Hi, Is there a simple tool in freebsd (in ports?) that allows you to see data going to and from a particular port on your machine? tcpdump works in real time e.g. telus-151front# tcpdump -n -c 2 -i fxp1 -Xx -s 1500 -vvv -e dst port 135 tcpdump:

Re: simple TCP data capture program

2003-08-14 Thread David
Take a look at Trafshow. /usr/ports/net/trafshow - Original Message - From: Dominiod [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 9:11 PM Subject: simple TCP data capture program Hi, Is there a simple tool in freebsd (in ports?) that allows you to see