Wireshark-commits: [Wireshark-commits] master ea1d5c1: Use proto_tree_add_item() for most string en
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Feb 2014 10:17:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea1d5c151e0ef5620ca0421ed6d3154afb97ba50
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ea1d5c1 by Guy Harris (guy@xxxxxxxxxxxx):

    Use proto_tree_add_item() for most string encodings.
    
    We support ISO 8859-1 and 8859-8, so use proto_tree_add_item() for them.
    That leaves only EUC-KR.
    
    Change-Id: Ie61f69af43be03e5abeb84b95601a407900fb79b
    Reviewed-on: https://code.wireshark.org/review/403
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  85885f4   Use tvb_get_string_enc(..., ENC_ASCII|ENC_NA) for 8-bit encoding.
    adds  ea1d5c1   Use proto_tree_add_item() for most string encodings.


Summary of changes:
 epan/dissectors/packet-ansi_637.c |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)