ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master cfa0e5f: voip_calls: Regression fixes.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Nov 2014 23:37:38 +0000 (UTC)
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(-)