Wireshark-commits: [Wireshark-commits] master 5dec9f9: indigocare-icall: use a string encoding for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Aug 2020 18:20:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5dec9f91fcd3ab246cf54d9bc26b91c88a3913ea
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5dec9f9 by Guy Harris (gharris@xxxxxxxxx):

    indigocare-icall: use a string encoding for all tvb_get_string_enc() calls.
    
    Don't just pass ENC_NA, pass ENC_ASCII|ENC_NA, to mark all string
    fetches with the encoding to use.
    
    Change-Id: If834f216a49787ff09b3b714d755d9467848e5a5
    Reviewed-on: https://code.wireshark.org/review/38220
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  421db8b   proxy: add AWS TLV (VPCE)
     add  5dec9f9   indigocare-icall: use a string encoding for all tvb_get_string_enc() calls.


Summary of changes:
 epan/dissectors/packet-indigocare-icall.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)