aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Buscarinu <seven.and@gmail.com>2015-05-15 02:52:34 +0200
committerAndrea Buscarinu <seven.and@gmail.com>2015-05-15 02:52:34 +0200
commitefedc5e49803187c30d854bab17186aa006df094 (patch)
tree90e1a9f488407504b5bf0d642ebd805c3d7e9fc5 /src
parent2933358c177bd6d00baac9c001fc03502a9bd100 (diff)
Update ndpi_protocols.h
Diffstat (limited to 'src')
-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 5ab0da83a..4fc0516d8 100644
--- a/src/include/ndpi_protocols.h
+++ b/src/include/ndpi_protocols.h
@@ -177,5 +177,6 @@ void ndpi_search_zmq(struct ndpi_detection_module_struct *ndpi_struct, struct nd
void ndpi_search_twitter(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow);
void ndpi_search_vhua(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow);
void ndpi_search_telegram(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow);
+void ndpi_search_quic(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow);
#endif /* __NDPI_PROTOCOLS_INCLUDE_FILE__ */