diff options
author | Luca Deri <deri@ntop.org> | 2021-06-21 17:06:22 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-06-21 17:06:22 +0200 |
commit | 0cbb4b2ffa8bc3aafcc91d9526d603124d88e1a4 (patch) | |
tree | d289f7509b13ff7094e6c5dde84a2a2e0b63f89a /src/include | |
parent | 613e21002adfe5d536c632757cee2b4e6bda847b (diff) |
Restored 32 bit value in ndpi_match_string_value()
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_api.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index cfee592c7..87e03f7e9 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -106,7 +106,7 @@ extern "C" { via ndpi_add_string_value_to_automa() */ int ndpi_match_string_value(void *_automa, char *string_to_match, - u_int match_len, u_int16_t *num); + u_int match_len, u_int32_t *num); /** * nDPI personal allocation and free functions |