aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2023-06-27 10:33:28 +0200
committerGitHub <noreply@github.com>2023-06-27 10:33:28 +0200
commit2c7fb9179493c1d1d4e4763e5757bc98db61b518 (patch)
tree0c5336bb4588af95b4f94e03e9dd8da14eafb36d /src/lib/ndpi_main.c
parent31a9da238cdbb2f5d7cd3d3d508e246f12dcdc8b (diff)
Hangout: detect Hangout/Duo/GoogleMeet/... in the STUN code (#2025)
Regardless of the name, the removed trace doesn't contain meaningful Hangout traffic. Remove last piece of sub-classifiction based only on ip addresses.
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r--src/lib/ndpi_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c
index e8cc046b4..52d38ba79 100644
--- a/src/lib/ndpi_main.c
+++ b/src/lib/ndpi_main.c
@@ -4757,9 +4757,6 @@ static int ndpi_callback_init(struct ndpi_detection_module_struct *ndpi_str) {
/* GIT */
init_git_dissector(ndpi_str, &a);
- /* HANGOUT */
- init_hangout_dissector(ndpi_str, &a);
-
/* DRDA */
init_drda_dissector(ndpi_str, &a);