Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master cd9f163: Add the IAX2 Analysis dialog.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 9 Sep 2015 21:57:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cd9f163eb91d4c70977f669472d5acaf7a4fbe7c
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cd9f163 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add the IAX2 Analysis dialog.
    
    Copied from the RTP Analysis dialog, just like the GTK+ version.
    
    Change-Id: I111020bc4073a3a3ba583bdace51a91ee5fef300
    Reviewed-on: https://code.wireshark.org/review/10447
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  302b03a   GIOP: increase the maximum message size allowed to 10MB
    adds  cd9f163   Add the IAX2 Analysis dialog.


Summary of changes:
 docbook/wsug_src/WSUG_chapter_telephony.asciidoc   |    9 +-
 epan/dissectors/packet-iax2.h                      |    6 +-
 ui/gtk/iax2_analysis.c                             |    5 +-
 ui/help_url.c                                      |    2 +
 ui/help_url.h                                      |    3 +-
 ui/qt/CMakeLists.txt                               |    3 +
 ui/qt/Makefile.am                                  |    8 +-
 ui/qt/Makefile.common                              |    8 +-
 ui/qt/Wireshark.pro                                |    3 +
 ...nalysis_dialog.cpp => iax2_analysis_dialog.cpp} |  503 +++++++-------------
 ...tp_analysis_dialog.h => iax2_analysis_dialog.h} |   48 +-
 ..._analysis_dialog.ui => iax2_analysis_dialog.ui} |   84 ++--
 ui/qt/main_window.h                                |    3 +-
 ui/qt/main_window.ui                               |   11 +-
 ui/qt/main_window_slots.cpp                        |   15 +-
 ui/qt/rtp_analysis_dialog.cpp                      |    8 +-
 ui/qt/rtp_analysis_dialog.ui                       |   84 +++-
 ui/tap-iax2-analysis.h                             |   23 +-
 18 files changed, 396 insertions(+), 430 deletions(-)
 copy ui/qt/{rtp_analysis_dialog.cpp => iax2_analysis_dialog.cpp} (69%)
 copy ui/qt/{rtp_analysis_dialog.h => iax2_analysis_dialog.h} (78%)
 copy ui/qt/{rtp_analysis_dialog.ui => iax2_analysis_dialog.ui} (85%)