diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2021-09-13 18:25:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 18:25:43 +0200 |
commit | 0eb7a0388c4549ebbf8cd7a10d398088005cc2de (patch) | |
tree | 33423d2bcd6395592e76f3b17b6b800c2f5df2be /src/lib/protocols/tls.c | |
parent | 3e06e6f5b85d320967bc0dbb70d5ff1e86b5f17d (diff) |
Hangout: fix usage of STUN function (#1299)
Diffstat (limited to 'src/lib/protocols/tls.c')
-rw-r--r-- | src/lib/protocols/tls.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/protocols/tls.c b/src/lib/protocols/tls.c index 90d816c4a..b1d3d2c5e 100644 --- a/src/lib/protocols/tls.c +++ b/src/lib/protocols/tls.c @@ -97,12 +97,6 @@ union ja3_info { #define TLS_THRESHOLD 34387200 /* Threshold for certificate validity */ #define TLS_LIMIT_DATE 1598918400 /* From 01/09/2020 TLS certificates lifespan is limited to 13 months */ -/* skype.c */ -extern u_int8_t is_skype_flow(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow); - -/* stun.c */ -extern u_int32_t get_stun_lru_key(struct ndpi_flow_struct *flow, u_int8_t rev); static void ndpi_int_tls_add_connection(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow, u_int32_t protocol); |