]> The Tcpdump Group git mirrors - tcpdump/commit
802.11: no need for an element ID in the structures for IEs.
authorGuy Harris <[email protected]>
Tue, 6 Jul 2021 20:27:19 +0000 (13:27 -0700)
committerGuy Harris <[email protected]>
Tue, 6 Jul 2021 20:27:19 +0000 (13:27 -0700)
commit33b6502c99917c20a81303e2dc60bc924bb4b0c5
tree58364a8b674a3b87049951583e7891bc12d1908e
parentf5739ad4cab362afdebbf3af588e9f05e0e0009b
802.11: no need for an element ID in the structures for IEs.

Remove the element_id member, and, instead of copying over the entire IE
header, just set the length to the value we've already fetched.
print-802_11.c