diff options
author | mcr <mcr> | 2004-04-05 00:13:59 +0000 |
---|---|---|
committer | mcr <mcr> | 2004-04-05 00:13:59 +0000 |
commit | 5e33dbfb021806384192fff821f602dbf947db94 (patch) | |
tree | ad63740ad008e4d8286868329b8e58fbde6ebc72 /print-symantec.c | |
parent | 1cca963b1d6eba763277d3fbb13e9ba5a6f6ac9c (diff) | |
download | tcpdump-5e33dbfb021806384192fff821f602dbf947db94.tar.gz |
removed explicit snapend definition.
Diffstat (limited to 'print-symantec.c')
-rw-r--r-- | print-symantec.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print-symantec.c b/print-symantec.c index a921b49d..ec5f02e1 100644 --- a/print-symantec.c +++ b/print-symantec.c @@ -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; |