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 --- example/reader_util.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'example/reader_util.c') diff --git a/example/reader_util.c b/example/reader_util.c index d044fb76a..712bcf606 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -1372,10 +1372,7 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl } } - if(is_ndpi_proto(flow, NDPI_PROTOCOL_ZOOM)) - flow->multimedia_flow_type = flow->ndpi_flow->zoom.flow_type; - else if(is_ndpi_proto(flow, NDPI_PROTOCOL_SKYPE_TEAMS_CALL)) - flow->multimedia_flow_type = flow->ndpi_flow->skype_teams.flow_type; + flow->multimedia_flow_type = flow->ndpi_flow->flow_type; /* HTTP metadata are "global" not in `flow->ndpi_flow->protos` union; for example, we can have HTTP/BitTorrent and in that case we want to export also HTTP attributes */ -- cgit v1.2.3