ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] [PATCH] Fix for 802.11 WMM TSPEC dissector

From: Tuomas Maattanen <maattanen@xxxxxx>
Date: Mon, 16 Apr 2007 19:26:57 +0300
Hi,

the current SVN (rev 21448) 802.11 WMM TSPEC dissector seems to have some bugs.

TS Info field should be three bytes long, not two.
Suspension Interval field is missing altogether, shifting all other fields by four bytes. Maximum Burst Size, Minimum PHY Rate, Peak Data Rate and Delay Bound are in wrong order.

I have attached a patch that fixes these. The changes were tested OS X.

Attachment: 802_11_wmm_tspec_fix.diff.gz
Description: GNU Zip compressed data


// Tuomas