Wireshark-commits: [Wireshark-commits] master 4bd8336: Move GSM guint8 to unicode conversion functi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 25 Apr 2014 04:17:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4bd8336017373bef48ee18c20829a06734ffad3b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4bd8336 by Jakub Zawadzki (darkjames@xxxxxxxxxxxx):

    Move GSM guint8 to unicode conversion functions to charsets.c
    
    charsets.c is already place with huge number of conversion tables.
    Also make gsm_default_alphabet gunichar2, all values fits in 2 bytes.
    
    Change-Id: Ia5ab6c176b4fec21ec76b06513c1d00794ba10ef
    Reviewed-on: https://code.wireshark.org/review/1328
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  75cb267   Move mktime_utc() from tvbuff.c to wsutil/time_util.c
    adds  4bd8336   Move GSM guint8 to unicode conversion functions to charsets.c


Summary of changes:
 epan/charsets.c |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
 epan/charsets.h |    6 ++++++
 epan/tvbuff.c   |   60 ++--------------------------------------------------
 3 files changed, 68 insertions(+), 61 deletions(-)