aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/ciscodump.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-07-23 22:54:31 +0200
committerRoland Knall <rknall@gmail.com>2017-08-02 17:41:24 +0000
commitf978465fb36cc8ea799ba5553f5c6722c7cf241a (patch)
tree506cd0e5d1b16d5a7f28ddf1749c2b6447ba5907 /extcap/ciscodump.c
parent03f9bd4091ef42e7dc42ef8fb275bc26cd619d5a (diff)
extcap: add debug log file feature to extcap-base.
Change-Id: I3bfc9b2fd7b73dcfef52c5101360384d205c0d12 Reviewed-on: https://code.wireshark.org/review/22835 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'extcap/ciscodump.c')
-rw-r--r--extcap/ciscodump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extcap/ciscodump.c b/extcap/ciscodump.c
index 595ec82b46..224c30356b 100644
--- a/extcap/ciscodump.c
+++ b/extcap/ciscodump.c
@@ -512,6 +512,8 @@ static int list_config(char *interface, unsigned int remote_port)
"{type=unsigned}{required=true}{tooltip=The number of remote packets to capture.}\n",
inc++);
+ extcap_config_debug(&inc);
+
g_free(ipfilter);
return EXIT_SUCCESS;