URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=311b1ee70072531352262f3a47181e89472e3109
Submitter: Jaap Keuter (jaap.keuter@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
311b1ee by Jaap Keuter (jaap.keuter@xxxxxxxxx):
IEEE 802.11: Handle Atheros padding
For some unknown reason between 802.11 protocol fields end and LLC
protocol field start two octets of padding may appear. These octets
(value 0x00) were observed on the OLPC laptop, heuristically detected
and marked as OLPC mysterious stuff.
It seems that Atheros chipset drivers also show this behaviour,
although the padding is not 0x0000, but seem to be a duplicate of the
sequence control field. This is now also heuristically detected and
marked more generically as payload padding.
Bug: 13411
Change-Id: I1e817e07dc19be8b3917ff302ede3328ca6a4938
Reviewed-on: https://code.wireshark.org/review/20284
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Actions performed:
from 2534ec4 sharkd: support for rtp tap.
adds 311b1ee IEEE 802.11: Handle Atheros padding
Summary of changes:
epan/dissectors/packet-ieee80211.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)