aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorJim Young <jyoung@gsu.edu>2015-07-14 00:28:49 -0400
committerMichael Mann <mmann78@netscape.net>2015-07-17 11:27:52 +0000
commitad82dfd5547e460359eb3597ddb6760a29c40439 (patch)
tree7e13c660c502985fef6eb075e5efe09c5e020d9a /docbook
parent9d24a26c9b8c78260fca9c4f6ecf480e12010229 (diff)
Add new long options to GUIs to allow arbitrary protocols and heuristics to be disabled via command-line
Future: Allow multiple protocols to be disabled in one option statement (perhaps using a comma or colon delmited set of names in <proto_name>) instead of having to specify --disable-protocol <proto_name> multiple times. Change-Id: I9b8f960acf75298ebb098d9b667fca49dca52306 Reviewed-on: https://code.wireshark.org/review/9631 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_app_tools.asciidoc7
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.asciidoc6
2 files changed, 13 insertions, 0 deletions
diff --git a/docbook/wsug_src/WSUG_app_tools.asciidoc b/docbook/wsug_src/WSUG_app_tools.asciidoc
index 49e81b5824..1a5c3098cd 100644
--- a/docbook/wsug_src/WSUG_app_tools.asciidoc
+++ b/docbook/wsug_src/WSUG_app_tools.asciidoc
@@ -73,6 +73,13 @@ Processing:
Example: tcp.port==8888,http
-H <hosts file> read a list of entries from a hosts file, which will
then be written to a capture file. (Implies -W n)
+ --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
+
Output:
-w <outfile|-> write packets to a pcap-format file named "outfile"
(or to the standard output for "-")
diff --git a/docbook/wsug_src/WSUG_chapter_customize.asciidoc b/docbook/wsug_src/WSUG_chapter_customize.asciidoc
index 48d9b3e039..f33b54430d 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_customize.asciidoc
@@ -78,6 +78,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): "mntC"
+ --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
User interface:
-C <config profile> start with specified configuration profile