Wireshark-commits: [Wireshark-commits] master-2.6 02355fe: Add a "Include column headings" checkbox
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 05 Jul 2018 23:58:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=02355fe2b9af7a11adf65a723227a35c0ea66bc7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

02355fe by Guy Harris (guy@xxxxxxxxxxxx):

    Add a "Include column headings" checkbox in export dissections and print.
    
    Bug: 14945
    Change-Id: I1c5ed0bc7e738a5c8d65c09f25686549e1e6dd67
    Reviewed-on: https://code.wireshark.org/review/28615
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit d7ce2bece8e9c0048f25bf60ab2b017079db7940)
    Reviewed-on: https://code.wireshark.org/review/28616
    

Actions performed:

    from  4080e95   Distinguish between "reserved for implementation" and "reserved for future use".
    adds  02355fe   Add a "Include column headings" checkbox in export dissections and print.


Summary of changes:
 ui/qt/export_dissection_dialog.cpp |  2 ++
 ui/qt/packet_format_group_box.cpp  | 29 +++++++++++++++++++++++++++--
 ui/qt/packet_format_group_box.h    |  2 ++
 ui/qt/packet_format_group_box.ui   | 12 +++++++++++-
 ui/qt/print_dialog.cpp             |  1 +
 5 files changed, 43 insertions(+), 3 deletions(-)