aboutsummaryrefslogtreecommitdiffstats
path: root/extcap.h
diff options
context:
space:
mode:
authorRoland Knall <roland.knall@br-automation.com>2018-04-05 10:02:27 +0200
committerRoland Knall <rknall@gmail.com>2018-04-05 08:40:04 +0000
commitc2422d78281e10beb6ce4ebda1d61c9d0ca63a09 (patch)
tree47bf7d32733d50da52e5adab94776c07dc175a06 /extcap.h
parent5d8964cd3b6362615571831ef1bbe5c8cc972516 (diff)
extcap: Tell utilities the wireshark version
Add an optional argument to extcap-version, which tells the utilities the wireshark version and therefore allows them to handle different versions differently. If no version is provided, the utility has to assume it is dealing with a Wireshark 2.x version (default behavior). Change-Id: I51658300f28f503ca8050d204b73749f1a54df16 Reviewed-on: https://code.wireshark.org/review/26752 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'extcap.h')
-rw-r--r--extcap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extcap.h b/extcap.h
index d7728006e3..3f1eeed2f5 100644
--- a/extcap.h
+++ b/extcap.h
@@ -35,6 +35,7 @@
#define EXTCAP_ARGUMENT_LIST_INTERFACES "--extcap-interfaces"
#define EXTCAP_ARGUMENT_INTERFACE "--extcap-interface"
#define EXTCAP_ARGUMENT_LIST_DLTS "--extcap-dlts"
+#define EXTCAP_ARGUMENT_VERSION "--extcap-version"
#define EXTCAP_ARGUMENT_RUN_CAPTURE "--capture"
#define EXTCAP_ARGUMENT_CAPTURE_FILTER "--extcap-capture-filter"