aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_protocols.h
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2023-09-24 21:15:50 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-10-02 17:51:31 +0200
commit6513a64762033249ba4c1d34752fd739ef4a05f6 (patch)
tree05b3030656f75da6bed6c18f35766fb7f7dcfb8c /src/include/ndpi_protocols.h
parent725fcf4852f06e2f54469c2439d13169d5d68d09 (diff)
Added HAProxy protocol.add/haproxy
* fixed tests/do.sh.in failure print Signed-off-by: lns <matzeton@googlemail.com> Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r--src/include/ndpi_protocols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h
index 6c9da92a6..b02c55c5e 100644
--- a/src/include/ndpi_protocols.h
+++ b/src/include/ndpi_protocols.h
@@ -245,6 +245,7 @@ void init_bitcoin_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_
void init_apache_thrift_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
void init_slp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
void init_http2_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
+void init_haproxy_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
/* ndpi_main.c */
extern u_int32_t ndpi_ip_port_hash_funct(u_int32_t ip, u_int16_t port);