Wireshark-commits: [Wireshark-commits] master-2.0 6e8369e: Fix UAT escape widths.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e8369ebef77c1cf690aacc9828471472dc45fb5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
6e8369e 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: Ie2ff57033d63f0b3ff9d441f0d1364acf8262fb0
Reviewed-on: https://code.wireshark.org/review/17077
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4210b49 Exported PDU: dump payload before calling sub dissector
adds 6e8369e Fix UAT escape widths.
Summary of changes:
epan/uat.c | 11 ++++++++---
epan/uat.h | 2 +-
2 files changed, 9 insertions(+), 4 deletions(-)