diff options
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 962f68d87..f570ceb3d 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -1100,6 +1100,8 @@ extern "C" { ndpi_protocol l7_protocol, ndpi_serializer *serializer); + char *ndpi_get_ip_proto_name(u_int16_t ip_proto, char *name, unsigned int name_len); + void ndpi_md5(const u_char *data, size_t data_len, u_char hash[16]); u_int32_t ndpi_quick_hash(unsigned char *str, u_int str_len); |