]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-null.c
document SIGUSR1 in manual page
[tcpdump] / print-null.c
index 47df451ee7803d4771da099a3ff7a88d5afba7e2..166f777dee2b24b660950fbd201b7ef171308c4f 100644 (file)
@@ -109,13 +109,11 @@ null_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char
                ip_print(ndo, p, length);
                break;
 
-#ifdef INET6
        case BSD_AFNUM_INET6_BSD:
        case BSD_AFNUM_INET6_FREEBSD:
        case BSD_AFNUM_INET6_DARWIN:
                ip6_print(ndo, p, length);
                break;
-#endif
 
        case BSD_AFNUM_ISO:
                isoclns_print(ndo, p, length, caplen);