Re: [Wireshark-dev] [PATCH] Fix 80211be u-sig decode.

2024-07-19 Thread Jaap Keuter
> On 18 Jul 2024, at 02:10, Ben Greear wrote: > > On 7/17/24 17:07, gree...@candelatech.com wrote: >> From: Ben Greear >> It is 32-bit instead of 16-bit. This fixes invalid parsing of the >> bandwidth, probably among other things. >> Signed-off-by: Ben Greear >> --- >> epan/dissectors/packe

Re: [Wireshark-dev] [PATCH] Fix 80211be u-sig decode.

2024-07-17 Thread Ben Greear
On 7/17/24 17:07, gree...@candelatech.com wrote: From: Ben Greear It is 32-bit instead of 16-bit. This fixes invalid parsing of the bandwidth, probably among other things. Signed-off-by: Ben Greear --- epan/dissectors/packet-ieee80211-radiotap.c | 2 +- 1 file changed, 1 insertion(+), 1 d

[Wireshark-dev] [PATCH] Fix 80211be u-sig decode.

2024-07-17 Thread greearb
From: Ben Greear It is 32-bit instead of 16-bit. This fixes invalid parsing of the bandwidth, probably among other things. Signed-off-by: Ben Greear --- epan/dissectors/packet-ieee80211-radiotap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-ieee8