diff options
author | Luca Deri <deri@ntop.org> | 2021-02-10 19:09:11 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-02-10 19:09:11 +0100 |
commit | ea0309d21b168d70b853986a342d08966012d07b (patch) | |
tree | 2b18956ccd7ab817ab23983c424b73de25495d3d /src/include/ndpi_utils.h | |
parent | 76ac551ed385ad6e0e346b05b5c94dd7a00e693b (diff) |
Removed now obsolete NDPI_DETECTION_SUPPORT_IPV6: code is more readeable now
Diffstat (limited to 'src/include/ndpi_utils.h')
-rw-r--r-- | src/include/ndpi_utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ndpi_utils.h b/src/include/ndpi_utils.h index 185856f3d..340934c60 100644 --- a/src/include/ndpi_utils.h +++ b/src/include/ndpi_utils.h @@ -42,9 +42,7 @@ typedef struct fragment_wrapper { uint8_t l4_protocol; uint32_t initial_offset; uint16_t ct_frag; -#ifdef NDPI_DETECTION_SUPPORT_IPV6 char *flow_label; // IP6 -#endif char gap[200]; fragment_t **fragments_list; } fragments_wrapper_t; |