]> The Tcpdump Group git mirrors - tcpdump/commit
802.11: fetch the CF and TIM IEs a field at a time.
authorGuy Harris <[email protected]>
Mon, 19 Jul 2021 01:45:23 +0000 (18:45 -0700)
committerGuy Harris <[email protected]>
Mon, 19 Jul 2021 01:45:36 +0000 (18:45 -0700)
commit0ff8efa84a862c47025e17c2fe52d9c91c6152a4
treee798efde867efcffabb3a7bb8198b64db6a0ab1a
parent95483a4c7b4237e2ff71cf70b7cf92b7ddc8a712
802.11: fetch the CF and TIM IEs a field at a time.

That should squelch Coverity CIDs 1487524 and 1487523; it also means
that we convert the 2-byte fields from little-endian byte order to host
order, and also avoids issues with padding in the structures we use.
print-802_11.c