URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f73018eb0cdb3c32a8b695325946cc24c2006640
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
f73018e by Dario Lombardo (lomato@xxxxxxxxx):
test: add suite_extcaps.
All the shipped extcaps will be tested against:
--help
--extcap-interfaces
--extcap-interface <IFACE> --extcap-dtls
--extcap-interface <IFACE> --extcap-config
Bug: 16268
Change-Id: I7949103940c95c9c23fc5dd3743c15995d3a152d
Reviewed-on: https://code.wireshark.org/review/35409
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from cc451ab dissectors: re-use most of the existing spoolss container dissectors
add f73018e test: add suite_extcaps.
Summary of changes:
CMakeLists.txt | 1 +
test/fixtures_ws.py | 7 ++++
test/subprocesstest.py | 12 +++----
test/suite_extcaps.py | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 102 insertions(+), 6 deletions(-)
create mode 100644 test/suite_extcaps.py