diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2009-03-21 16:23:46 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2009-03-21 16:23:46 +0000 |
commit | 10d55b9ccc041d249d91faedc3bd1139626bf444 (patch) | |
tree | f2a455fa35943d2b7d4901bf95ac5bf39229115c /print-cip.c | |
parent | 04b1d6babecbe3eed463c150b6e933a2b6d342a9 (diff) | |
download | FreeBSD-src-10d55b9ccc041d249d91faedc3bd1139626bf444.zip FreeBSD-src-10d55b9ccc041d249d91faedc3bd1139626bf444.tar.gz |
Import tcpdump 4.0.0.
Diffstat (limited to 'print-cip.c')
-rw-r--r-- | print-cip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-cip.c b/print-cip.c index 774b700..e9d672f 100644 --- a/print-cip.c +++ b/print-cip.c @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.25.2.1 2005/07/07 01:24:34 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.26 2005-07-07 01:22:17 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H |