diff options
author | Luca Deri <deri@ntop.org> | 2023-06-15 22:29:07 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-06-15 22:31:11 +0200 |
commit | 9cc4cbb9d136d5e131ce03c1e96fecc249601c88 (patch) | |
tree | 0d0501c398a33285b53ee5d6c2c71771732ca6a7 /src/include | |
parent | 2321c11eb56211733050429bbeb0a89ddc0caed0 (diff) |
Reworked teams handling
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 8 |
1 files changed, 1 insertions, 7 deletions
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 |