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 e6d129b: Test: Add fileformats and I/O.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 27 Apr 2018 19:52:14 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e6d129bf2382b9f0261c813c5b501db8911b254b
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e6d129b by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Test: Add fileformats and I/O.
    
    Add the fileformats and I/O suites. Move some more common code to
    subprocesstest.py and add a diffOutput method.
    
    Change-Id: I2ec34e46539022bdce78520645fdca6dfc1a8c1a
    Reviewed-on: https://code.wireshark.org/review/27183
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  9b3be17   test: Miscellaneous fixups.
    adds  e6d129b   Test: Add fileformats and I/O.


Summary of changes:
 docbook/wsdg_src/WSDG_chapter_tests.asciidoc |   9 ++-
 test/baseline/ff-ts-usec-pcap-direct.txt     |   4 +
 test/config.py                               |   9 ++-
 test/subprocesstest.py                       |  63 ++++++++++++++-
 test/suite_capture.py                        |  70 ++++-------------
 test/suite_clopts.py                         |  20 +++--
 test/suite_decryption.py                     |   1 +
 test/suite_dissection.py                     |   1 +
 test/suite_fileformats.py                    | 112 +++++++++++++++++++++++++++
 test/suite_io.py                             |  89 +++++++++++++++++++++
 test/test.py                                 |   1 +
 test/util_dump_dhcp_pcap.py                  |  44 +++++++++++
 test/util_slow_dhcp_pcap.py                  |  27 -------
 13 files changed, 358 insertions(+), 92 deletions(-)
 create mode 100644 test/baseline/ff-ts-usec-pcap-direct.txt
 create mode 100644 test/suite_fileformats.py
 create mode 100644 test/suite_io.py
 create mode 100755 test/util_dump_dhcp_pcap.py
 delete mode 100644 test/util_slow_dhcp_pcap.py