]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sll.c
Get rid of definitions of "packetp" and "snapend" outside
[tcpdump] / print-sll.c
index cd0596c30397312395474882f200e1bb08e7952c..d8661a9e0f89c05429141aa356e1b42f74069874 100644 (file)
@@ -20,7 +20,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-sll.c,v 1.4 2001-01-15 00:33:59 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-sll.c,v 1.5 2001-06-08 04:48:23 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -47,9 +47,6 @@ struct rtentry;
 #include "ether.h"
 #include "sll.h"
 
-const u_char *packetp;
-const u_char *snapend;
-
 static inline void
 sll_print(register const struct sll_header *sllp, u_int length)
 {