Wireshark-commits: [Wireshark-commits] master 03c5da8: Add Windows code page 1252.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 25 May 2019 01:07:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=03c5da8d8930c0456888a4d13ed2648513565d5c
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

03c5da8 by Guy Harris (guy@xxxxxxxxxxxx):

    Add Windows code page 1252.
    
    While we're at it, add the Euro to code page 1251, expand the comments
    for 1250 and 1251 and some DOS code pages, and add support for code page
    1251 to tvb_get_stringz_enc().
    
    Change-Id: I053d58f87cac26ad7c109e2f1cd8807ffec0622d
    Reviewed-on: https://code.wireshark.org/review/33342
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1fd3003   "Zigbee" encoding is not a character encoding or an integer encoding.
     add  03c5da8   Add Windows code page 1252.


Summary of changes:
 epan/charsets.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 epan/charsets.h |  2 ++
 epan/proto.h    |  2 +-
 epan/tvbuff.c   | 12 +++++++++++
 4 files changed, 76 insertions(+), 6 deletions(-)