]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-llc.c
don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresses
[tcpdump] / print-llc.c
index c245f9585fcabb119a81fed1c8ef1ac0769212f0..f4300f8ac5976f9291b33809940caab6ad9d2cc1 100644 (file)
@@ -24,7 +24,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-llc.c,v 1.51 2002-11-13 16:08:39 hannes Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-llc.c,v 1.52 2003-05-22 16:52:38 hannes Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -171,7 +171,7 @@ llc_print(const u_char *p, u_int length, u_int caplen,
 #endif
        if (llc.ssap == LLCSAP_ISONS && llc.dsap == LLCSAP_ISONS
            && llc.llcui == LLC_UI) {
-               isoclns_print(p + 3, length - 3, caplen - 3, esrc, edst);
+               isoclns_print(p + 3, length - 3, caplen - 3);
                return (1);
        }