URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bdfe17f12e7cd86592b35e611ffbafd84737c437
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bdfe17f by David Ameiss (netshark@xxxxxxxxxxxxx):
GUI modules for LBM aka 29West dissectors.
bug:9718
Change-Id: I05330d8a2475ad0d238723d444f3d98bdbd7be39
Reviewed-on: https://code.wireshark.org/review/1041
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 9606ec5 Remove enabling HAVE_SNOW3G by default
adds bdfe17f GUI modules for LBM aka 29West dissectors.
Summary of changes:
epan/dissectors/packet-lbtru.c | 1 +
ui/qt/CMakeLists.txt | 12 +
ui/qt/Makefile.am | 8 +
ui/qt/Makefile.common | 16 +
ui/qt/QtShark.pro | 12 +
ui/qt/lbm_lbtrm_transport_dialog.cpp | 1655 ++++++++++++++
ui/qt/lbm_lbtrm_transport_dialog.h | 132 ++
ui/qt/lbm_lbtrm_transport_dialog.ui | 836 ++++++++
ui/qt/lbm_lbtru_transport_dialog.cpp | 2251 ++++++++++++++++++++
ui/qt/lbm_lbtru_transport_dialog.h | 156 ++
ui/qt/lbm_lbtru_transport_dialog.ui | 1301 +++++++++++
ui/qt/lbm_stream_dialog.cpp | 455 ++++
.../packet-lbttcp.h => ui/qt/lbm_stream_dialog.h | 66 +-
.../{stats_tree_dialog.ui => lbm_stream_dialog.ui} | 61 +-
ui/qt/lbm_uimflow_dialog.cpp | 668 ++++++
ui/qt/lbm_uimflow_dialog.h | 117 +
.../{sequence_dialog.ui => lbm_uimflow_dialog.ui} | 105 +-
ui/qt/main_window.h | 15 +
ui/qt/main_window.ui | 119 ++
ui/qt/main_window_slots.cpp | 100 +-
20 files changed, 7967 insertions(+), 119 deletions(-)
create mode 100644 ui/qt/lbm_lbtrm_transport_dialog.cpp
create mode 100644 ui/qt/lbm_lbtrm_transport_dialog.h
create mode 100644 ui/qt/lbm_lbtrm_transport_dialog.ui
create mode 100644 ui/qt/lbm_lbtru_transport_dialog.cpp
create mode 100644 ui/qt/lbm_lbtru_transport_dialog.h
create mode 100644 ui/qt/lbm_lbtru_transport_dialog.ui
create mode 100644 ui/qt/lbm_stream_dialog.cpp
copy epan/dissectors/packet-lbttcp.h => ui/qt/lbm_stream_dialog.h (52%)
copy ui/qt/{stats_tree_dialog.ui => lbm_stream_dialog.ui} (66%)
create mode 100644 ui/qt/lbm_uimflow_dialog.cpp
create mode 100644 ui/qt/lbm_uimflow_dialog.h
copy ui/qt/{sequence_dialog.ui => lbm_uimflow_dialog.ui} (81%)