diff options
author | MrTiz9 <tiziano.marra@pm.me> | 2020-01-30 14:57:58 +0100 |
---|---|---|
committer | MrTiz9 <tiziano.marra@pm.me> | 2020-01-30 14:57:58 +0100 |
commit | ea957687e1f9444baa69d0b2b041c1b8cf70b2f6 (patch) | |
tree | e478be3b69080c48c7b6b398ee66710efa893a5d /src/include | |
parent | daf15e70bf7444649c302840e14142308c731e6c (diff) | |
parent | c84ed5a71257d1db28036c37e90f828ed86623a0 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev-unstable
Diffstat (limited to 'src/include')
-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 5723494ba..342a24ae7 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -857,6 +857,7 @@ 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); + char* ndpi_base64_encode(unsigned char const* bytes_to_encode, ssize_t in_len); int ndpi_load_ipv4_ptree(struct ndpi_detection_module_struct *ndpi_str, const char *path, u_int16_t protocol_id); |