aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/udpdump.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/udpdump.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/udpdump.c')
-rw-r--r--extcap/udpdump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extcap/udpdump.c b/extcap/udpdump.c
index 90166d4505..f26a5ff4ae 100644
--- a/extcap/udpdump.c
+++ b/extcap/udpdump.c
@@ -113,6 +113,8 @@ static int list_config(char *interface)
"{type=string}{default=data}{tooltip=The type used to describe the payload in the exported pdu format}\n",
inc++);
+ extcap_config_debug(&inc);
+
return EXIT_SUCCESS;
}