Wireshark-commits: [Wireshark-commits] master 29eba53: Add a get_ebcdic_string() routine, similar t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 25 Apr 2014 09:30:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29eba5308f919e00557d8383df03f5673f3d592f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

29eba53 by Guy Harris (guy@xxxxxxxxxxxx):

    Add a get_ebcdic_string() routine, similar to other get_XXX_string() routines.
    
    Use it in epan/tvbuff.c.
    
    Do some other cleanups while we're at it.
    
    Change-Id: I7aed37a568373b896aacfd23f986d445b58b77b7
    Reviewed-on: https://code.wireshark.org/review/1342
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0d787af   Another whitespace cleanup.
    adds  29eba53   Add a get_ebcdic_string() routine, similar to other get_XXX_string() routines.


Summary of changes:
 epan/charsets.c |  281 ++++++++++++++++++++++++++++++-------------------------
 epan/charsets.h |   21 +++--
 epan/tvbuff.c   |  124 ++++++++++++------------
 3 files changed, 228 insertions(+), 198 deletions(-)