Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 12176f4: Export captured packets correctly.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Sep 2015 15:27:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=12176f45d9df961e28eb3bcbd0d9b2139a49e082
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

12176f4 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Export captured packets correctly.
    
    Make sure we set and unset the "process_filtered" field of our range in
    PacketRangeGroupBox. Otherwise we only export displayed packets. Make
    sure we set "remove_ignored" as well.
    
    Ignore the cf_cb_file_export_specified_packets_* callbacks in
    CaptureFile so that we don't print spurious warnings.
    
    Bug: 11473
    Bug: 11428
    Change-Id: Ica551addd3af2de79f7cd47a2cc361043d2982e5
    Reviewed-on: https://code.wireshark.org/review/10477
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  b55ae49   Make StockIconToolButton independent.
    adds  12176f4   Export captured packets correctly.


Summary of changes:
 ui/qt/capture_file.cpp           |    7 +++++++
 ui/qt/packet_range_group_box.cpp |   16 ++++++++++++++--
 ui/qt/packet_range_group_box.h   |    1 +
 3 files changed, 22 insertions(+), 2 deletions(-)