aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/randpktdump.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/randpktdump.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/randpktdump.c')
-rw-r--r--extcap/randpktdump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extcap/randpktdump.c b/extcap/randpktdump.c
index 894c0c0c45..82cc7d9f45 100644
--- a/extcap/randpktdump.c
+++ b/extcap/randpktdump.c
@@ -121,6 +121,8 @@ static int list_config(char *interface)
g_strfreev(longname_list);
inc++;
+ extcap_config_debug(&inc);
+
return EXIT_SUCCESS;
}