Wireshark-commits: [Wireshark-commits] master-1.10 61c4acc: Don't use ctype.h routines.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 18 Oct 2014 01:19:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=61c4acca7d5af48e787d524c9513ee72dc1dfcb5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

61c4acc by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use ctype.h routines.
    
    That eliminates locale-dependent behavior when parsing packets.
    
    While we're at it, rename a variable to reflect what it's being used for.
    
    (cherry picked from commit c734c57a37e4a84e8b66cc054d4b2c07aecebc9e)
    
    Change-Id: Ic5d5fb6d73005b1f8e8932fc1666e473d6a42a24
    Reviewed-on: https://code.wireshark.org/review/4808
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f54a230   Get rid of some no-longer-necessary casts.
    adds  61c4acc   Don't use ctype.h routines.


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