aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Granados <adrian@intuitibits.com>2022-03-08 16:38:13 -0500
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-03-09 08:01:39 +0000
commit8622c92a7549320b5faffb92891c12077f65459d (patch)
tree33f336e769fbedfba71d34273572180545c238b1 /test
parentad48c4050d8f489ea3e6d67e9bc57e69b468b329 (diff)
extcap: new interface, wifidump, to capture Wi-Fi frames using a remote SSH host
Diffstat (limited to 'test')
-rw-r--r--test/suite_extcaps.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/suite_extcaps.py b/test/suite_extcaps.py
index 59132869ce..38217bd928 100644
--- a/test/suite_extcaps.py
+++ b/test/suite_extcaps.py
@@ -83,6 +83,10 @@ class case_extcaps(subprocesstest.SubprocessTestCase):
''' extcap interface tests for sshdump '''
check_extcap_execution("sshdump")
+ def test_wifidump(self, check_extcap_execution):
+ ''' extcap interface tests for wifidump '''
+ check_extcap_execution("wifidump")
+
def test_udpdump(self, check_extcap_execution):
''' extcap interface tests for udpdump '''
check_extcap_execution("udpdump")