From 1cde6435df23876fb88998e38739def0dc7dca47 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 4 Apr 2014 00:43:46 -0700 Subject: Netdissectify the to-name resolution routines. Have them take a netdissect_options * argument, and get the "no name resolution" flag from it. Move the declaration of dnaddr_string to addrtoname.h, along with the other XXX-to-string routines. --- print-vtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-vtp.c') diff --git a/print-vtp.c b/print-vtp.c index 428e0ab3..2d331c0a 100644 --- a/print-vtp.c +++ b/print-vtp.c @@ -179,7 +179,7 @@ vtp_print (netdissect_options *ndo, ND_PRINT((ndo, "\n\t Config Rev %x, Updater %s", EXTRACT_32BITS(tptr), - ipaddr_string(tptr+4))); + ipaddr_string(ndo, tptr+4))); tptr += 8; ND_PRINT((ndo, ", Timestamp 0x%08x 0x%08x 0x%08x", EXTRACT_32BITS(tptr), -- cgit v1.2.1