]> The Tcpdump Group git mirrors - tcpdump/commit
EAP: no need for the count variable to be signed.
authorGuy Harris <[email protected]>
Sun, 14 Nov 2021 02:34:00 +0000 (18:34 -0800)
committerGuy Harris <[email protected]>
Sun, 14 Nov 2021 02:34:00 +0000 (18:34 -0800)
commit6569fb794592b16cc7c596a74444be77429f617a
tree7bb60a09c7abe107fa62c42ec9766b048707694e
parent47b4131380e3501f9331c9ac715aced2987e5939
EAP: no need for the count variable to be signed.

Make it unsigned, and, while we're at it, make the loop a for loop.
print-eap.c