]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Permit passing multiple valid tshark filters
authorBenjamin Berg <benjamin.berg@intel.com>
Mon, 6 Jan 2025 15:31:28 +0000 (17:31 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 26 Jan 2025 07:38:05 +0000 (09:38 +0200)
commitcc35ed3e257ad57daa8353293e4803d708c870ea
tree7b0cf1ee15c34686b0464deb37fdd08bbd236ca3
parent92cea9a778b27416afd6970020f3e8775ba8b096
tests: Permit passing multiple valid tshark filters

It is useful to support different versions of tshark which may have
updated disectors. In that case, there may be no filter that works with
all version of tshark.

Permit passing multiple filters which will be tried in-order. This
allows first trying the filter for the newer version and then falling
back to an older filter in order to support different tshark versions.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
tests/hwsim/tshark.py