]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-msdp.c
Add CAP_FCNTL and use cap_fcntls_limit().
[tcpdump] / print-msdp.c
index 878124355cd4687e7817c74e63bb95382f88b60e..fb802b58fd4dff387fd65434ade35a24eabd021d 100644 (file)
@@ -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"));