Wireshark-commits: [Wireshark-commits] master 033f096: Don't use ctype.h routines.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=033f096ee909b63c0692b80416797f743940d054
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
033f096 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).
Change-Id: Ieceb93029252f646397b6488f2df8a57c6d2a23d
Reviewed-on: https://code.wireshark.org/review/4794
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 344c2bb strptime.c needs ctype.h.
adds 033f096 Don't use ctype.h routines.
Summary of changes:
epan/addr_resolv.c | 7 +++----
epan/disabled_protos.c | 9 ++++-----
epan/prefs.c | 21 +++++++++------------
epan/proto.c | 5 ++---
epan/range.c | 5 ++---
epan/strutil.c | 47 +++++++++++++++++++++++------------------------
epan/uat.c | 5 ++---
epan/uat.h | 2 +-
8 files changed, 46 insertions(+), 55 deletions(-)