diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-05-14 08:01:48 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-05-14 08:01:48 +0000 |
commit | 60894fde29002aac35c5aff244b0f45c4d590413 (patch) | |
tree | 2d0f73c65ae258539a2146cd435727a18ae62097 /print-symantec.c | |
parent | 6d59e2f382406def185ce5261b8723a174cd28a3 (diff) |
Diffstat (limited to 'print-symantec.c')
-rw-r--r-- | print-symantec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-symantec.c b/print-symantec.c index 0fba8e534de4..8b4ee38c4093 100644 --- a/print-symantec.c +++ b/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)); |