URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bdd166f4a76e0990ad08027e541c3db24f7ca273
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bdd166f by Jiri Novak (j.novak@xxxxxxxxxxxx):
VoIP Calls/Flow Sequence: Fix of showing nodes from previous call
When VoIP Calls/Flow Sequence generates list of nodes to show (nodes above flow), it do not clear the list from last call. As consequence of it, when second call is between hosts than first call, you see nodes which are not involved in call.
Change-Id: I80f9acb09e6aa71b3a32bb6eacaeb5b4bb13b332
Reviewed-on: https://code.wireshark.org/review/19267
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 9090afb Save RTP audio to file: RTP Stream Analysis dialog allows save audio for non G.711 codecs and mixed codecs
adds bdd166f VoIP Calls/Flow Sequence: Fix of showing nodes from previous call
Summary of changes:
ui/qt/sequence_dialog.cpp | 1 +
ui/tap-sequence-analysis.c | 20 ++++++++++++++------
ui/tap-sequence-analysis.h | 6 ++++++
3 files changed, 21 insertions(+), 6 deletions(-)