aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2017-10-30 19:22:44 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2017-10-30 19:26:13 +0000
commite4ac91091d874129737ec797e6a932962e6946cd (patch)
treec91aeeb43c89135d8923d0cee0ca7cbf33398646
parent0de8c6f4c70728f803de7a47bccd982ec48b691e (diff)
tshark doc updates
After other changes, add info about -G help and update output from -G dissector-tables. Change-Id: I339d5c31a606720ef92e641e59ec5a45114321a8 Reviewed-on: https://code.wireshark.org/review/24188 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
-rw-r--r--doc/tshark.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 1288fac658..9cccc201f2 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -381,6 +381,7 @@ user's group).
The B<-G> option will cause B<Tshark> to dump one of several types of glossaries
and then exit. If no specific glossary type is specified, then the B<fields> report will be generated by default.
+Using the report type of B<help> lists all the current report types.
The available report types include:
@@ -408,6 +409,8 @@ is one record per line. The fields are tab-delimited.
* Field 2 = name used for the dissector table in the GUI
* Field 3 = type (textual representation of the ftenum type)
* Field 4 = base for display (for integer types)
+ * Field 5 = protocol name
+ * Field 6 = "decode as" support
B<fieldcount> Dumps the number of header fields to stdout.
@@ -454,6 +457,8 @@ There is one record per line. The fields are tab-delimited.
* Field 2 = name of heuristic decoder (e.g. ucp")
* Field 3 = heuristic enabled (e.g. "T" or "F")
+B<help> Displays the available report types.
+
B<plugins> Dumps the plugins currently installed.
There is one record per line. The fields are tab-delimited.