]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpls.c
Address Michael's comments.
[tcpdump] / print-mpls.c
index 13ad0fddecd927765fe838ccb3c8840bcc49f6b0..d97cce5278b4871cf31df384c8122d2b3a55d7a9 100644 (file)
@@ -199,7 +199,7 @@ mpls_print(const u_char *bp, u_int length)
 
        case PT_IPV6:
 #ifdef INET6
-               ip6_print(p, length - (p - bp));
+               ip6_print(gndo, p, length - (p - bp));
 #else
                printf("IPv6, length: %u", length);
 #endif