aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-03-26 14:56:59 -0700
committerGuy Harris <guy@alum.mit.edu>2019-03-26 21:57:34 +0000
commitcdd6cbd18b9f8fb0ee1b1599214561b00c1cb4f8 (patch)
treed01a0f8a6da4c6a1ddf967487087da298c65481f /doc/tshark.pod
parent5dfde7ff83a35bb7186cd05ce61f4b139ab01203 (diff)
Update documentation of -G plugins.
Change-Id: Id057003924475c3c1241b156f7da3455b00a3560 Reviewed-on: https://code.wireshark.org/review/32590 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index de0226c630..5e100a6758 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -514,9 +514,9 @@ 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.
- * Field 1 = plugin library (e.g. "gryphon.so")
+ * Field 1 = plugin library/Lua script/extcap executable (e.g. "gryphon.so")
* Field 2 = plugin version (e.g. 0.0.4)
- * Field 3 = plugin type (e.g. "dissector" or "tap")
+ * Field 3 = plugin type ("dissector", "tap", "file type", etc.)
* Field 4 = full path to plugin file
B<protocols> Dumps the protocols in the registration database to stdout.