URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=46a808acf4e8c87b61169bfac00799857b38f1f0
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
46a808a by dameiss (netshark@xxxxxxxxxxxxx):
Add GTK modules for existing LBM dissectors.
bug: 10204
Change-Id: Ie21cc07b0ac9a56648ec72062ce58a1ac800318e
Reviewed-on: https://code.wireshark.org/review/2420
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from bcff3c5 Add the ability to dynamically add a new protocol to export PDU dialog box
adds 46a808a Add GTK modules for existing LBM dissectors.
Summary of changes:
ui/gtk/CMakeLists.txt | 2 +
ui/gtk/Makefile.common | 4 +
ui/gtk/lbm_stream_dlg.c | 778 ++++++++++++++++++++
.../packet-hdmi.h => ui/gtk/lbm_stream_dlg.h | 21 +-
ui/gtk/lbm_uimflow_dlg.c | 455 ++++++++++++
.../packet-hdmi.h => ui/gtk/lbm_uimflow_dlg.h | 21 +-
ui/gtk/main_menubar.c | 41 ++
7 files changed, 1302 insertions(+), 20 deletions(-)
create mode 100644 ui/gtk/lbm_stream_dlg.c
copy epan/dissectors/packet-hdmi.h => ui/gtk/lbm_stream_dlg.h (73%)
create mode 100644 ui/gtk/lbm_uimflow_dlg.c
copy epan/dissectors/packet-hdmi.h => ui/gtk/lbm_uimflow_dlg.h (73%)