Wireshark-commits: [Wireshark-commits] rev 27236: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 15 Jan 2009 02:40:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27236

User: guy
Date: 2009/01/14 06:40 PM

Log:
 strcasecmp()'s behavior is locale-dependent, and thus unpredictable (and
 possibly undesirable - in a Turkish locale, for example, "i" and "I" are
 not equal); g_ascii_strcasecmp()'s behavior is not locale-dependent (and
 treats "i" and "I" as equal even in a Turkish locale; the strings being
 compared against are English, not Turkish, so treating "i" and "I" as
 equal is a feature, not a bug).

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +3 -3      packet-bootp.c    Modified