diff options
author | Luca Deri <deri@ntop.org> | 2023-09-04 12:53:42 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-09-04 12:53:42 +0200 |
commit | 4f2ce2d43b24bd86eabbed6127c090b3affa0d01 (patch) | |
tree | fd823af265167b18e4db7d526bba477b7d8e610e /src/include/ndpi_api.h | |
parent | f0dc3347ec92a55c16b7033e1b7f2890892b3094 (diff) |
Added ndpi_murmur_hash to the nDPI API
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 68db444ad..82c7a307b 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -1804,6 +1804,7 @@ extern "C" { u_int32_t ndpi_hash_string(char *str); u_int32_t ndpi_rev_hash_string(char *str); u_int32_t ndpi_hash_string_len(char *str, u_int len); + u_int32_t ndpi_murmur_hash(char *str, u_int str_len); /* ******************************* */ |