Wireshark-commits: [Wireshark-commits] master d2f4b6f: Replace isalpha() with g_ascii_isprint().

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 29 Oct 2014 15:47:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d2f4b6fd3d938ba0e436390300b3325da91bb10d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d2f4b6f by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Replace isalpha() with g_ascii_isprint().
    
    Change-Id: I416fd36f65ee80a0b17939bc081ddae0f3f72a32
    Reviewed-on: https://code.wireshark.org/review/4984
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  065d5c8   Don't include ctype.h and replace isascii() with _ascii_isprint(). Remove deprecated APIs while at it.
    adds  d2f4b6f   Replace isalpha() with g_ascii_isprint().


Summary of changes:
 asn1/s1ap/packet-s1ap-template.c |    1 -
 asn1/s1ap/s1ap.cnf               |    2 +-
 epan/dissectors/packet-s1ap.c    |   17 ++++++++---------
 3 files changed, 9 insertions(+), 11 deletions(-)