diff options
author | Luca Deri <deri@ntop.org> | 2021-06-17 09:35:19 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-06-17 09:35:19 +0200 |
commit | e89c06256e51653eb175f28132cbd72614d72ed7 (patch) | |
tree | 233b92515afe4dc1b462c4a742cfa6ac4fdc5e1a /src/include | |
parent | 2eba77e3b0724ee46685f3648ac6e714c23b9854 (diff) |
Extende nDPI API with ndpi_netbios_name_interpret()
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_api.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index d2c1b62bf..d1e50778f 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -966,6 +966,7 @@ extern "C" { char *outbuf, u_int outbuf_len); char* ndpi_ssl_version2str(struct ndpi_flow_struct *flow, u_int16_t version, u_int8_t *unknown_tls_version); + int ndpi_netbios_name_interpret(u_char *in, size_t in_len, u_char *out, u_int out_len); void ndpi_patchIPv6Address(char *str); void ndpi_user_pwd_payload_copy(u_int8_t *dest, u_int dest_len, u_int offset, const u_int8_t *src, u_int src_len); |