aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-03-26 14:52:39 -0700
committerGuy Harris <guy@alum.mit.edu>2019-03-26 21:53:20 +0000
commit5dfde7ff83a35bb7186cd05ce61f4b139ab01203 (patch)
treeda189e284802e0ddf7c5c7a27d4b28e0eaa7ed90 /tshark.c
parent4e688ec8dac91e0ae1887da189f301fcf12534d2 (diff)
Print extcap plugins with "tshark -G plugins".
This makes it match the "Plugins" tab of the "About" dialog. While we're at it, use the same code to enumerate extcap plugins in that dialog. Change-Id: I50f402a7ab5d83d46baab070d145558ed8f688f4 Reviewed-on: https://code.wireshark.org/review/32589 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tshark.c b/tshark.c
index 6947c45e99..67fa547793 100644
--- a/tshark.c
+++ b/tshark.c
@@ -978,6 +978,7 @@ main(int argc, char *argv[])
#ifdef HAVE_LUA
wslua_plugins_dump_all();
#endif
+ extcap_dump_all();
}
else if (strcmp(argv[2], "protocols") == 0)
proto_registrar_dump_protocols();