URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e4d9ce18d8008e29c824d6de89b04eb486532755
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e4d9ce1 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Move IAX2 analysis to the ui directory.
Rename ui/gtk/iax2_analysis.h to ui/tap-iax2-analysis.h. Move
iax2_packet_analyse to ui/tap-iax2-analysis.c.
Rename rtp_analysis.h to tap-rtp-analysis.h to match IAX2.
Change-Id: Ice7e9ad0d7bf62d631850089c880ec09a3e101dd
Reviewed-on: https://code.wireshark.org/review/10375
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 0491377 Declare col_get_text() as WS_DLL_PUBLIC
adds e4d9ce1 Move IAX2 analysis to the ui directory.
Summary of changes:
ui/CMakeLists.txt | 4 +-
ui/Makefile.common | 4 +-
ui/gtk/Makefile.common | 1 -
ui/gtk/iax2_analysis.c | 97 +--------------
ui/gtk/rtp_analysis.c | 2 +-
ui/gtk/voip_calls_dlg.c | 2 +-
ui/qt/rtp_analysis_dialog.h | 2 +-
ui/rtp_stream.h | 2 +-
ui/tap-iax2-analysis.c | 148 +++++++++++++++++++++++
ui/{gtk/iax2_analysis.h => tap-iax2-analysis.h} | 108 +++++++++--------
ui/{rtp_analysis.h => tap-rtp-analysis.h} | 11 +-
ui/tap-rtp-common.c | 13 +-
12 files changed, 233 insertions(+), 161 deletions(-)
create mode 100644 ui/tap-iax2-analysis.c
rename ui/{gtk/iax2_analysis.h => tap-iax2-analysis.h} (54%)
rename ui/{rtp_analysis.h => tap-rtp-analysis.h} (96%)