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 1dec509: voip_calls: Move to ui.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Nov 2014 00:48:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1dec509a8862706730fb0f8d41da4c3d7d1a3977
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1dec509 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    voip_calls: Move to ui.
    
    Move voip_calls.[ch] to ui. Add callbacks to voip_calls_tapinfo_t.
    Remove unused function definitions.
    
    Change-Id: Ib12db7053d53afa81ef2a66dc0cfe681bc624dd2
    Reviewed-on: https://code.wireshark.org/review/5379
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a07f081   voip_calls: Get rid of global variables.
    adds  1dec509   voip_calls: Move to ui.


Summary of changes:
 epan/dissectors/packet-isup.h |    2 +-
 epan/dissectors/packet-sip.h  |    2 +-
 ui/CMakeLists.txt             |    1 +
 ui/Makefile.common            |    6 +-
 ui/gtk/CMakeLists.txt         |    1 -
 ui/gtk/Makefile.common        |    2 -
 ui/gtk/rtp_analysis.c         |    2 +-
 ui/gtk/rtp_player.c           |    2 +-
 ui/gtk/voip_calls_dlg.c       |   42 ++++++--
 ui/gtk/voip_calls_dlg.h       |    4 -
 ui/{gtk => }/voip_calls.c     |  231 ++++++++++++++++++++---------------------
 ui/{gtk => }/voip_calls.h     |   17 +--
 12 files changed, 166 insertions(+), 146 deletions(-)
 rename ui/{gtk => }/voip_calls.c (96%)
 rename ui/{gtk => }/voip_calls.h (95%)