diff options
author | aouinizied <aouinizied@gmail.com> | 2022-04-07 17:54:41 +0200 |
---|---|---|
committer | aouinizied <aouinizied@gmail.com> | 2022-04-07 17:54:41 +0200 |
commit | ff993e2f57afbe2ac89f2da135aec37a31ec6832 (patch) | |
tree | ea3819aa1d0be77193fc9576fe3b3f7c6aee9e84 /src | |
parent | a6e2f4a15a52087ff3f2fa16bb990c998c5215a6 (diff) |
Python bindings fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 41069f8b4..b13af095f 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -172,6 +172,7 @@ typedef u_int32_t ndpi_ndpi_mask; /* NDPI_PROTO_BITMASK_STRUCT */ #ifdef NDPI_CFFI_PREPROCESSING +#undef NDPI_NUM_FDS_BITS #define NDPI_NUM_FDS_BITS 16 #endif @@ -206,6 +207,8 @@ typedef void (*ndpi_debug_function_ptr) (u_int32_t protocol, void *module_struct /* PLEASE DO NOT REMOVE OR CHANGE THE ORDER OF WHAT IS DELIMITED BY CFFI.NDPI_PACKED_STRUCTURES FLAG AS IT IS USED FOR PYTHON BINDINGS AUTO GENERATION */ #ifdef NDPI_CFFI_PREPROCESSING +#undef PACK_ON +#undef PACK_OFF #define PACK_ON #define PACK_OFF #endif |