Wireshark-commits: [Wireshark-commits] master-1.12 b1da509: Add GTK modules for existing LBM dissec

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Jun 2014 06:32:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b1da5099dbb7b94f362bcc3e2b6e057b6763df71
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

b1da509 by dameiss (netshark@xxxxxxxxxxxxx):

    Add GTK modules for existing LBM dissectors.
    
    Mainly cherry-picked from commit 46a808acf4e8c87b61169bfac00799857b38f1f0, but there were a few minor issues that were merged into this single commit.
    
    bug: 10204
    Change-Id: Ie21cc07b0ac9a56648ec72062ce58a1ac800318e
    Reviewed-on: https://code.wireshark.org/review/2427
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  224ab2d   Don't hide tcp option kind/len fields
    adds  b1da509   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                            |  777 ++++++++++++++++++++
 .../packet-hdmi.h => ui/gtk/lbm_stream_dlg.h       |   21 +-
 ui/gtk/lbm_uimflow_dlg.c                           |  457 ++++++++++++
 .../packet-hdmi.h => ui/gtk/lbm_uimflow_dlg.h      |   21 +-
 ui/gtk/main_menubar.c                              |   41 ++
 7 files changed, 1303 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%)