diff options
author | Luca Deri <deri@ntop.org> | 2019-11-11 23:52:24 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-11-11 23:52:24 +0100 |
commit | 15ec013af8e6fd48c211e0ea14bf27739c9c4211 (patch) | |
tree | 2894318c64ab63e6aa16a76ed277ee3ce20438fd /src/include/ndpi_api.h | |
parent | 748f10c0d64e798df9ac66199c11d4897d4513f8 (diff) |
Added ndpi_load_ipv4_ptree() API call
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 14de814f6..088837f98 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -842,7 +842,9 @@ extern "C" { 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); u_char* ndpi_base64_decode(const u_char *src, size_t len, size_t *out_len); - + int ndpi_load_ipv4_ptree(struct ndpi_detection_module_struct *ndpi_str, + const char *path, u_int16_t protocol_id); + int ndpi_flow2json(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow, u_int8_t ip_version, |