]> The Tcpdump Group git mirrors - tcpdump/commit
802.11: make the length in the IE structures a u_int.
authorGuy Harris <[email protected]>
Tue, 6 Jul 2021 20:32:38 +0000 (13:32 -0700)
committerGuy Harris <[email protected]>
Tue, 6 Jul 2021 20:32:38 +0000 (13:32 -0700)
commit36fded60133928c151288975be475d2164230cec
tree2acc8460b5ee38ba4226be6d2b5bc415dcbdb313
parent33b6502c99917c20a81303e2dc60bc924bb4b0c5
802.11: make the length in the IE structures a u_int.

This avoids narrowing warnings.

Clean up PRINT_RATE() a bit while we're at it (avoiding signed vs.
unsigned comparison warnings).
print-802_11.c