Wireshark-commits: [Wireshark-commits] master 2497482: Don't print non-printable characters in AX.2
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2497482e34a108275f75cd8106e1841b35aab98e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2497482 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):
Don't print non-printable characters in AX.25 addresses.
Add a new routine to wsutil to make this easy: printable_char_or_period().
Bug: 10439
Change-Id: I0eb2bb6bc0676a1035c3d845b5e20276fa04de60
Reviewed-on: https://code.wireshark.org/review/3981
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 1192606 Fix Mac OS X buildbot
adds 2497482 Don't print non-printable characters in AX.25 addresses.
Summary of changes:
epan/address_to_str.c | 9 +++++++--
wsutil/str_util.c | 10 +++++++++-
wsutil/str_util.h | 2 ++
3 files changed, 18 insertions(+), 3 deletions(-)