From 8b737033b08eca4c8443a8abeebc4778e8204450 Mon Sep 17 00:00:00 2001 From: Jirka Novak Date: Wed, 30 Mar 2022 22:54:16 +0200 Subject: [PATCH] RTP Analysis dialog: Update statistics when data are processed Fixes #18018 --- ui/qt/rtp_analysis_dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/qt/rtp_analysis_dialog.cpp b/ui/qt/rtp_analysis_dialog.cpp index eef7f146cf..0e7ef34a40 100644 --- a/ui/qt/rtp_analysis_dialog.cpp +++ b/ui/qt/rtp_analysis_dialog.cpp @@ -1081,6 +1081,7 @@ void RtpAnalysisDialog::addRtpStreamsPrivate(QVector stream_id setUpdatesEnabled(true); registerTapListener("rtp", this, NULL, 0, tapReset, tapPacket, tapDraw); cap_file_.retapPackets(); + updateStatistics(); removeTapListeners(); updateGraph();