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 cce885e: Test: Fix some dumpcap section checks and sk

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 20 Nov 2018 10:01:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cce885e1124215ea5dfb3a0d75b215ad9384fd2e
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

cce885e by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Test: Fix some dumpcap section checks and skip one.
    
    In check_dumpcap_pcapng_sections, append a copy of our check_val dict so
    that we properly check our first file.
    
    Skip IDB checks when we have multiple interfaces. Dumpcap creates a
    separate thread for each interface when the interface count is > 1,
    which means that we can't guarantee that we will always read and write
    everything in the same order.
    
    Change-Id: Ie458f31e0e901db2b538e9826a136dbe89167bcf
    Reviewed-on: https://code.wireshark.org/review/30718
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  97cd30d   file-pcapng: Fix name for Secrets Length
     add  cce885e   Test: Fix some dumpcap section checks and skip one.


Summary of changes:
 test/suite_capture.py | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)