X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1fe6e66ecec3fb7a7cc729038012cbb264542331..refs/pull/435/head:/print-msdp.c diff --git a/print-msdp.c b/print-msdp.c index 87812435..fb802b58 100644 --- a/print-msdp.c +++ b/print-msdp.c @@ -72,7 +72,7 @@ msdp_print(netdissect_options *ndo, const u_char *sp, u_int length) case 2: ND_PRINT((ndo, " SA-Request")); ND_TCHECK2(*sp, 5); - ND_PRINT((ndo, " for %s", ipaddr_string(sp + 1))); + ND_PRINT((ndo, " for %s", ipaddr_string(ndo, sp + 1))); break; case 4: ND_PRINT((ndo, " Keepalive"));