From: Michael Richardson Date: Fri, 3 Jan 2014 02:32:00 +0000 (-0500) Subject: added ns_nprint() to ndo-only definitions X-Git-Tag: tcpdump-4.6.0~312 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/097f446cf719832b901d660ce91322bfac8f55ee added ns_nprint() to ndo-only definitions --- diff --git a/netdissect.h b/netdissect.h index f82027c3..fd2b59ac 100644 --- a/netdissect.h +++ b/netdissect.h @@ -334,6 +334,8 @@ extern void hex_print_with_offset(netdissect_options *, const char *ident, const extern void hex_print(netdissect_options *,const char *ident, const u_char *cp,u_int); /* stuff that has not yet been rototiled */ +extern const u_char * ns_nprint (register const u_char *, register const u_char *); + #if 0 extern void ascii_print(netdissect_options *,u_int); extern void hex_and_ascii_print_with_offset(netdissect_options *,const char *,