]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ap1394.c
Add changes in 4.2.1.
[tcpdump] / print-ap1394.c
index cb9d972f43b6f83a80db3e75f05e7b831db1b0d0..ab0713b5a7a2b5965df3f73ddbc52c4222a44a55 100644 (file)
@@ -106,7 +106,7 @@ ap1394_if_print(const struct pcap_pkthdr *h, const u_char *p)
        p += FIREWIRE_HDRLEN;
 
        ether_type = EXTRACT_16BITS(&fp->firewire_type);
-       if (ethertype_print(ether_type, p, length, caplen) == 0) {
+       if (ethertype_print(gndo, ether_type, p, length, caplen) == 0) {
                /* ether_type not known, print raw packet */
                if (!eflag)
                        ap1394_hdr_print((u_char *)fp, length + FIREWIRE_HDRLEN);