From 9cc4cbb9d136d5e131ce03c1e96fecc249601c88 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 15 Jun 2023 22:29:07 +0200 Subject: Reworked teams handling --- src/include/ndpi_typedefs.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 898d305fc..c45669432 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1444,13 +1444,7 @@ struct ndpi_flow_struct { char *nat_ip; /* Via HTTP X-Forwarded-For */ } http; - struct { - ndpi_multimedia_flow_type flow_type; - } skype_teams; - - struct { - ndpi_multimedia_flow_type flow_type; - } zoom; + ndpi_multimedia_flow_type flow_type; /* Put outside of the union to avoid issues in case the protocol -- cgit v1.2.3