Update the man page to reflect the "Capture/Start" and "Display/Options"

menu items.

svn path=/trunk/; revision=321
This commit is contained in:
Guy Harris 1999-06-19 08:48:30 +00:00
parent 5d565b7fee
commit f8ff7a6a79
1 changed files with 13 additions and 1 deletions

View File

@ -156,7 +156,7 @@ Exits the application.
Sets the packet printing and filter options (see L<"Preferences"> below).
=item Tools:Capture
=item Capture:Start
Initiates a live packet capture (see L<"Capture Preferences"> below).
A temporary file will be created to hold the capture. The location of the
@ -164,6 +164,11 @@ file can be chosen by setting your TMPDIR environment variable before
starting ethereal. Otherwise, the default TMPDIR location is system-dependent,
but is likely either /var/tmp or /tmp.
=item Display:Options
Sets the format of the packet timestamp displayed in the packet list
window to relative, absolute, or delta.
=item Tools:Follow TCP Stream
If you have a TCP packet selected, it will display the contents of the TCP
@ -328,6 +333,13 @@ to, as in the I<Printer Options> dialog above. You can choose to open the
file after capture, and you can also specify the maximum number of bytes
to capture per packet with the I<Capture length> entry.
=item Display Options
The I<Display Options> dialog lets you specify the format of the time stamp
in the packet list. You can select "Time of day" for absolute time stamps,
"Seconds since beginning of capture" for relative time stamps, or
"Seconds since previous frame" for delta time stamps.
=back
=head1 SEE ALSO