Wireshark-commits: [Wireshark-commits] master-2.4 b252492: Add a "Include column headings" checkbox
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 06 Jul 2018 00:02:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b252492a334c1dc3481a1085a2ea7206f92c3893
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

b252492 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/28617
    

Actions performed:

    from  d34a04e   Distinguish between "reserved for implementation" and "reserved for future use".
    adds  b252492   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(-)