[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trace TCP session
- To: Alon Altman <alon(at-nospam)vipe.technion.ac.il>
- Subject: Re: trace TCP session
- From: Adi Stav <stav(at-nospam)actcom.co.il>
- Date: Wed, 9 May 2001 12:56:30 +0300
- Cc: Linux-IL <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <Pine.LNX.4.33.0105091235300.5554-100000@alon1.dhs.org>; from alon@vipe.technion.ac.il on Wed, May 09, 2001 at 12:37:50PM +0300
- Mail-Followup-To: Alon Altman <alon@vipe.technion.ac.il>,Linux-IL <linux-il@linux.org.il>
- References: <Pine.LNX.4.33.0105091235300.5554-100000@alon1.dhs.org>
- Sender: Adi Stav <adi(at-nospam)stav.org.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mutt/1.3.15i
On Wed, May 09, 2001 at 12:37:50PM +0300, Alon Altman wrote:
> Hi,
> Is there any way to be able to easily trace the data transferred in a TCP
> session that was collected via tcpdump or strace?
> Is there an existing tool to split tcpdump data into TCP connections and
> create a user-readable output of the connection flow?
>
> I want to use this to check what do some closed-source apps are doing...
Ethereal has this feature, at least in its GUI - it also has CLI
interface, but I don't know if the CLI is feature-complete. If you
only need to use it on a few TCP connections, the GUI will suffice.
strace/truss might also prove useful, if it is a Unix program.
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il