mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 20:14:12 +08:00
3dd9240cc3
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". |
||
---|---|---|
.. | ||
addrinfo.h | ||
datalinks.c | ||
dlnames.c | ||
getnameinfo.c | ||
getopt_long.c | ||
inet_aton.c | ||
inet_ntop.c | ||
inet_pton.c | ||
snprintf.c | ||
strdup.c | ||
strlcat.c | ||
strlcpy.c | ||
strsep.c |