URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4723d809c9e72bfc9e77bfc97301ac9f0cc959fa
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
4723d80 by Guy Harris (guy@xxxxxxxxxxxx):
Don't use ctype.h routines.
That avoids locale dependency and handles possibly-signed chars (which
we weren't always doing before).
(cherry picked from commit 033f096ee909b63c0692b80416797f743940d054)
Change-Id: I31c4ed9442cc2429af4f3d21c63f3124a8453603
Reviewed-on: https://code.wireshark.org/review/4795
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 65f8104 Don't use ctype.h routines.
adds 4723d80 Don't use ctype.h routines.
Summary of changes:
epan/addr_resolv.c | 7 +++----
epan/disabled_protos.c | 9 ++++-----
epan/prefs.c | 17 +++++++----------
epan/proto.c | 5 ++---
epan/range.c | 5 ++---
epan/strutil.c | 47 +++++++++++++++++++++++------------------------
epan/uat.c | 5 ++---
epan/uat.h | 2 +-
8 files changed, 44 insertions(+), 53 deletions(-)