Update documentation of -G plugins.

Change-Id: Id057003924475c3c1241b156f7da3455b00a3560
Reviewed-on: https://code.wireshark.org/review/32590
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-03-26 14:56:59 -07:00
parent 5dfde7ff83
commit cdd6cbd18b
1 changed files with 2 additions and 2 deletions

View File

@ -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.