Wireshark-commits: [Wireshark-commits] master-2.2 628734c: Fix UAT escape widths.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 16 Aug 2016 14:33:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=628734c861b427a250c007dcf49dbb79c40cb469
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

628734c 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>
    (cherry picked from commit 4b403b0b5472333fb3751b695632e219c364f4d5)
    Reviewed-on: https://code.wireshark.org/review/17072
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  ba26f80   [H248] Fix Warn Dissector bug, protocol H248, in packet 1: tvbuff.c:532: failed assertion "tvb && tvb->initialized"
    adds  628734c   Fix UAT escape widths.


Summary of changes:
 epan/uat.c |   41 +++++++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 18 deletions(-)