aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-05-31 13:40:52 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-05-31 13:40:52 +0000
commit673c54030d275e47e1bdfb314b160ad484e9f7a2 (patch)
tree5cb1db32296328896ae2c83807b34219c1246a82
parentc023924ac5cdddf83a95614d6a598ae300cb3b96 (diff)
downloadipacct-start.tar.gz
ipacct-start.tar.bz2
Create the repositorystartipacct
-rw-r--r--libpcap/CHANGES2
-rw-r--r--libpcap/INSTALL2
-rw-r--r--libpcap/README2
-rw-r--r--libpcap/bpf_filter.c2
-rw-r--r--libpcap/bpf_image.c2
-rw-r--r--libpcap/etherent.c2
-rw-r--r--libpcap/ethertype.h2
-rw-r--r--libpcap/gencode.c2
-rw-r--r--libpcap/gencode.h2
-rw-r--r--libpcap/grammar.c2
-rw-r--r--libpcap/grammar.y2
-rw-r--r--libpcap/inet.c2
-rw-r--r--libpcap/lbl/gnuc.h2
-rw-r--r--libpcap/lbl/os-solaris2.h2
-rw-r--r--libpcap/lbl/os-sunos4.h2
-rw-r--r--libpcap/lbl/os-ultrix4.h2
-rw-r--r--libpcap/nametoaddr.c2
-rw-r--r--libpcap/net/bpf.h2
-rw-r--r--libpcap/optimize.c2
-rw-r--r--libpcap/pcap-bpf.c2
-rw-r--r--libpcap/pcap-dlpi.c2
-rw-r--r--libpcap/pcap-int.h2
-rw-r--r--libpcap/pcap-linux.c2
-rw-r--r--libpcap/pcap-namedb.h2
-rw-r--r--libpcap/pcap-nit.c2
-rw-r--r--libpcap/pcap-nit.h2
-rw-r--r--libpcap/pcap-null.c2
-rw-r--r--libpcap/pcap-pf.c2
-rw-r--r--libpcap/pcap-pf.h2
-rw-r--r--libpcap/pcap-snit.c2
-rw-r--r--libpcap/pcap-snoop.c2
-rw-r--r--libpcap/pcap.c2
-rw-r--r--libpcap/pcap.h2
-rw-r--r--libpcap/ppp.h2
-rw-r--r--libpcap/savefile.c2
-rw-r--r--libpcap/scanner.c4
-rw-r--r--libpcap/scanner.l2
-rwxr-xr-xmkinstalldirs2
-rw-r--r--src/addrtable.c2
-rw-r--r--src/bpf_dump.c2
-rw-r--r--src/cons_ether.c2
-rw-r--r--src/cons_ip.c2
-rw-r--r--src/cons_ppp.c2
-rw-r--r--src/cons_raw.c2
-rw-r--r--src/ipacct.h2
-rw-r--r--src/main.c2
-rw-r--r--src/run.c2
-rw-r--r--src/utils.c2
48 files changed, 49 insertions, 49 deletions
diff --git a/libpcap/CHANGES b/libpcap/CHANGES
index 0dedf6c..220587d 100644
--- a/libpcap/CHANGES
+++ b/libpcap/CHANGES
@@ -1,4 +1,4 @@
-@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/CHANGES,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)
+@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/CHANGES,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)
v0.4 Sat Jul 25 12:40:09 PDT 1998
diff --git a/libpcap/INSTALL b/libpcap/INSTALL
index ba9a32a..926fdf1 100644
--- a/libpcap/INSTALL
+++ b/libpcap/INSTALL
@@ -1,4 +1,4 @@
-@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/INSTALL,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)
+@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/INSTALL,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)
To build libpcap, first customize any paths in Makefile.in, then run
"./configure" (a shell script). The configure script will determine
diff --git a/libpcap/README b/libpcap/README
index 1d9b503..840d137 100644
--- a/libpcap/README
+++ b/libpcap/README
@@ -1,4 +1,4 @@
-@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/README,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)
+@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/README,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)
LIBPCAP 0.4
Lawrence Berkeley National Laboratory
diff --git a/libpcap/bpf_filter.c b/libpcap/bpf_filter.c
index ea93b23..3ceb4b3 100644
--- a/libpcap/bpf_filter.c
+++ b/libpcap/bpf_filter.c
@@ -40,7 +40,7 @@
#if !(defined(lint) || defined(KERNEL))
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/bpf_filter.c,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/bpf_filter.c,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
#endif
#include <sys/param.h>
diff --git a/libpcap/bpf_image.c b/libpcap/bpf_image.c
index c3f51ac..df4f7a2 100644
--- a/libpcap/bpf_image.c
+++ b/libpcap/bpf_image.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/bpf_image.c,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/bpf_image.c,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/etherent.c b/libpcap/etherent.c
index 422cb6e..44d91ca 100644
--- a/libpcap/etherent.c
+++ b/libpcap/etherent.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/etherent.c,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/etherent.c,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/ethertype.h b/libpcap/ethertype.h
index 785c5fe..d51e892 100644
--- a/libpcap/ethertype.h
+++ b/libpcap/ethertype.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/ethertype.h,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/ethertype.h,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)
*/
/* Types missing from some systems */
diff --git a/libpcap/gencode.c b/libpcap/gencode.c
index 8febdcb..902bc60 100644
--- a/libpcap/gencode.c
+++ b/libpcap/gencode.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/gencode.c,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/gencode.c,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/gencode.h b/libpcap/gencode.h
index 12e39fe..b5241c3 100644
--- a/libpcap/gencode.h
+++ b/libpcap/gencode.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/gencode.h,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/gencode.h,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)
*/
/*XXX*/
diff --git a/libpcap/grammar.c b/libpcap/grammar.c
index c83f23f..b9c5a28 100644
--- a/libpcap/grammar.c
+++ b/libpcap/grammar.c
@@ -26,7 +26,7 @@ static char pcap_sccsid[] = "@(#)yaccpar 1.8 (Berkeley) 01/20/90";
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/grammar.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/grammar.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/grammar.y b/libpcap/grammar.y
index 257fd66..5c0efb7 100644
--- a/libpcap/grammar.y
+++ b/libpcap/grammar.y
@@ -22,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/grammar.y,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/grammar.y,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/inet.c b/libpcap/inet.c
index e354627..9348e20 100644
--- a/libpcap/inet.c
+++ b/libpcap/inet.c
@@ -33,7 +33,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/inet.c,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/inet.c,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/lbl/gnuc.h b/libpcap/lbl/gnuc.h
index a5e7107..bdee873 100644
--- a/libpcap/lbl/gnuc.h
+++ b/libpcap/lbl/gnuc.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/lbl/Attic/gnuc.h,v 1.1 2001/05/31 13:40:56 gray Exp $ (LBL) */
+/* @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/lbl/Attic/gnuc.h,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ (LBL) */
/* Define __P() macro, if necessary */
#ifndef __P
diff --git a/libpcap/lbl/os-solaris2.h b/libpcap/lbl/os-solaris2.h
index 03dae79..a9a019f 100644
--- a/libpcap/lbl/os-solaris2.h
+++ b/libpcap/lbl/os-solaris2.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/lbl/Attic/os-solaris2.h,v 1.1 2001/05/31 13:40:56 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/lbl/Attic/os-solaris2.h,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ (LBL)
*/
/* Prototypes missing in SunOS 5 */
diff --git a/libpcap/lbl/os-sunos4.h b/libpcap/lbl/os-sunos4.h
index b9815df..aa03ce0 100644
--- a/libpcap/lbl/os-sunos4.h
+++ b/libpcap/lbl/os-sunos4.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/lbl/Attic/os-sunos4.h,v 1.1 2001/05/31 13:40:56 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/lbl/Attic/os-sunos4.h,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ (LBL)
*/
/* Prototypes missing in SunOS 4 */
diff --git a/libpcap/lbl/os-ultrix4.h b/libpcap/lbl/os-ultrix4.h
index 2105733..382f1d3 100644
--- a/libpcap/lbl/os-ultrix4.h
+++ b/libpcap/lbl/os-ultrix4.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/lbl/Attic/os-ultrix4.h,v 1.1 2001/05/31 13:40:56 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/lbl/Attic/os-ultrix4.h,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ (LBL)
*/
/* Prototypes missing in Ultrix 4 */
diff --git a/libpcap/nametoaddr.c b/libpcap/nametoaddr.c
index 7cfe10e..a1aa47a 100644
--- a/libpcap/nametoaddr.c
+++ b/libpcap/nametoaddr.c
@@ -24,7 +24,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/nametoaddr.c,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/nametoaddr.c,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/net/bpf.h b/libpcap/net/bpf.h
index 3ba3835..318d8b8 100644
--- a/libpcap/net/bpf.h
+++ b/libpcap/net/bpf.h
@@ -37,7 +37,7 @@
*
* @(#)bpf.h 7.1 (Berkeley) 5/7/91
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/net/Attic/bpf.h,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/net/Attic/bpf.h,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
*/
#ifndef BPF_MAJOR_VERSION
diff --git a/libpcap/optimize.c b/libpcap/optimize.c
index 9ff3a08..b89d816 100644
--- a/libpcap/optimize.c
+++ b/libpcap/optimize.c
@@ -22,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/optimize.c,v 1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/optimize.c,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/pcap-bpf.c b/libpcap/pcap-bpf.c
index 60caeb3..314e570 100644
--- a/libpcap/pcap-bpf.c
+++ b/libpcap/pcap-bpf.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-bpf.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-bpf.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/pcap-dlpi.c b/libpcap/pcap-dlpi.c
index a4f8e80..8cbb4d9 100644
--- a/libpcap/pcap-dlpi.c
+++ b/libpcap/pcap-dlpi.c
@@ -38,7 +38,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-dlpi.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-dlpi.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/pcap-int.h b/libpcap/pcap-int.h
index e463f2e..d4eee15 100644
--- a/libpcap/pcap-int.h
+++ b/libpcap/pcap-int.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-int.h,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-int.h,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
*/
#ifndef pcap_int_h
diff --git a/libpcap/pcap-linux.c b/libpcap/pcap-linux.c
index 6eaba41..7a28498 100644
--- a/libpcap/pcap-linux.c
+++ b/libpcap/pcap-linux.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-linux.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-linux.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/pcap-namedb.h b/libpcap/pcap-namedb.h
index 90cc192..541a19a 100644
--- a/libpcap/pcap-namedb.h
+++ b/libpcap/pcap-namedb.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-namedb.h,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-namedb.h,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
*/
#ifndef lib_pcap_ethers_h
diff --git a/libpcap/pcap-nit.c b/libpcap/pcap-nit.c
index ab569ce..0f54a1c 100644
--- a/libpcap/pcap-nit.c
+++ b/libpcap/pcap-nit.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-nit.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-nit.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/pcap-nit.h b/libpcap/pcap-nit.h
index a269d48..04e72d7 100644
--- a/libpcap/pcap-nit.h
+++ b/libpcap/pcap-nit.h
@@ -15,5 +15,5 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-nit.h,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-nit.h,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
*/
diff --git a/libpcap/pcap-null.c b/libpcap/pcap-null.c
index 7652350..1bad324 100644
--- a/libpcap/pcap-null.c
+++ b/libpcap/pcap-null.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-null.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-null.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/pcap-pf.c b/libpcap/pcap-pf.c
index 8f5bce7..9dd3c5c 100644
--- a/libpcap/pcap-pf.c
+++ b/libpcap/pcap-pf.c
@@ -24,7 +24,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-pf.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-pf.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/pcap-pf.h b/libpcap/pcap-pf.h
index 73bddd4..4592ccc 100644
--- a/libpcap/pcap-pf.h
+++ b/libpcap/pcap-pf.h
@@ -15,5 +15,5 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-pf.h,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-pf.h,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
*/
diff --git a/libpcap/pcap-snit.c b/libpcap/pcap-snit.c
index 0ddecfb..7304397 100644
--- a/libpcap/pcap-snit.c
+++ b/libpcap/pcap-snit.c
@@ -25,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-snit.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-snit.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/pcap-snoop.c b/libpcap/pcap-snoop.c
index 2476f42..f717740 100644
--- a/libpcap/pcap-snoop.c
+++ b/libpcap/pcap-snoop.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-snoop.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap-snoop.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/pcap.c b/libpcap/pcap.c
index 57cd7af..db2fe7a 100644
--- a/libpcap/pcap.c
+++ b/libpcap/pcap.c
@@ -33,7 +33,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/pcap.h b/libpcap/pcap.h
index 4b7c04a..52e4564 100644
--- a/libpcap/pcap.h
+++ b/libpcap/pcap.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap.h,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
+ * @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/pcap.h,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)
*/
#ifndef lib_pcap_h
diff --git a/libpcap/ppp.h b/libpcap/ppp.h
index 0635a28..930a8f1 100644
--- a/libpcap/ppp.h
+++ b/libpcap/ppp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/ppp.h,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL) */
+/* @(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/ppp.h,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL) */
/*
* Point to Point Protocol (PPP) RFC1331
*
diff --git a/libpcap/savefile.c b/libpcap/savefile.c
index e6bc13b..11c89f2 100644
--- a/libpcap/savefile.c
+++ b/libpcap/savefile.c
@@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/savefile.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/savefile.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/scanner.c b/libpcap/scanner.c
index c6cae6a..9173637 100644
--- a/libpcap/scanner.c
+++ b/libpcap/scanner.c
@@ -1,7 +1,7 @@
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
- * $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/scanner.c,v 1.1 2001/05/31 13:40:53 gray Exp $
+ * $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/scanner.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $
*/
#define FLEX_SCANNER
@@ -550,7 +550,7 @@ char *pcap_text;
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/scanner.c,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/scanner.c,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/libpcap/scanner.l b/libpcap/scanner.l
index 30c8f7e..d4c5ee4 100644
--- a/libpcap/scanner.l
+++ b/libpcap/scanner.l
@@ -22,7 +22,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/scanner.l,v 1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/libpcap/Attic/scanner.l,v 1.1.1.1 2001/05/31 13:40:53 gray Exp $ (LBL)";
#endif
#if defined(HAVE_CONFIG_H)
diff --git a/mkinstalldirs b/mkinstalldirs
index 05f4df4..5b2eb55 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -4,7 +4,7 @@
# Created: 1993-05-16
# Public domain
-# $Id: mkinstalldirs,v 1.1 2001/05/31 13:40:52 gray Exp $
+# $Id: mkinstalldirs,v 1.1.1.1 2001/05/31 13:40:52 gray Exp $
errstatus=0
diff --git a/src/addrtable.c b/src/addrtable.c
index b3997af..81c1265 100644
--- a/src/addrtable.c
+++ b/src/addrtable.c
@@ -15,7 +15,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $Id: addrtable.c,v 1.1 2001/05/31 13:40:56 gray Exp $ */
+/* $Id: addrtable.c,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ */
#if defined(HAVE_CONFIG_H)
# include <config.h>
#endif
diff --git a/src/bpf_dump.c b/src/bpf_dump.c
index 6ffe969..d1616cb 100644
--- a/src/bpf_dump.c
+++ b/src/bpf_dump.c
@@ -41,7 +41,7 @@
*/
#ifndef lint
static char rcsid[] =
- "@(#) $Header: /cvsroot/ipacct/ipacct/src/bpf_dump.c,v 1.1 2001/05/31 13:40:56 gray Exp $ (LBL)";
+ "@(#) $Header: /cvsroot/ipacct/ipacct/src/bpf_dump.c,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ (LBL)";
#endif
#include <sys/types.h>
diff --git a/src/cons_ether.c b/src/cons_ether.c
index df5770c..005cbd3 100644
--- a/src/cons_ether.c
+++ b/src/cons_ether.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *//* $Id: cons_ether.c,v 1.1 2001/05/31 13:40:56 gray Exp $ */
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *//* $Id: cons_ether.c,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ */
#if defined(HAVE_CONFIG_H)
# include <config.h>
#endif
diff --git a/src/cons_ip.c b/src/cons_ip.c
index e0bdc12..9a8cc29 100644
--- a/src/cons_ip.c
+++ b/src/cons_ip.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $Id: cons_ip.c,v 1.1 2001/05/31 13:40:56 gray Exp $ */
+/* $Id: cons_ip.c,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ */
#if defined(HAVE_CONFIG_H)
# include <config.h>
#endif
diff --git a/src/cons_ppp.c b/src/cons_ppp.c
index a7f0e91..ece1f12 100644
--- a/src/cons_ppp.c
+++ b/src/cons_ppp.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $Id: cons_ppp.c,v 1.1 2001/05/31 13:40:56 gray Exp $ */
+/* $Id: cons_ppp.c,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ */
#if defined(HAVE_CONFIG_H)
# include <config.h>
diff --git a/src/cons_raw.c b/src/cons_raw.c
index 5c1a415..885ecbd 100644
--- a/src/cons_raw.c
+++ b/src/cons_raw.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $Id: cons_raw.c,v 1.1 2001/05/31 13:40:56 gray Exp $ */
+/* $Id: cons_raw.c,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ */
#if defined(HAVE_CONFIG_H)
# include <config.h>
#endif
diff --git a/src/ipacct.h b/src/ipacct.h
index ab5f078..04a94a2 100644
--- a/src/ipacct.h
+++ b/src/ipacct.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $Id: ipacct.h,v 1.1 2001/05/31 13:40:56 gray Exp $ */
+/* $Id: ipacct.h,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ */
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
diff --git a/src/main.c b/src/main.c
index de0a9ca..aa4583d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $Id: main.c,v 1.1 2001/05/31 13:40:56 gray Exp $ */
+/* $Id: main.c,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ */
#if defined(HAVE_CONFIG_H)
# include <config.h>
#endif
diff --git a/src/run.c b/src/run.c
index 2a58ec5..5a2a0cc 100644
--- a/src/run.c
+++ b/src/run.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $Id: run.c,v 1.1 2001/05/31 13:40:56 gray Exp $ */
+/* $Id: run.c,v 1.1.1.1 2001/05/31 13:40:56 gray Exp $ */
#if defined(HAVE_CONFIG_H)
# include <config.h>
#endif
diff --git a/src/utils.c b/src/utils.c
index 78bca78..3de677c 100644
--- a/src/utils.c
+++