Put back a define to make the Lua build happy.

DO NOT USE THIS FOR ANYTHING NEW.

Change-Id: Iee2ddaa2eeb735b33aef9e81b32bb4a3535e3451
Reviewed-on: https://code.wireshark.org/review/14023
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-02-19 16:05:45 -08:00
parent ddeab2c1de
commit cee50b8c31
1 changed files with 7 additions and 1 deletions

View File

@ -178,7 +178,13 @@ extern "C" {
#define WTAP_ENCAP_CATAPULT_DCT2000 89
#define WTAP_ENCAP_BER 90
#define WTAP_ENCAP_JUNIPER_VP 91
/* 92 is not used, feel free to resuse for another purpose */
/*
* RESERVED FOR FUTURE USE WITH USB
* NOT GUARANTEED TO CORRESPOND TO THE OLD DEPRECATED LINUX USB
* PSEUDO-HEADER
* DEFINED FOR NOW SOLELY TO MAKE LUA HAPPY
*/
#define WTAP_ENCAP_USB 92
#define WTAP_ENCAP_IEEE802_16_MAC_CPS 93
#define WTAP_ENCAP_NETTL_RAW_TELNET 94
#define WTAP_ENCAP_USB_LINUX 95