diff options
author | Luca Deri <deri@ntop.org> | 2021-06-16 19:57:20 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-06-16 19:57:20 +0200 |
commit | 2eba77e3b0724ee46685f3648ac6e714c23b9854 (patch) | |
tree | 98165b7a966aaa3bc13d6778cd2701bd6e248048 /src/include | |
parent | be808c30f3f4582009df4c5efccd4f3bb0c6ef1d (diff) |
NetBIOS decoding changes
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h index db637ca66..78e8fdb4a 100644 --- a/src/include/ndpi_main.h +++ b/src/include/ndpi_main.h @@ -131,8 +131,6 @@ extern "C" { extern u_int8_t ndpi_is_proto(ndpi_protocol proto, u_int16_t p); extern u_int16_t ndpi_get_lower_proto(ndpi_protocol p); - /* NDPI_PROTOCOL_NETBIOS */ - int ndpi_netbios_name_interpret(char *in, size_t inlen, char *out, u_int out_len); #ifdef NDPI_ENABLE_DEBUG_MESSAGES void ndpi_debug_get_last_log_function_line(struct ndpi_detection_module_struct *ndpi_struct, |