Wireshark-commits: [Wireshark-commits] master 66310f6: ieee80211: add the start of the TWT parsing
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=66310f6d70d526ba1432ebfa4c6757fed22489ff
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
66310f6 by Emmanuel Grumbach (emmanuel.grumbach@xxxxxxxxx):
ieee80211: add the start of the TWT parsing
Target Wake Time has been added 11ah but is enhanced in 11ax.
Start to implement the parsing of TWT elements based on
ieee80211ax/D3.0
Since TWT is defined in 11ah, it uses the S1G (sub 1 Giga Hertz)
Action Frame Category. Add the boiler plate code to parse those.
An S1G Action frame can have different actions, add them all,
but only parse TWT teardown for now, the other TWT actions will
come later.
Ping-Bug: 15009
Change-Id: Id645a666d06658dbdc6cb460c79b38a65ad2ae81
Reviewed-on: https://code.wireshark.org/review/28829
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from ca75c14 HTTP: create dissector table for HTTP Upgrade
add 66310f6 ieee80211: add the start of the TWT parsing
Summary of changes:
epan/dissectors/packet-ieee80211.c | 188 +++++++++++++++++++++++++++++++++++++
1 file changed, 188 insertions(+)