Wireshark-commits: [Wireshark-commits] master 69e9dd2: ieee80211: Support raw 802.11 data frame dis
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=69e9dd2c017a54e83387e970bdd18152d7db1ed0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
69e9dd2 by Mikael Kanstrup (mikael.kanstrup@xxxxxxxx):
ieee80211: Support raw 802.11 data frame dissectors
Add a heuristics dissector list for 802.11 data frames. With this
a heuristics dissector can be registered with "wlan_data" to
retrieve the raw data portion of 802.11 data frames.
Subdissectors can then either perform heuristics directly on
the frame data content or (via parent wlan fields) on frame
header to determine whether it's the protocol of interest.
Change-Id: I8466236835a2d524ccab5c6ebfafefad08ea2d0e
Reviewed-on: https://code.wireshark.org/review/27641
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 054979a .mailmap: update of May (2018)
adds 69e9dd2 ieee80211: Support raw 802.11 data frame dissectors
Summary of changes:
epan/dissectors/packet-ieee80211.c | 10 ++++++++++
1 file changed, 10 insertions(+)