URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=85885f4509af563565e316982db98063e3565ad7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
85885f4 by Guy Harris (guy@xxxxxxxxxxxx):
    Use tvb_get_string_enc(..., ENC_ASCII|ENC_NA) for 8-bit encoding.
    
    If there are 8-bit "extended ASCII" encodings, either one should be
    wired in or there should be a preference for them.
    
    Change-Id: Id62381b2579e8edf3719bd92959821c21f7ba223
    Reviewed-on: https://code.wireshark.org/review/402
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  985d334   Replace tabs by spaces
    adds  85885f4   Use tvb_get_string_enc(..., ENC_ASCII|ENC_NA) for 8-bit encoding.
Summary of changes:
 epan/dissectors/packet-cell_broadcast.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)