Ethereal-dev: [ethereal-dev] capture file naming

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

From: Gilbert Ramirez <gramirez@xxxxxxxxxx>
Date: Tue, 30 Mar 1999 13:50:50 -0600
Does anyone mind if I change the way ethereal saves captures?
That is, I want to change it to act like other [commercial] packet
analyzers: When you capture some packets, ethereal saves the trace
to some file that only it knows. (it will create a unique name with
tempnam() and pass the name to libpcap).

After the trace is completed, it is automatically loaded, parsed, and
displayed on the screen. If the user wants to save the trace, he can
then chose "File | Save As" to give the file a name.

--gilbert