URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cf271b968cfc497320b12a5a6ff8d3336a3465f5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
cf271b9 by Guy Harris (guy@xxxxxxxxxxxx):
Eliminate use of ctype.h routines.
That way, we don't do locale-sensitive case-insensitivity (yes, the
locale can affect case-mapping - in a Turkish locale, "I" isn't the
upper-case version of "i", for example).
Change-Id: I5f7663e85160558ff3769617f924e45049c9c384
Reviewed-on: https://code.wireshark.org/review/4843
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 2b6c267a57fac77595b8e8b36490c12064d5649c)
Reviewed-on: https://code.wireshark.org/review/4844
Actions performed:
from 71bd75e [Automatic manuf, services and enterprise-numbers update for 2014-10-19]
adds cf271b9 Eliminate use of ctype.h routines.
Summary of changes:
epan/wmem/wmem_tree.c | 5 ++---
epan/wmem/wmem_tree.h | 5 ++++-
2 files changed, 6 insertions(+), 4 deletions(-)