]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ip6.c
NDOize AODV, IPv4 and SCTP decoders
[tcpdump] / print-ip6.c
index dbebc4fbbc1c4cd1d12839c4b97844cde1852e51..c18b5f00254bd0cdcea1323c9e44a113eb43a491 100644 (file)
@@ -188,7 +188,7 @@ ip6_print(netdissect_options *ndo, const u_char *bp, u_int length)
                        nh = *cp;
                        break;
                case IPPROTO_SCTP:
-                       sctp_print(cp, (const u_char *)ip6, len);
+                       sctp_print(ndo, cp, (const u_char *)ip6, len);
                        return;
                case IPPROTO_DCCP:
                        dccp_print(ndo, cp, (const u_char *)ip6, len);