summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod12
-rw-r--r--doc/wireshark.pod.template12
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 8278425246..3b32d73b7e 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1529,6 +1529,18 @@ Add a capture comment to the output file.
This option is only available if a new output file in pcapng format is
created. Only one capture comment may be set per output file.
+=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
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