aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.