Wireshark-commits: [Wireshark-commits] master d4339c6: Remove the MIBenum stuff from the WAP code.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 8 May 2016 21:16:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d4339c6fbdc3a44d9002afa0d007a4f3683d5694
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d4339c6 by Guy Harris (guy@xxxxxxxxxxxx):

    Remove the MIBenum stuff from the WAP code.
    
    MIBenum values are from an IANA registry, not a WAP specification; add
    <epan/iana_charsets.h> to declare the MIBenum -> Wireshark encoding
    mapper routine and the value_string_ext for MIBenum values, and
    epan/iana_charsets.c to define them.
    
    Change-Id: I6d9c82cd011bd5211c688322e6423de38e161f41
    Reviewed-on: https://code.wireshark.org/review/15298
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  b9368fc   GSM A RR: fix dissection of GPRS Cell Options IE
    adds  d4339c6   Remove the MIBenum stuff from the WAP code.


Summary of changes:
 epan/CMakeLists.txt                                |    1 +
 epan/Makefile.common                               |    2 +
 epan/dissectors/packet-btavrcp.c                   |    4 +-
 epan/dissectors/packet-btsdp.c                     |    8 +-
 epan/dissectors/packet-wap.c                       |  367 --------------------
 epan/dissectors/packet-wap.h                       |    6 -
 epan/dissectors/packet-wbxml.c                     |    7 +-
 epan/dissectors/packet-wsp.c                       |    7 +-
 epan/dissectors/packet-wtls.c                      |    7 +-
 epan/{dissectors/packet-wap.c => iana_charsets.c}  |   76 +---
 epan/{dissectors/packet-wtls.h => iana_charsets.h} |   24 +-
 11 files changed, 46 insertions(+), 463 deletions(-)
 copy epan/{dissectors/packet-wap.c => iana_charsets.c} (84%)
 copy epan/{dissectors/packet-wtls.h => iana_charsets.h} (67%)