]> The Tcpdump Group git mirrors - libpcap/commit
Include <ctype.h>, as we use macros from it.
authorGuy Harris <[email protected]>
Sun, 10 Jan 2010 02:50:52 +0000 (18:50 -0800)
committerGuy Harris <[email protected]>
Sun, 10 Jan 2010 02:50:52 +0000 (18:50 -0800)
commit27636b9a98a80a25c18c8ae0d6d36d454134bac1
tree13bfb41eb3d5b01363c3747d3376fcff7e720072
parent6831a814896d7f1c31bfa68af85028e8d4182543
Include <ctype.h>, as we use macros from it.

Also, use isascii() to avoid surprises from characters with the 8th bit
set, rather than playing signed vs. unsigned character games.
pcap-linux.c