diff options
author | Luca Deri <deri@ntop.org> | 2021-02-18 13:31:02 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-02-18 13:31:02 +0100 |
commit | fb4cdecb688917536649cd2562e400f261fe8d43 (patch) | |
tree | 9015e322bc9b05630cbab71f785fd7086f95f9af /src/lib/ndpi_utils.c | |
parent | 413dc287b48d8240184e2be2350d41a4d9d81e56 (diff) |
Fixes due to the fragment mananegr code
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r-- | src/lib/ndpi_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index f69087d2d..749e2e91e 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -1814,6 +1814,7 @@ ndpi_http_method ndpi_http_str2method(const char* method, u_int16_t method_len) return(NDPI_HTTP_METHOD_UNKNOWN); } +#ifdef FRAG_MAN #define ARRAYSZ_255 255 void printRawData(const uint8_t *ptr, size_t len) { uint8_t *p=(uint8_t*)ptr; @@ -1878,7 +1879,6 @@ void shell_sort_array(sorter_index_item_t arr[], int n) { } /* ******************************************************************** */ -#ifdef FRAG_MAN void free_fragment(fragments_wrapper_t *frag) { /* |