URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfa0e5fd53870f297dbec2f0a9aef896ba11f7c5
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cfa0e5f by Gerald Combs (gerald@xxxxxxxxxxxxx):
voip_calls: Regression fixes.
Fix struct initialization logic. Clear a GQueue instead of deleting it.
Don't crash if we have no sequence diagram items. Make sure we show all
flows and not just invites. Zero allocated memory in a couple of places.
Change-Id: Ia5bb3ba57cf625de4b554b354e098aa0361dff28
Reviewed-on: https://code.wireshark.org/review/5390
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from dc5b8f1 dissect TA(1)
adds cfa0e5f voip_calls: Regression fixes.
Summary of changes:
ui/gtk/graph_analysis.c | 24 +++++++++++++++---
ui/gtk/graph_analysis.h | 2 +-
ui/gtk/voip_calls_dlg.c | 13 +++++-----
ui/tap-sequence-analysis.c | 4 +--
ui/tap-sequence-analysis.h | 2 +-
ui/voip_calls.c | 60 ++++++++++++++++++++++----------------------
6 files changed, 62 insertions(+), 43 deletions(-)