aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_protocols.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-07-03 11:08:36 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-07-04 14:19:28 +0200
commit97748731c9947681ab5ad7c419913014ba14e92b (patch)
tree70913066326500d7de34a4b4bc47d54a51510305 /src/include/ndpi_protocols.h
parent44459895889042e8d4e434c2f2b5cdece15a5728 (diff)
Added UltraSurf protocol dissector.add/ultrasurf-vpn
* TLSv1.3 UltraSurf flows are not detected by now 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 f80a03395..98bf36789 100644
--- a/src/include/ndpi_protocols.h
+++ b/src/include/ndpi_protocols.h
@@ -230,6 +230,7 @@ void init_ipsec_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_in
void init_collectd_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
void init_i3d_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
void init_riotgames_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
+void init_ultrasurf_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
/* ndpi_main.c */
extern u_int32_t ndpi_ip_port_hash_funct(u_int32_t ip, u_int16_t port);