ieee1905: Fix a filter bitfield that was incorrect.

This was noticed by Peng Yan of the WFA.

Change-Id: I29a601ec7bd03f68bb5ee8ab4ab8f9e343d3bc36
This commit is contained in:
Richard Sharpe 2021-03-14 16:41:33 -07:00 committed by Wireshark GitLab Utility
parent 5f0dc153dd
commit 8252878a45
1 changed files with 2 additions and 1 deletions

View File

@ -9101,7 +9101,8 @@ proto_register_ieee1905(void)
{ &hf_ieee1905_association_flag,
{ "Association event", "ieee1905.assoc_event.assoc_event",
FT_BOOLEAN, 8, TFS(&tfs_ieee1905_association_event_flag), 0x20, NULL, HFILL }},
FT_BOOLEAN, 8, TFS(&tfs_ieee1905_association_event_flag),
0x80, NULL, HFILL }},
{ &hf_ieee1905_association_client_mac_addr,
{ "Client mac address", "ieee1905.assoc_event.client_mac",