aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-trksvr.c
diff options
context:
space:
mode:
authorHadriel Kaplan <hadrielk@yahoo.com>2014-03-07 07:32:23 -0500
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-07 13:05:39 +0000
commita6809ce9aa55ed593a292ff1713d9f826b10d2f0 (patch)
tree8153cc88d050f850f9e83f836bf6a4219518625b /epan/dissectors/packet-dcerpc-trksvr.c
parentee07cd9e24e16b852104db394a4118209cb82308 (diff)
Fix bytes view pane showing non-ASCII chars
The bytes view pane in Qt is showing non-ASCII characters in the right-hand side. That's because the code is using isprint(), which is locale specific and frequently includes non-ascii charscters such as the copyright symbol and such. I wouldn't care, except some of those non-ASCII characters affects the font height and makes it looks sloppy (the display output is set to a fixed *width* font, but not fixed height font apparently). Change-Id: Idd471c5fb769d3d67aa08bc507d168e686d48098 Reviewed-on: https://code.wireshark.org/review/548 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-dcerpc-trksvr.c')
0 files changed, 0 insertions, 0 deletions