Wireshark-commits: [Wireshark-commits] master 1b046b7: The UMTS GTP QoS Profile is a UTF-8-encoded
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Feb 2014 19:00:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b046b76f3ec43d2467f8121a98d0b61d3f31c12
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1b046b7 by Guy Harris (guy@xxxxxxxxxxxx):

    The UMTS GTP QoS Profile is a UTF-8-encoded string.
    
    So use tvb_get_string_enc() with ENC_UTF_8|ENC_NA.
    
    Use tvb_reported_length() while we're at it.
    
    Change-Id: I75bfa9abb23ca411dca5844dd56fe062d16319e0
    Reviewed-on: https://code.wireshark.org/review/380
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  95e5a1d   Use correct macro to really fix MacOSX buildbot
    adds  1b046b7   The UMTS GTP QoS Profile is a UTF-8-encoded string.


Summary of changes:
 epan/dissectors/packet-gtp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)