diff options
Diffstat (limited to 'example/reader_util.c')
-rw-r--r-- | example/reader_util.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/reader_util.c b/example/reader_util.c index c22290025..6400d2260 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -1199,6 +1199,9 @@ static void process_ndpi_monitoring_info(struct ndpi_flow_info *flow) { add_to_address_port_list(&flow->stun.relayed_address, &flow->ndpi_flow->monit->protos.dtls_stun_rtp.relayed_address); add_to_address_port_list(&flow->stun.response_origin, &flow->ndpi_flow->monit->protos.dtls_stun_rtp.response_origin); flow->multimedia_flow_types |= flow->ndpi_flow->flow_multimedia_types; + + flow->stun.rtp_counters[0] = flow->ndpi_flow->stun.rtp_counters[0]; + flow->stun.rtp_counters[1] = flow->ndpi_flow->stun.rtp_counters[1]; } } |