Wireshark-commits: [Wireshark-commits] master 6a9c924: Move the XXX-to-UTF-8 loops to routines in e

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 25 Apr 2014 08:32:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6a9c924460c96ac722c3a05e12206a626cdace38
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6a9c924 by Guy Harris (guy@xxxxxxxxxxxx):

    Move the XXX-to-UTF-8 loops to routines in epan/charsets.c.
    
    This moves a bunch of character set knowledge into epan/charsets.c.
    
    Change-Id: Ieb79dcaac9753c77703af756b666ad2ca9385d9e
    Reviewed-on: https://code.wireshark.org/review/1339
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a4ff0bc   Try to please the build boot.
    adds  6a9c924   Move the XXX-to-UTF-8 loops to routines in epan/charsets.c.


Summary of changes:
 epan/charsets.c     |  528 +++++++++++++++++++++++++++++++++++++++++++++-----
 epan/charsets.h     |   41 +++-
 epan/tvbuff.c       |  532 +++++++++------------------------------------------
 ui/gtk/bytes_view.c |    1 +
 4 files changed, 605 insertions(+), 497 deletions(-)