aboutsummaryrefslogtreecommitdiffstats
path: root/extcap_parser.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-11-09 13:56:12 +0100
committerAnders Broman <a.broman58@gmail.com>2016-12-09 04:49:33 +0000
commitb7e7796e20d5b194a72658a0e3f88522e7f66ebc (patch)
tree54291ca366573e7719a8bfd453410b209c7db708 /extcap_parser.h
parentfb0c288f99518eac830cf29e92c3543a8045878e (diff)
extcap: add new option type (timestamp).
Bug: 12787 Change-Id: I941833c55fb607c8af2ef832082af58d7b94e965 Reviewed-on: https://code.wireshark.org/review/18721 Petri-Dish: Roland Knall <rknall@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'extcap_parser.h')
-rw-r--r--extcap_parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/extcap_parser.h b/extcap_parser.h
index 0f29625061..c8c40328d7 100644
--- a/extcap_parser.h
+++ b/extcap_parser.h
@@ -52,7 +52,8 @@ typedef enum {
EXTCAP_ARG_SELECTOR,
EXTCAP_ARG_RADIO,
EXTCAP_ARG_MULTICHECK,
- EXTCAP_ARG_FILESELECT
+ EXTCAP_ARG_FILESELECT,
+ EXTCAP_ARG_TIMESTAMP
} extcap_arg_type;
typedef enum {