aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-09-27 22:12:47 +0000
committerGerald Combs <gerald@wireshark.org>1998-09-27 22:12:47 +0000
commit2e7e493198543e3fdb4b404763b02a2ad22d180e (patch)
tree01aa8a843d84f24a66f7bd9af00e105efe1ffcdc /doc
parent385699d4310480e19aecf08dcff23e792667747a (diff)
downloadwireshark-2e7e493198543e3fdb4b404763b02a2ad22d180e.tar.gz
wireshark-2e7e493198543e3fdb4b404763b02a2ad22d180e.tar.bz2
wireshark-2e7e493198543e3fdb4b404763b02a2ad22d180e.zip
Merged in a _huge_ patch from Guy Harris. It adds a time stap column,
generalizes the column printing code, adds a "frame" tree item to the tree view, and fixes a bunch of miscellaneous coding bugs. svn path=/trunk/; revision=31
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/ethereal.pod b/doc/ethereal.pod
index 61cab06ac9..cd06031b6b 100644
--- a/doc/ethereal.pod
+++ b/doc/ethereal.pod
@@ -17,6 +17,7 @@ S<[ B<-P> packet list height ]>
S<[ B<-r> infile ]>
S<[ B<-s> snaplen ]>
S<[ B<-T> tree view height ]>
+S<[ B<-t> time stamp format ]>
S<[ B<-v> ]>
S<[ B<-w> savefile]>
@@ -79,6 +80,11 @@ to disk.
Sets the initial height of the tree view (top) pane
+=item -t
+
+Sets the format of the packet timestamp displayed in the packet list
+window.
+
=item -v
Prints the version and exits.
@@ -134,11 +140,11 @@ using a "thumb" at the right end of each divider line. An informational
message is also displayed at the bottom of the main window.
The top section contains the list of network packets that you can scroll
-through and select. The packet number, source and destination addresses,
-protocol, and description are printed for each packet. An effort is made
-to display information as high up the protocol stack as possible, e.g. IP
-addresses are displayed for IP packets, but the MAC layer address is
-displayed for unknown packet types.
+through and select. The packet number, packet timestamp, source and
+destination addresses, protocol, and description are printed for each
+packet. An effort is made to display information as high up the protocol
+stack as possible, e.g. IP addresses are displayed for IP packets, but the
+MAC layer address is displayed for unknown packet types.
The middle section contains a I<protocol tree> for the currently-selected
packet. The tree displays each field and its value in each protocol header