]> The Tcpdump Group git mirrors - tcpdump/commit
The first argument to "ascii_print_with_offset()", "ascii_print()",
authorguy <guy>
Wed, 21 Jul 2004 22:00:10 +0000 (22:00 +0000)
committerguy <guy>
Wed, 21 Jul 2004 22:00:10 +0000 (22:00 +0000)
commit03862177ea6a26f0792f47e736f2457b4fc7c898
treebd078e8a51485c6489689458714bb84ae2f86121
parent608bcf8fa928d0f5d75d525359fcb6425da7d041
The first argument to "ascii_print_with_offset()", "ascii_print()",
"hex_print_with_offset()", and "hex_print()" is a string used as a tag;
make it a "const char *", not a "const u_char *".

Copy the declaration of "strsep()" from "interface.h" to "netdissect.h",
and get rid of the include of "interface.h" from "print-esp.c", as it
includes "netdissect.h".

Update the "ND_TTEST2()" macro to do the same overflow checks that
"TTEST2()" now does.
interface.h
netdissect.h
print-ascii.c
print-esp.c