Wireshark-commits: [Wireshark-commits] master f436253: indigocare-netrix: use a string encoding for

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

Commits:

f436253 by Guy Harris (gharris@xxxxxxxxx):

    indigocare-netrix: 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: Icbe533b8e36d6df25841049950512cecd4c247a1
    Reviewed-on: https://code.wireshark.org/review/38221
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  5dec9f9   indigocare-icall: use a string encoding for all tvb_get_string_enc() calls.
     add  f436253   indigocare-netrix: use a string encoding for all tvb_get_string_enc() calls.


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