From 9185c2ccc402d3368fc28ac90ab281b4f951719e Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 3 Apr 2024 23:03:46 +0200 Subject: Added support for STUN Mapped IP address --- example/reader_util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example/reader_util.c') diff --git a/example/reader_util.c b/example/reader_util.c index 1afe4418f..69c244e8d 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -1309,6 +1309,9 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl ndpi_inc_bin(&flow->payload_len_bin, plen2slot(len), 1); } } + } else if(is_ndpi_proto(flow, NDPI_PROTOCOL_STUN)) { + flow->stun.mapped_address.ipv4 = flow->ndpi_flow->stun.mapped_address.ipv4, + flow->stun.mapped_address.port = flow->ndpi_flow->stun.mapped_address.port; } flow->multimedia_flow_type = flow->ndpi_flow->flow_multimedia_type; -- cgit v1.2.3