]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ip6.c
NDOize AH, BEEP and DTP decoders
[tcpdump] / print-ip6.c
index 484b2f1bf44da2682275b4636f356a18562c5f86..8e088cd573cc8f4a6a79e281bd3ea3130de3947c 100644 (file)
@@ -205,7 +205,7 @@ ip6_print(netdissect_options *ndo, const u_char *bp, u_int length)
                        icmp6_print(ndo, cp, len, (const u_char *)ip6, fragmented);
                        return;
                case IPPROTO_AH:
-                       advance = ah_print(cp);
+                       advance = ah_print(gndo, cp);
                        nh = *cp;
                        break;
                case IPPROTO_ESP: