]> The Tcpdump Group git mirrors - libpcap/commit
Squelch some warnings.
authorGuy Harris <[email protected]>
Tue, 20 Mar 2018 19:23:55 +0000 (12:23 -0700)
committerGuy Harris <[email protected]>
Tue, 20 Mar 2018 19:23:55 +0000 (12:23 -0700)
commit76dd0a50ad6e5a50c8a68807288df1c88fbcc441
tree5a01bdec58d1cb52a4116511b79a32a4723bd287
parent7605054565dcc084c4bb8674bdb708173a53d673
Squelch some warnings.

xdtoi turns an (unsigned) 8-bit character from a string into a hex digit
value, which is also an unsigned 8-bit byte value; make it take a u_char
as an argument and return a u_char, and make the octet value accumulated
in pcap_ether_aton() a u_char as well.
nametoaddr.c