]> 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)
committerGuy Harris <[email protected]>
Sun, 20 Aug 2017 01:42:18 +0000 (18:42 -0700)
commitd1a2d1853986740219664fd009b8eaa0e0416758
tree5590a09945422b1c96a926c2c407ed7e63ef006a
parenta9bf782e965115e81331f4e851efca7d9cbf59ee
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