Wireshark-commits: [Wireshark-commits] master 321b756: Add T.61 character set support

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 22 Oct 2016 03:16:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=321b756dc41f9bc26cc0eb8b08f90a73158dc75a
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

321b756 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Add T.61 character set support
    
    Bug: 13032
    Change-Id: I6bf2cc2c43a6262d899a304df6576d9831115966
    Reviewed-on: https://code.wireshark.org/review/18350
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  53d3e3c   Fix some errors from the previous commit.
    adds  321b756   Add T.61 character set support


Summary of changes:
 doc/README.dissector                               |    1 +
 epan/charsets.c                                    |  294 ++++++++++++++++++++
 epan/charsets.h                                    |    3 +
 epan/dissectors/asn1/p1/p1.cnf                     |   46 +++
 epan/dissectors/asn1/p22/p22.cnf                   |   15 +-
 .../asn1/pkix1explicit/pkix1explicit.cnf           |    5 +
 epan/dissectors/asn1/rtse/rtse.cnf                 |    9 +-
 epan/dissectors/asn1/x509sat/x509sat.cnf           |   12 +
 epan/dissectors/packet-ber.c                       |   14 +-
 epan/dissectors/packet-p1.c                        |   31 ++-
 epan/dissectors/packet-p22.c                       |   27 +-
 epan/dissectors/packet-pkix1explicit.c             |    5 +-
 epan/dissectors/packet-rtse.c                      |   21 +-
 epan/dissectors/packet-x509sat.c                   |    8 +-
 epan/proto.h                                       |    1 +
 epan/tvbuff.c                                      |   31 +++
 16 files changed, 464 insertions(+), 59 deletions(-)