]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Update Wireshark filter for MLD test cases
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Mon, 17 Feb 2025 04:32:34 +0000 (10:02 +0530)
committerJouni Malinen <j@w1.fi>
Sun, 23 Feb 2025 16:12:16 +0000 (18:12 +0200)
commit81b152595bf9ee8ea6a03b51b6fb3cfa2e8a78d2
tree20a547e6884c4313708cc009d514a4d70887d8c6
parentdaeb5e1110add6fe1c7d3ac516456a25d45301f9
tests: Update Wireshark filter for MLD test cases

With Wireshark 4.4.0 and above, there are slight changes in the filters for
fetching multi-link control elements and STA profile ID lists. Add support
for these updates to ensure the test cases are compatible with the latest
version of Wireshark.

The changes are:
* Multi-Link Control:
  wlan.eht.multi_link.control instead of wlan.eht.multi_link_control

* STA Profiles LinkIds: It is now Character string.

Latest Documentation:  https://www.wireshark.org/docs/dfref/w/wlan.html

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
tests/hwsim/test_eht.py