]> The Tcpdump Group git mirrors - tcpdump/commit
Clean up some stuff.
authorGuy Harris <[email protected]>
Sun, 20 Aug 2017 01:42:18 +0000 (18:42 -0700)
committerDenis Ovsienko <[email protected]>
Fri, 1 Sep 2017 21:20:28 +0000 (22:20 +0100)
commit3ff5f3bdc69125a102dd66711c506d19e0aeb006
tree0af1376edd44f00c60e3263e1c94fc9d0c08cd52
parent6fc4beef8213322d50d6859d14d9dd71e3d613f4
Clean up some stuff.

Make the loop index an int, and just cast the (small) size of an IPv6
address, in units of two-byte chunks, to int.

Use int rather than long for the base and length; they'll never be large
enough to require a long.
addrtostr.c