From ea0309d21b168d70b853986a342d08966012d07b Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 10 Feb 2021 19:09:11 +0100 Subject: Removed now obsolete NDPI_DETECTION_SUPPORT_IPV6: code is more readeable now --- src/include/ndpi_utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/ndpi_utils.h') 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; -- cgit v1.2.3