From f8ff7a6a79fcc36bb182f272d32f3b54f6e4c1f8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 19 Jun 1999 08:48:30 +0000 Subject: [PATCH] Update the man page to reflect the "Capture/Start" and "Display/Options" menu items. svn path=/trunk/; revision=321 --- doc/ethereal.pod | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/ethereal.pod b/doc/ethereal.pod index 3d9a23cb3d..ae16fc1a16 100644 --- a/doc/ethereal.pod +++ b/doc/ethereal.pod @@ -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 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 entry. +=item Display Options + +The I 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