]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpls.c
Fix the pcap version in tests/cve2015-0261-crash.pcap
[tcpdump] / print-mpls.c
index 039781ada2d1a751bd3f7ad0175356fe9d98d376..bc34d50623d3e0e6c066585174981ccd81287f30 100644 (file)
@@ -186,11 +186,7 @@ mpls_print(netdissect_options *ndo, const u_char *bp, u_int length)
                break;
 
        case PT_IPV6:
-#ifdef INET6
                ip6_print(ndo, p, length - (p - bp));
-#else
-               ND_PRINT((ndo, "IPv6, length: %u", length));
-#endif
                break;
 
        case PT_OSI: