Wireshark-commits: [Wireshark-commits] master-2.0 5d321b0: HTTP: treat request_uri as Unicode.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 13 Apr 2016 17:58:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d321b0493cf3ded5844b995bb2fa07842a53200
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

5d321b0 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    HTTP: treat request_uri as Unicode.
    
    This string was pulled from the TVB using tvb_get_string_enc() (as ASCII)
    so any non-printable characters have already been replaced with the unicode
    replacement character.  So display the string as Unicode, not ASCII.
    
    Conflicts:
    	epan/dissectors/packet-http.c
    
    Bug: 10681
    Change-Id: I64cf51aafcca921c6f9257a2ebd577c599f20883
    Reviewed-on: https://code.wireshark.org/review/14899
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 21f1cec9c8c85b75fcb94d793062b5d1a8ed9a9e)
    Reviewed-on: https://code.wireshark.org/review/14904
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  680bf67   3GPP 23.038 7-bit GSM alphabet contains non ASCII characters
    adds  5d321b0   HTTP: treat request_uri as Unicode.


Summary of changes:
 epan/dissectors/packet-http.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)