summaryrefslogtreecommitdiff
path: root/print-ether.c
diff options
context:
space:
mode:
authormcr <mcr>2004-04-05 00:13:59 +0000
committermcr <mcr>2004-04-05 00:13:59 +0000
commit5e33dbfb021806384192fff821f602dbf947db94 (patch)
treead63740ad008e4d8286868329b8e58fbde6ebc72 /print-ether.c
parent1cca963b1d6eba763277d3fbb13e9ba5a6f6ac9c (diff)
downloadtcpdump-5e33dbfb021806384192fff821f602dbf947db94.tar.gz
removed explicit snapend definition.
Diffstat (limited to 'print-ether.c')
-rw-r--r--print-ether.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/print-ether.c b/print-ether.c
index 6474f059..e0265397 100644
--- a/print-ether.c
+++ b/print-ether.c
@@ -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" },