Wireshark-commits: [Wireshark-commits] master 065d5c8: Don't include ctype.h and replace isascii()
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 29 Oct 2014 15:35:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=065d5c8417d3b21cbbf90f3f78917760079b006e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

065d5c8 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    Don't include ctype.h and replace isascii() with _ascii_isprint().
    Remove deprecated APIs while at it.
    
    Change-Id: I002ed4a696782caaeeb70a3e4ced4ae81f3d5372
    Reviewed-on: https://code.wireshark.org/review/4983
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  79f878f   VXLAN: Fix flag bitmasks
    adds  065d5c8   Don't include ctype.h and replace isascii() with _ascii_isprint(). Remove deprecated APIs while at it.


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