diff options
Diffstat (limited to 'src/include/ndpi_private.h')
-rw-r--r-- | src/include/ndpi_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h index ad2b2e944..8e3104306 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -430,7 +430,7 @@ void change_category(struct ndpi_detection_module_struct *ndpi_struct, ndpi_protocol_category_t protocol_category); -char *ndpi_hostname_sni_set(struct ndpi_flow_struct *flow, const u_int8_t *value, size_t value_len); +char *ndpi_hostname_sni_set(struct ndpi_flow_struct *flow, const u_int8_t *value, size_t value_len, int normalize); char *ndpi_user_agent_set(struct ndpi_flow_struct *flow, const u_int8_t *value, size_t value_len); void ndpi_parse_packet_line_info(struct ndpi_detection_module_struct *ndpi_struct, |