diff options
author | Toni <matzeton@googlemail.com> | 2022-07-04 16:04:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 16:04:53 +0200 |
commit | 4ff8aa48b2a58a29411ffab1c81c76ff0aae6f30 (patch) | |
tree | 63c50ef5957d92ab1c72efe6a4c201f7131d3b2a /src/include/ndpi_protocols.h | |
parent | 5aa3d9126f913d022f8a8ea44c34c9b0d471bb47 (diff) |
Added UltraSurf protocol dissector. (#1618)
* 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.h | 1 |
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); |