tcpdump/missing
Guy Harris 3dd9240cc3 Do case-insensitive comparisons assuming ASCII strings.
Do the case-insensitive comparisons in a locale-independent fashion that
only maps ASCII letters, in the standard English-language fashion; that
way, we don't get bitten by, for example, Turkish having separate "i
with dot" and "i without dot" letters, with lower-case "i with dot" being
mapped to upper-case "I with dot" rather than being mapped to "I".
2015-06-11 15:47:44 -07:00
..
addrinfo.h remove tcpdump's own CVS keywords 2014-01-03 00:59:08 +04:00
datalinks.c remove tcpdump's own CVS keywords 2014-01-03 00:59:08 +04:00
dlnames.c Do case-insensitive comparisons assuming ASCII strings. 2015-06-11 15:47:44 -07:00
getnameinfo.c More getting rid of old u_intN_t. 2014-04-23 00:45:13 -07:00
getopt_long.c opterr should default to 1, so illegal options are reported. 2014-05-07 12:05:29 -07:00
inet_aton.c remove tcpdump's own CVS keywords 2014-01-03 00:59:08 +04:00
inet_ntop.c Include <errno.h> on both Windows and UN*X. 2014-05-04 10:08:58 -07:00
inet_pton.c Update inet_pton.c 2014-05-02 05:06:38 -07:00
snprintf.c remove tcpdump's own CVS keywords 2014-01-03 00:59:08 +04:00
strdup.c remove tcpdump's own CVS keywords 2014-01-03 00:59:08 +04:00
strlcat.c Delete trailing spaces/tabs 2015-06-04 15:23:21 +02:00
strlcpy.c Delete trailing spaces/tabs 2015-06-04 15:23:21 +02:00
strsep.c Delete trailing spaces/tabs 2015-06-04 15:23:21 +02:00