aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures_ws.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures_ws.py')
-rw-r--r--test/fixtures_ws.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures_ws.py b/test/fixtures_ws.py
index 161da3f3ce..79eb0c092a 100644
--- a/test/fixtures_ws.py
+++ b/test/fixtures_ws.py
@@ -146,6 +146,13 @@ def wireshark_command(cmd_wireshark):
@fixtures.fixture(scope='session')
+def cmd_extcap(program):
+ def extcap_name(name):
+ return program(os.path.join('extcap', name))
+ return extcap_name
+
+
+@fixtures.fixture(scope='session')
def features(cmd_tshark, make_env):
'''Returns an object describing available features in tshark.'''
try: