X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2cd0a90c24ccf01ad9a034d7d5a6a651c82a4785..306c2a0384af923a73bf234f3c8bc186ceff0b58:/print-msdp.c diff --git a/print-msdp.c b/print-msdp.c index 297fbbb3..8680486c 100644 --- a/print-msdp.c +++ b/print-msdp.c @@ -77,7 +77,7 @@ msdp_print(netdissect_options *ndo, const u_char *sp, u_int length) case 2: ND_PRINT(" SA-Request"); ND_TCHECK_5(sp); - ND_PRINT(" for %s", ipaddr_string(ndo, sp + 1)); + ND_PRINT(" for %s", GET_IPADDR_STRING(sp + 1)); break; case 4: ND_PRINT(" Keepalive");