From b7e7796e20d5b194a72658a0e3f88522e7f66ebc Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Wed, 9 Nov 2016 13:56:12 +0100 Subject: extcap: add new option type (timestamp). Bug: 12787 Change-Id: I941833c55fb607c8af2ef832082af58d7b94e965 Reviewed-on: https://code.wireshark.org/review/18721 Petri-Dish: Roland Knall Reviewed-by: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- extcap_parser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extcap_parser.h') 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 { -- cgit v1.2.1