aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_protocols.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2015-06-14 12:21:29 +0200
committerLuca Deri <deri@ntop.org>2015-06-14 12:21:29 +0200
commit702a9d08677cd1da788e7c51af39bf665efbbee6 (patch)
treeaaff66ce8dec540c2e065713eca6329fdc38880d /src/include/ndpi_protocols.h
parent20740e1b68eeedef49363e86004467011a412236 (diff)
Improved RTCP decoder
Added detection of KakaoTalk Voice and Chat
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 f5cd3271a..691118309 100644
--- a/src/include/ndpi_protocols.h
+++ b/src/include/ndpi_protocols.h
@@ -179,5 +179,6 @@ void ndpi_search_vhua(struct ndpi_detection_module_struct *ndpi_struct, struct n
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);
void ndpi_search_eaq(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow);
+void ndpi_search_kakaotalk_voice(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow);
#endif /* __NDPI_PROTOCOLS_INCLUDE_FILE__ */