RTP Analysis dialog: Update statistics when data are processed

Fixes #18018
This commit is contained in:
Jirka Novak 2022-03-30 22:54:16 +02:00 committed by A Wireshark GitLab Utility
parent af716cdb4a
commit 8b737033b0
1 changed files with 1 additions and 0 deletions

View File

@ -1081,6 +1081,7 @@ void RtpAnalysisDialog::addRtpStreamsPrivate(QVector<rtpstream_id_t *> stream_id
setUpdatesEnabled(true);
registerTapListener("rtp", this, NULL, 0, tapReset, tapPacket, tapDraw);
cap_file_.retapPackets();
updateStatistics();
removeTapListeners();
updateGraph();