URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=21f1cec9c8c85b75fcb94d793062b5d1a8ed9a9e
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
21f1cec by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):
HTTP: treat request_uri and file_data as Unicode.
These strings were 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 strings as Unicode, not ASCII.
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>
Actions performed:
from 91bb340 Bluetooth: Fix CID 1358479 - Control flow issues
adds 21f1cec HTTP: treat request_uri and file_data as Unicode.
Summary of changes:
epan/dissectors/packet-http.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)