pkinit: pass kerberos_is_win2k_pkinit() over actx boundaries
[wireshark-sm.git] / ws_version.h.in
blob1105d57a184fa2ee9dd3ea3dba7ef30a789545c1
1 /* ws_version.h.in */
3 #ifndef __WS_VERSION_H__
4 #define __WS_VERSION_H__
6 #define WIRESHARK_VERSION_MAJOR @PROJECT_MAJOR_VERSION@
7 #define WIRESHARK_VERSION_MINOR @PROJECT_MINOR_VERSION@
8 #define WIRESHARK_VERSION_MICRO @PROJECT_PATCH_VERSION@
10 /* ABI version for plugin compatibility. */
11 #define WIRESHARK_ABI_VERSION_EPAN @PROJECT_ABI_VERSION_EPAN@
12 #define WIRESHARK_ABI_VERSION_WIRETAP @PROJECT_ABI_VERSION_WIRETAP@
13 #define WIRESHARK_ABI_VERSION_CODEC @PROJECT_ABI_VERSION_CODEC@
16 * API level for codec plugins
18 /* The minimum level is the minimum API requirement for a codec
19 * to be used with this version of Wireshark (possibly with reduced functionality). */
20 #define WIRESHARK_API_MIN_LEVEL_CODEC 1
21 /* The maximum level supported for this version of Wireshark. */
22 #define WIRESHARK_API_MAX_LEVEL_CODEC 1
24 #endif /* __WS_VERSION_H__ */