aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src/WSUG_chapter_customize.xml
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-11-21 10:07:21 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-11-21 10:07:21 +0000
commit47d20fd441c13b12d38273e8fcf296d77ccca826 (patch)
treeece57abe78e01107cfbce55299f6b3448d811157 /docbook/wsug_src/WSUG_chapter_customize.xml
parentc34a88f0ae1fa8764f5c5f025517c98e17e0d3e1 (diff)
Add documentation for -J and -j command line parameters.
svn path=/trunk/; revision=31038
Diffstat (limited to 'docbook/wsug_src/WSUG_chapter_customize.xml')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml28
1 files changed, 25 insertions, 3 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index 32d247b19f..e582ad7a7d 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -50,11 +50,11 @@
<example id="ChCustEx1">
<title>Help information available from Wireshark</title>
<programlisting>
-Wireshark 0.99.6
+Wireshark 1.3.2
Interactively dump and analyze network traffic.
See http://www.wireshark.org for more information.
-Copyright 1998-2007 Gerald Combs &lt;gerald@wireshark.org> and contributors.
+Copyright 1998-2009 Gerald Combs &lt;gerald@wireshark.org> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -92,7 +92,10 @@ Processing:
-N &lt;name resolve flags> enable specific name resolution(s): "mntC"
User interface:
+ -C &lt;config profile> start with specified configuration profile
-g &lt;packet number> go to specified packet number after "-r"
+ -J &lt;jump filter> jump to the first packet matching the (display) filter
+ -j search backwards for a matching packet after "-J"
-m &lt;font> set the font name used for most text
-t ad|a|r|d|dd|e output format of time stamps (def: r: rel. to first)
-X &lt;key>:&lt;value> eXtension options, see man page for details
@@ -104,9 +107,10 @@ Output:
Miscellaneous:
-h display this help and exit
-v display version info and exit
- -P &lt;key:path> persconf:path - personal configuration files
+ -P &lt;key>:&lt;path> persconf:path - personal configuration files
persdata:path - personal data files
-o &lt;name>:&lt;value> ... override preference or recent setting
+ -K &lt;keytab> keytab file to use for kerberos decryption
</programlisting>
</example>
@@ -291,6 +295,24 @@ standard libpcap format.
</para>
</listitem>
</varlistentry>
+ <varlistentry><term><command>-J &lt;jump filter></command></term>
+ <listitem>
+ <para>
+ After reading in a capture file using the <command>-r</command>
+ flag, jump to the first packet which matches the filter expression.
+ The filter expression is in display filter format. If an exact match
+ cannot be found the first packet afterwards is selected.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry><term><command>-j</command></term>
+ <listitem>
+ <para>
+ Use this option after the <command>-J</command> option to search
+ backwards for a first packet to go to.
+ </para>
+ </listitem>
+ </varlistentry>
<varlistentry><term><command>-k</command></term>
<listitem>
<para>