]> The Tcpdump Group git mirrors - tcpdump/commitdiff
removed explicit snapend definition.
authormcr <mcr>
Mon, 5 Apr 2004 00:13:59 +0000 (00:13 +0000)
committermcr <mcr>
Mon, 5 Apr 2004 00:13:59 +0000 (00:13 +0000)
print-ether.c
print-symantec.c

index 6474f059bf0e609519e2cb7b62bac2d03a203ce1..e026539721ce1843775d4eeb523091a587c7583d 100644 (file)
@@ -20,7 +20,7 @@
  */
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.90 2004-03-30 14:42:40 mcr Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.91 2004-04-05 00:14:08 mcr Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -38,8 +38,6 @@ static const char rcsid[] _U_ =
 
 #include "ether.h"
 
-const u_char *snapend;
-
 const struct tok ethertype_values[] = { 
     { ETHERTYPE_IP,            "IPv4" },
     { ETHERTYPE_MPLS,          "MPLS unicast" },
index a921b49dec5a5a89aef565596dff3ce1625423fe..ec5f02e141fe6c24e042d0971222c896bb84efd8 100644 (file)
@@ -20,7 +20,7 @@
  */
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-symantec.c,v 1.3 2004-03-22 20:02:01 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-symantec.c,v 1.4 2004-04-05 00:13:59 mcr Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -38,8 +38,6 @@ static const char rcsid[] _U_ =
 
 #include "ether.h"
 
-const u_char *snapend;
-
 struct symantec_header {
        u_int8_t  stuff1[6];
        u_int16_t ether_type;