summaryrefslogtreecommitdiff
path: root/print-null.c
diff options
context:
space:
mode:
authorhannes <hannes>2003-05-22 16:52:36 +0000
committerhannes <hannes>2003-05-22 16:52:36 +0000
commit8f94d68a09e1103353cc7d1133d6dfdf7d5a920d (patch)
treef72cddd913dd257ec7257871928a609c6d13805e /print-null.c
parent91a5c5da51e5b1ffcb8990c9a42ac70668901d41 (diff)
downloadtcpdump-8f94d68a09e1103353cc7d1133d6dfdf7d5a920d.tar.gz
don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresses
should be really printed in ether_print() using the eflag
Diffstat (limited to 'print-null.c')
-rw-r--r--print-null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-null.c b/print-null.c
index a0bd3c17..f0c246d6 100644
--- a/print-null.c
+++ b/print-null.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.48 2003-02-05 02:28:45 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.49 2003-05-22 16:52:38 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -175,7 +175,7 @@ null_if_print(const struct pcap_pkthdr *h, const u_char *p)
#endif
case BSD_AF_ISO:
- isoclns_print(p, length, caplen, NULL, NULL);
+ isoclns_print(p, length, caplen);
break;
case BSD_AF_APPLETALK: