1
0
Fork 0

define ENC_BIG_ENDIAN and ENC_NA if they are not yet defined

This commit is contained in:
Harald Welte 2012-01-04 21:56:08 +01:00
parent f78d588d83
commit 00acf1dd5d
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@
#include <epan/lapd_sapi.h>
#include <epan/prefs.h>
/* backwards compatibility with older wireshark */
#ifndef ENC_BIG_ENDIAN
#define ENC_BIG_ENDIAN FALSE
#define ENC_NA FALSE
#endif
static int proto_gsm_sim = -1;
/* ISO 7816-4 APDU */