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 [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to