summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print-ap1394.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/print-ap1394.c')
-rw-r--r--contrib/tcpdump/print-ap1394.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcpdump/print-ap1394.c b/contrib/tcpdump/print-ap1394.c
index cb9d972..ab0713b 100644
--- a/contrib/tcpdump/print-ap1394.c
+++ b/contrib/tcpdump/print-ap1394.c
@@ -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);
OpenPOWER on IntegriCloud