]> 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)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 10 Oct 2023 13:48:38 +0000 (15:48 +0200)
commita1481bd07628909c91470d9b3c888cd7e0ecbcce
treec780d6bee00f0f07728689b8f3a053d72fe7e403
parent3e8fdd9ff5509831df1b7ee1d76b478c2da74487
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).

(cherry picked from commit 36fded60133928c151288975be475d2164230cec)
print-802_11.c