aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src/WSUG_chapter_customize.asciidoc
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-11-11 18:19:50 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-11-11 17:31:31 +0000
commitfb3d38225e6d324b2a99ceebb90f6f1081f6aabd (patch)
tree59a892db75610b5ca54292a9b5c3ca192c86bd40 /docbook/wsug_src/WSUG_chapter_customize.asciidoc
parentf1ff6d62c4fc1db0f5b98efd537f3ec518b0d4b8 (diff)
Update user guide for development release
Change-Id: I9b4c5ab2e98ad6daa618bcda20b53a23467e16e0 Reviewed-on: https://code.wireshark.org/review/11734 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'docbook/wsug_src/WSUG_chapter_customize.asciidoc')
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.asciidoc21
1 files changed, 9 insertions, 12 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_customize.asciidoc b/docbook/wsug_src/WSUG_chapter_customize.asciidoc
index 5f3d44caef..ae920cdf71 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_customize.asciidoc
@@ -38,14 +38,10 @@ are, simply enter the command _wireshark -h_ and the help information shown in
.Help information available from Wireshark
====
----
-Wireshark 1.12.1 (Git Rev Unknown from unknown)
+Wireshark 2.1.0 (v2.1.0rc0-502-g328fbc0 from master)
Interactively dump and analyze network traffic.
See https://www.wireshark.org for more information.
-Copyright 1998-2014 Gerald Combs <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.
-
Usage: wireshark [options] ... [ <infile> ]
Capture interface:
@@ -71,6 +67,8 @@ Capture output:
-b <ringbuffer opt.> ... duration:NUM - switch to next file after NUM secs
filesize:NUM - switch to next file after NUM KB
files:NUM - ringbuffer: replace after NUM files
+RPCAP options:
+ -A <user>:<password> use RPCAP password authentication
Input file:
-r <infile> set the filename to read from (no pipes or stdin!)
@@ -78,12 +76,12 @@ Processing:
-R <read filter> packet filter in Wireshark display filter syntax
-n disable all name resolutions (def: all enabled)
-N <name resolve flags> enable specific name resolution(s): "mnNtCd"
- --disable-protocol <proto_name> disable dissection of proto_name
- Repeat option for each protocol
- --enable-heuristic <short_name> enable dissection of heuristic protocol
- Repeat option for each protocol
- --disable-heuristic <short_name> disable dissection of heuristic protocol
- Repeat option for each protocol
+ --disable-protocol <proto_name>
+ disable dissection of proto_name
+ --enable-heuristic <short_name>
+ enable dissection of heuristic protocol
+ --disable-heuristic <short_name>
+ disable dissection of heuristic protocol
User interface:
-C <config profile> start with specified configuration profile
@@ -108,7 +106,6 @@ Miscellaneous:
persdata:path - personal data files
-o <name>:<value> ... override preference or recent setting
-K <keytab> keytab file to use for kerberos decryption
- --display=DISPLAY X display to use
----
====