Ethereal-dev: Re: [ethereal-dev] iptrace & multi-home

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gerald Combs <gerald@xxxxxxxx>
Date: Sat, 2 Jan 1999 19:01:44 -0600 (EST)
On Sat, 2 Jan 1999, Gilbert Ramirez Jr. wrote:

> I have provided a sample iptrace file at
> http://ethereal.zing.org/~gram/sample.html 
> 
> I intend for that page to house a collection of interesting trace files for
> users of ethereal to play with. If you have any trace showing exotic
> packets, please send them to me (or put them on pow.zing.org where I can
> find them). The iptrace file I supplied on that web page is a trace on a
> machine with a token-ring card and an ethernet card. The packet types are
> intermixed throught the trace. With the change I made, ethereal handles
> this just fine.

  For anyone who wants to contribute a trace file but has concerns over
privacy, there is a utility called tcpdpriv that might help.  Here's the
description from the man page:

     Tcpdpriv removes sensitive information from a packet trace, replacing it
     with contrived information from which the sensitive information cannot be
     reconstructed.  By removing the sensitive information, the output of
     tcpdpriv may be shared with others (for debugging or network analysis,
     say).

  It can be found at

    http://www.iprg.nokia.com/~minshall/sw/tcpdpriv/tcpdpriv.html .

I also have a copy at http://ethereal.zing.org/~gerald , along with a
patch to make it compile under Linux.  This might not be a bad feature to
add to ethereal, either.