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/lib/ndpi_utils.c | |
parent | 76ac551ed385ad6e0e346b05b5c94dd7a00e693b (diff) |
Removed now obsolete NDPI_DETECTION_SUPPORT_IPV6: code is more readeable now
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r-- | src/lib/ndpi_utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index 3af0d3d23..5dd71b76a 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -1878,9 +1878,7 @@ void free_fragment(fragments_wrapper_t *frag) { uint16_t id; uint8_t l4_protocol; uint8_t ct_frag; - #ifdef NDPI_DETECTION_SUPPORT_IPV6 char *flow_label; // IP6 - #endif fragment_t **fragments_list; } fragments_wrapper_t; * |