aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark.pod.template
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-07-17 10:53:48 -0400
committerAnders Broman <a.broman58@gmail.com>2015-07-22 07:12:28 +0000
commit120ed14f3469306907590c7154ee9a1268747cc4 (patch)
tree7b287e2312641f0e8c178735a397b53b5884b272 /doc/wireshark.pod.template
parent6452caa3b3ffe0f72d2a6396d96f0470ceb77671 (diff)
Add documentation for new enable/disable protocol and heuristic dissector options.
Change-Id: Ia31326105cf559c2196d45369270552fb78da6c7 Reviewed-on: https://code.wireshark.org/review/9692 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc/wireshark.pod.template')
-rw-r--r--doc/wireshark.pod.template12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index ee398dd477..347f4ea9ac 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -918,6 +918,18 @@ VoIP Calls.
Example: B<-z voip,calls>
+=item --disable-protocol E<lt>proto_nameE<gt>
+
+Disable dissection of proto_name.
+
+=item --enable-heuristic E<lt>short_nameE<gt>
+
+Enable dissection of heuristic protocol.
+
+=item --disable-heuristic E<lt>short_nameE<gt>
+
+Disable dissection of heuristic protocol.
+
=back
=back