diff options
author | guy <guy> | 2001-06-08 04:48:23 +0000 |
---|---|---|
committer | guy <guy> | 2001-06-08 04:48:23 +0000 |
commit | 6e07bc747cfa438a48a738881479a07a3bd0d3b9 (patch) | |
tree | 75c6b10a9adcd8d7ea213a161e4f21ec7e75a83b /print-cip.c | |
parent | 8161113aa2b738e1fffd88afaf6a279904e56148 (diff) | |
download | tcpdump-6e07bc747cfa438a48a738881479a07a3bd0d3b9.tar.gz |
Get rid of definitions of "packetp" and "snapend" outside
"print-ether.c" - the one in "print-ether.c" is sufficient.
Diffstat (limited to 'print-cip.c')
-rw-r--r-- | print-cip.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print-cip.c b/print-cip.c index a6467136..f3afd308 100644 --- a/print-cip.c +++ b/print-cip.c @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.12 2001-03-19 03:58:10 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.13 2001-06-08 04:48:23 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -47,9 +47,6 @@ static const char rcsid[] = #include "ethertype.h" #include "ether.h" -const u_char *packetp; -const u_char *snapend; - #define RFC1483LLC_LEN 8 static unsigned char rfcllc[] = { |