aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-01 00:41:46 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-01 00:41:46 +0000
commit025578a1bd54742c3f0f98247f99385bc6a25429 (patch)
tree53aa18332539a5882298d46191ad1b79f0b9e0a9 /doc
parentbdb69627b2330e225c4676c261f3719a2ecdf5b8 (diff)
"-l" command-line option to turn on automatic scrolling in "Update list
of captures in real time" captures, from Christian Lacunza. svn path=/trunk/; revision=3389
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index ed3956dc70..381bd13028 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -12,6 +12,7 @@ S<[ B<-f> capture filter expression ]>
S<[ B<-h> ]>
S<[ B<-i> interface ]>
S<[ B<-k> ]>
+S<[ B<-l> ]>
S<[ B<-m> font ]>
S<[ B<-n> ]>
S<[ B<-o> preference setting ] ...>
@@ -108,6 +109,12 @@ choosing the first loopback interface if there are no non-loopback
interfaces; if there are no interfaces, B<Ethereal> reports an error and
doesn't start the capture.
+=item -l
+
+Turns on automatic scrolling if the packet display is being updated
+automatically as packets arrive during a capture (as specified by the
+B<-S> flag).
+
=item -m
Sets the name of the font used by B<Ethereal> for most text.
@@ -1091,6 +1098,7 @@ B<http://www.ethereal.com>.
Patrick Wolfe <pjw@zocalo.cellular.ameritech.com>
Martin Held <Martin.Held@icn.siemens.de>
Riaan Swart <rswart@cs.sun.ac.za>
+ Christian Lacunza <celacunza@gmx.net>
Alain Magloire <alainm@rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.