summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print-symantec.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/print-symantec.c')
-rw-r--r--contrib/tcpdump/print-symantec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tcpdump/print-symantec.c b/contrib/tcpdump/print-symantec.c
index 0fba8e5..8b4ee38 100644
--- a/contrib/tcpdump/print-symantec.c
+++ b/contrib/tcpdump/print-symantec.c
@@ -107,7 +107,7 @@ symantec_if_print(const struct pcap_pkthdr *h, const u_char *p)
if (!suppress_default_print)
default_print(p, caplen);
- } else if (ethertype_print(ether_type, p, length, caplen) == 0) {
+ } else if (ethertype_print(gndo, ether_type, p, length, caplen) == 0) {
/* ether_type not known, print raw packet */
if (!eflag)
symantec_hdr_print((u_char *)sp, length + sizeof (struct symantec_header));
OpenPOWER on IntegriCloud