URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=359a32f735230a5103498d21bbb6ebf9372c88b0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
359a32f by Guy Harris (guy@xxxxxxxxxxxx):
    No need for our own wrappers around tolower() and toupper().
    
    We can just use g_ascii_tolower() and g_ascii_toupper();
    
    Change-Id: I8a88a096d16ce8c60dd9151e5bdddf6747702145
    Reviewed-on: https://code.wireshark.org/review/4754
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  e6fcff1   Use g_ascii_isalnum() rather than isalnum().
    adds  359a32f   No need for our own wrappers around tolower() and toupper().
Summary of changes:
 epan/dfilter/dfunctions.c |   23 +++--------------------
 1 file changed, 3 insertions(+), 20 deletions(-)