aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isakmp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-27 20:39:21 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-27 20:39:21 +0000
commit9d13d08eef2f2b5e19b517f987e0150f8dd67a89 (patch)
treeda82d1e07fde4b9d69fb0c90f2105183f9a4dbcb /packet-isakmp.c
parent32c34e33eabfedb7e06d6dc833fe0a1731607d9b (diff)
Use "isprint()", rather than "isgraph()" followed by a check for space,
as "isprint()" is defined to be "isgraph() or space" (or, historically speaking, "isgraph()", which came later, is defined to be "isprint() except for space). Make the characters in "packet_hex_print()" be "guchar" rather than "gchar", so that they don't get sign-extended if the 8th bit is set, and thus don't cause "isprint()" and company to give random answers. svn path=/trunk/; revision=1893
Diffstat (limited to 'packet-isakmp.c')
0 files changed, 0 insertions, 0 deletions