Commit Graph

7 Commits

Author SHA1 Message Date
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
Denis Ovsienko
fe3253b9b8 remove tcpdump's own CVS keywords
Remove lots of $Header's and a few $Id's that all belong to the former
CVS repository of tcpdump itself. These keywords have been frozen since
the migration to git in late 2008.
2014-01-03 00:59:08 +04:00
guy
25f801371c Add "os-osf4.h" to declare "snprintf()" on Digital UNIX 4.x. 2002-12-11 05:03:13 +00:00
guy
e33ab88c2e Remove from "lbl/os-solaris2.h" declarations of functions we don't use;
the declaration of "utimes()" collides with the declaration that SunOS
5.5.1 and later, at least, *do* have.  (5.5.1 doesn't declare
"snprintf()", even though it has "snprintf()", so we declare it here; we
declare some others that don't cause problems.)
2000-10-11 04:02:15 +00:00
assar
fcf0144ed2 not used 2000-07-11 00:52:21 +00:00
assar
045777a5b2 remove inline and __attribute__ (now setting in config.h) 2000-07-10 04:29:27 +00:00
mcr
f555c163f9 Initial revision 1999-10-07 23:47:09 +00:00