Wireshark-commits: [Wireshark-commits] master 4b403b0: Fix UAT escape widths.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b403b0b5472333fb3751b695632e219c364f4d5
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4b403b0 by Gerald Combs (gerald@xxxxxxxx):
Fix UAT escape widths.
Pass unsigned values to the %x format specifier so that naming an IO graph
你好 TCP Segments
doesn't end up saving
"\xffffffe4\xffffffbd\xffffffa0\xffffffe5\xffffffa5\xffffffbd TCP Segments"
to io_graphs. Fixes https://ask.wireshark.org/questions/54781/statistic-io-graph-add-a-new-graph-if-graph-name-use-chinese-it-will-cause-all-graph-name-garbled
Change-Id: I5bcae05ef9b3e17532edbb293f323586c9aeb471
Reviewed-on: https://code.wireshark.org/review/17053
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 777061b LLDP: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
adds 4b403b0 Fix UAT escape widths.
Summary of changes:
epan/uat.c | 41 +++++++++++++++++++++++------------------
1 file changed, 23 insertions(+), 18 deletions(-)