aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/AUTHORS2
-rw-r--r--wiretap/README4
-rw-r--r--wiretap/acconfig.h4
-rw-r--r--wiretap/ascend-grammar.y4
-rw-r--r--wiretap/ascend-scanner.l4
-rw-r--r--wiretap/ascend.c4
-rw-r--r--wiretap/ascend.h4
-rw-r--r--wiretap/buffer.c4
-rw-r--r--wiretap/buffer.h4
-rw-r--r--wiretap/dbs-etherwatch.h4
-rw-r--r--wiretap/etherpeek.c4
-rw-r--r--wiretap/etherpeek.h4
-rw-r--r--wiretap/file.c4
-rw-r--r--wiretap/file_wrappers.c4
-rw-r--r--wiretap/file_wrappers.h4
-rw-r--r--wiretap/iptrace.c4
-rw-r--r--wiretap/iptrace.h4
-rw-r--r--wiretap/lanalyzer.c4
-rw-r--r--wiretap/lanalyzer.h4
-rw-r--r--wiretap/libpcap.c4
-rw-r--r--wiretap/libpcap.h4
-rw-r--r--wiretap/netmon.c4
-rw-r--r--wiretap/netmon.h4
-rw-r--r--wiretap/nettl.c4
-rw-r--r--wiretap/nettl.h4
-rw-r--r--wiretap/netxray.c4
-rw-r--r--wiretap/netxray.h4
-rw-r--r--wiretap/ngsniffer.c4
-rw-r--r--wiretap/ngsniffer.h4
-rw-r--r--wiretap/pppdump.c4
-rw-r--r--wiretap/pppdump.h4
-rw-r--r--wiretap/radcom.c4
-rw-r--r--wiretap/radcom.h4
-rw-r--r--wiretap/snoop.c4
-rw-r--r--wiretap/snoop.h4
-rw-r--r--wiretap/toshiba.c4
-rw-r--r--wiretap/toshiba.h4
-rw-r--r--wiretap/wtap-int.h4
-rw-r--r--wiretap/wtap.c4
-rw-r--r--wiretap/wtap.h4
40 files changed, 79 insertions, 79 deletions
diff --git a/wiretap/AUTHORS b/wiretap/AUTHORS
index 3f1f33c957..2f8c62c204 100644
--- a/wiretap/AUTHORS
+++ b/wiretap/AUTHORS
@@ -1,6 +1,6 @@
Authors
-------
-Gilbert Ramirez <gram[AT]xiexie.org>
+Gilbert Ramirez <gram[AT]alumni.rice.edu>
Guy Harris <guy[AT]alum.mit.edu>
Olivier Abad <oabad[AT]cybercable.fr>
Gerald Combs <gerald[AT]ethereal.com>
diff --git a/wiretap/README b/wiretap/README
index 84f5f3bdfc..b62c97c737 100644
--- a/wiretap/README
+++ b/wiretap/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.28 2001/10/19 20:18:48 guy Exp $
+$Id: README,v 1.29 2001/11/13 23:55:42 gram Exp $
Wiretap is a library that is being developed as a future replacement for
libpcap, the current standard Unix library for packet capturing. Libpcap
@@ -157,5 +157,5 @@ Text output from DBS Etherwatch is supported. DBS Etherwatch is available
from: http://www.users.bigpond.com/dbsneddon/software.htm.
-Gilbert Ramirez <gram@xiexie.org>
+Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>
diff --git a/wiretap/acconfig.h b/wiretap/acconfig.h
index 2f94b80627..e9c52e450d 100644
--- a/wiretap/acconfig.h
+++ b/wiretap/acconfig.h
@@ -1,9 +1,9 @@
/* acconfig.h
*
- * $Id: acconfig.h,v 1.5 2000/10/17 00:09:43 guy Exp $
+ * $Id: acconfig.h,v 1.6 2001/11/13 23:55:42 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ascend-grammar.y b/wiretap/ascend-grammar.y
index 65cd86c3b4..6d1af9a368 100644
--- a/wiretap/ascend-grammar.y
+++ b/wiretap/ascend-grammar.y
@@ -1,10 +1,10 @@
%{
/* ascend-grammar.y
*
- * $Id: ascend-grammar.y,v 1.20 2001/08/20 15:23:34 gram Exp $
+ * $Id: ascend-grammar.y,v 1.21 2001/11/13 23:55:42 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ascend-scanner.l b/wiretap/ascend-scanner.l
index f08f2c30c5..c98434eddb 100644
--- a/wiretap/ascend-scanner.l
+++ b/wiretap/ascend-scanner.l
@@ -1,10 +1,10 @@
%{
/* ascend-scanner.l
*
- * $Id: ascend-scanner.l,v 1.20 2001/08/20 15:23:34 gram Exp $
+ * $Id: ascend-scanner.l,v 1.21 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ascend.c b/wiretap/ascend.c
index a2c76dca21..28b69da107 100644
--- a/wiretap/ascend.c
+++ b/wiretap/ascend.c
@@ -1,9 +1,9 @@
/* ascend.c
*
- * $Id: ascend.c,v 1.25 2001/10/04 08:30:35 guy Exp $
+ * $Id: ascend.c,v 1.26 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ascend.h b/wiretap/ascend.h
index fe732ec9b4..6e94dc5cff 100644
--- a/wiretap/ascend.h
+++ b/wiretap/ascend.h
@@ -1,9 +1,9 @@
/* ascend.h
*
- * $Id: ascend.h,v 1.7 2000/08/11 13:32:35 deniel Exp $
+ * $Id: ascend.h,v 1.8 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/buffer.c b/wiretap/buffer.c
index 19b23d44c9..9a69002f44 100644
--- a/wiretap/buffer.c
+++ b/wiretap/buffer.c
@@ -1,9 +1,9 @@
/* buffer.c
*
- * $Id: buffer.c,v 1.11 2001/04/16 21:59:38 guy Exp $
+ * $Id: buffer.c,v 1.12 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/buffer.h b/wiretap/buffer.h
index 385e4cb679..b742e3eb44 100644
--- a/wiretap/buffer.h
+++ b/wiretap/buffer.h
@@ -1,9 +1,9 @@
/* buffer.h
*
- * $Id: buffer.h,v 1.7 2000/08/11 13:32:35 deniel Exp $
+ * $Id: buffer.h,v 1.8 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/dbs-etherwatch.h b/wiretap/dbs-etherwatch.h
index f025408a23..60759f6081 100644
--- a/wiretap/dbs-etherwatch.h
+++ b/wiretap/dbs-etherwatch.h
@@ -1,9 +1,9 @@
/* toshiba.h
*
- * $Id: dbs-etherwatch.h,v 1.1 2001/10/19 20:18:48 guy Exp $
+ * $Id: dbs-etherwatch.h,v 1.2 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/etherpeek.c b/wiretap/etherpeek.c
index 1f9f18f374..77377300d2 100644
--- a/wiretap/etherpeek.c
+++ b/wiretap/etherpeek.c
@@ -2,10 +2,10 @@
* Routines for opening etherpeek files
* Copyright (c) 2001, Daniel Thompson <d.thompson@gmx.net>
*
- * $Id: etherpeek.c,v 1.5 2001/10/04 08:30:35 guy Exp $
+ * $Id: etherpeek.c,v 1.6 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/etherpeek.h b/wiretap/etherpeek.h
index 3c40721e5b..f9b976d169 100644
--- a/wiretap/etherpeek.h
+++ b/wiretap/etherpeek.h
@@ -1,9 +1,9 @@
/* etherpeek.h
*
- * $Id: etherpeek.h,v 1.1 2001/02/22 22:03:31 guy Exp $
+ * $Id: etherpeek.h,v 1.2 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/file.c b/wiretap/file.c
index 6ba90083a2..6af9dc5536 100644
--- a/wiretap/file.c
+++ b/wiretap/file.c
@@ -1,9 +1,9 @@
/* file.c
*
- * $Id: file.c,v 1.73 2001/11/06 01:55:14 guy Exp $
+ * $Id: file.c,v 1.74 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/file_wrappers.c b/wiretap/file_wrappers.c
index 57d074a2e9..b4df695dc6 100644
--- a/wiretap/file_wrappers.c
+++ b/wiretap/file_wrappers.c
@@ -1,9 +1,9 @@
/* file_wrappers.c
*
- * $Id: file_wrappers.c,v 1.8 2001/09/20 16:36:45 ashokn Exp $
+ * $Id: file_wrappers.c,v 1.9 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/file_wrappers.h b/wiretap/file_wrappers.h
index 7be3b0b8d5..56641569b1 100644
--- a/wiretap/file_wrappers.h
+++ b/wiretap/file_wrappers.h
@@ -1,9 +1,9 @@
/* file_wrappers.h
*
- * $Id: file_wrappers.h,v 1.5 2001/09/20 16:36:45 ashokn Exp $
+ * $Id: file_wrappers.h,v 1.6 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/iptrace.c b/wiretap/iptrace.c
index 3830af0d1f..9b57bb098e 100644
--- a/wiretap/iptrace.c
+++ b/wiretap/iptrace.c
@@ -1,9 +1,9 @@
/* iptrace.c
*
- * $Id: iptrace.c,v 1.35 2001/10/25 20:36:26 gram Exp $
+ * $Id: iptrace.c,v 1.36 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/iptrace.h b/wiretap/iptrace.h
index f49449319b..8a42044db2 100644
--- a/wiretap/iptrace.h
+++ b/wiretap/iptrace.h
@@ -1,9 +1,9 @@
/* iptrace.h
*
- * $Id: iptrace.h,v 1.5 2000/08/11 13:32:35 deniel Exp $
+ * $Id: iptrace.h,v 1.6 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/lanalyzer.c b/wiretap/lanalyzer.c
index 313703ce27..659b04ce2f 100644
--- a/wiretap/lanalyzer.c
+++ b/wiretap/lanalyzer.c
@@ -1,9 +1,9 @@
/* lanalyzer.c
*
- * $Id: lanalyzer.c,v 1.29 2001/10/04 08:30:35 guy Exp $
+ * $Id: lanalyzer.c,v 1.30 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/lanalyzer.h b/wiretap/lanalyzer.h
index e6c6aa3893..190d2bbb76 100644
--- a/wiretap/lanalyzer.h
+++ b/wiretap/lanalyzer.h
@@ -1,9 +1,9 @@
/* lanalyzer.h
*
- * $Id: lanalyzer.h,v 1.4 2000/08/11 13:32:35 deniel Exp $
+ * $Id: lanalyzer.h,v 1.5 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index 7138d928f8..f86e7f165e 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -1,9 +1,9 @@
/* libpcap.c
*
- * $Id: libpcap.c,v 1.56 2001/11/09 07:44:51 guy Exp $
+ * $Id: libpcap.c,v 1.57 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/libpcap.h b/wiretap/libpcap.h
index 937d2ea262..fd56251f2b 100644
--- a/wiretap/libpcap.h
+++ b/wiretap/libpcap.h
@@ -1,9 +1,9 @@
/* libpcap.h
*
- * $Id: libpcap.h,v 1.10 2000/09/15 07:52:43 guy Exp $
+ * $Id: libpcap.h,v 1.11 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/netmon.c b/wiretap/netmon.c
index 3cca9b4bc0..4b61883875 100644
--- a/wiretap/netmon.c
+++ b/wiretap/netmon.c
@@ -1,9 +1,9 @@
/* netmon.c
*
- * $Id: netmon.c,v 1.42 2001/10/25 20:29:23 gram Exp $
+ * $Id: netmon.c,v 1.43 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/netmon.h b/wiretap/netmon.h
index 859834f68c..d6c9b15a65 100644
--- a/wiretap/netmon.h
+++ b/wiretap/netmon.h
@@ -1,9 +1,9 @@
/* netmon.h
*
- * $Id: netmon.h,v 1.7 2000/08/11 13:32:34 deniel Exp $
+ * $Id: netmon.h,v 1.8 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/nettl.c b/wiretap/nettl.c
index c19b219d4f..31fd67144f 100644
--- a/wiretap/nettl.c
+++ b/wiretap/nettl.c
@@ -1,9 +1,9 @@
/* nettl.c
*
- * $Id: nettl.c,v 1.20 2001/10/04 08:30:36 guy Exp $
+ * $Id: nettl.c,v 1.21 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/nettl.h b/wiretap/nettl.h
index 73d6282bea..b3c6c17060 100644
--- a/wiretap/nettl.h
+++ b/wiretap/nettl.h
@@ -1,9 +1,9 @@
/* nettl.h
*
- * $Id: nettl.h,v 1.6 2000/11/13 23:02:24 oabad Exp $
+ * $Id: nettl.h,v 1.7 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/netxray.c b/wiretap/netxray.c
index 86e562b0f5..f864b48bd9 100644
--- a/wiretap/netxray.c
+++ b/wiretap/netxray.c
@@ -1,9 +1,9 @@
/* netxray.c
*
- * $Id: netxray.c,v 1.42 2001/10/25 20:29:23 gram Exp $
+ * $Id: netxray.c,v 1.43 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/netxray.h b/wiretap/netxray.h
index 8e3d76738a..5087a31886 100644
--- a/wiretap/netxray.h
+++ b/wiretap/netxray.h
@@ -1,9 +1,9 @@
/* netxray.h
*
- * $Id: netxray.h,v 1.5 2000/08/11 13:32:34 deniel Exp $
+ * $Id: netxray.h,v 1.6 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ngsniffer.c b/wiretap/ngsniffer.c
index 46b3d60d70..d051e10882 100644
--- a/wiretap/ngsniffer.c
+++ b/wiretap/ngsniffer.c
@@ -1,9 +1,9 @@
/* ngsniffer.c
*
- * $Id: ngsniffer.c,v 1.68 2001/10/25 20:29:23 gram Exp $
+ * $Id: ngsniffer.c,v 1.69 2001/11/13 23:55:43 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ngsniffer.h b/wiretap/ngsniffer.h
index 0dbbc70445..aeb54827e2 100644
--- a/wiretap/ngsniffer.h
+++ b/wiretap/ngsniffer.h
@@ -1,9 +1,9 @@
/* ngsniffer.h
*
- * $Id: ngsniffer.h,v 1.8 2000/08/11 13:32:34 deniel Exp $
+ * $Id: ngsniffer.h,v 1.9 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/pppdump.c b/wiretap/pppdump.c
index ce3d3c8a65..7f4b247783 100644
--- a/wiretap/pppdump.c
+++ b/wiretap/pppdump.c
@@ -1,8 +1,8 @@
/* pppdump.c
*
- * $Id: pppdump.c,v 1.9 2001/10/04 08:30:36 guy Exp $
+ * $Id: pppdump.c,v 1.10 2001/11/13 23:55:44 gram Exp $
*
- * Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/pppdump.h b/wiretap/pppdump.h
index 04e3f2fbd6..d4936a9f66 100644
--- a/wiretap/pppdump.h
+++ b/wiretap/pppdump.h
@@ -1,8 +1,8 @@
/* pppdump.h
*
- * $Id: pppdump.h,v 1.1 2000/09/19 17:22:10 gram Exp $
+ * $Id: pppdump.h,v 1.2 2001/11/13 23:55:44 gram Exp $
*
- * Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/radcom.c b/wiretap/radcom.c
index 3a129af69a..1f1a855b4e 100644
--- a/wiretap/radcom.c
+++ b/wiretap/radcom.c
@@ -1,9 +1,9 @@
/* radcom.c
*
- * $Id: radcom.c,v 1.30 2001/10/04 08:30:36 guy Exp $
+ * $Id: radcom.c,v 1.31 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/radcom.h b/wiretap/radcom.h
index f89c03d81c..64f005556b 100644
--- a/wiretap/radcom.h
+++ b/wiretap/radcom.h
@@ -1,9 +1,9 @@
/* radcom.h
*
- * $Id: radcom.h,v 1.5 2000/08/11 13:32:34 deniel Exp $
+ * $Id: radcom.h,v 1.6 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/snoop.c b/wiretap/snoop.c
index 511d7d0596..9cf54ee346 100644
--- a/wiretap/snoop.c
+++ b/wiretap/snoop.c
@@ -1,9 +1,9 @@
/* snoop.c
*
- * $Id: snoop.c,v 1.38 2001/10/25 20:29:24 gram Exp $
+ * $Id: snoop.c,v 1.39 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/snoop.h b/wiretap/snoop.h
index 5505cf51db..7bdf645723 100644
--- a/wiretap/snoop.h
+++ b/wiretap/snoop.h
@@ -1,9 +1,9 @@
/* snoop.h
*
- * $Id: snoop.h,v 1.8 2000/08/11 13:32:34 deniel Exp $
+ * $Id: snoop.h,v 1.9 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/toshiba.c b/wiretap/toshiba.c
index 1360483dc6..e6302e9bef 100644
--- a/wiretap/toshiba.c
+++ b/wiretap/toshiba.c
@@ -1,9 +1,9 @@
/* toshiba.c
*
- * $Id: toshiba.c,v 1.17 2001/10/25 20:29:24 gram Exp $
+ * $Id: toshiba.c,v 1.18 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/toshiba.h b/wiretap/toshiba.h
index bce4dd5be4..11a01f65c6 100644
--- a/wiretap/toshiba.h
+++ b/wiretap/toshiba.h
@@ -1,9 +1,9 @@
/* toshiba.h
*
- * $Id: toshiba.h,v 1.3 2000/08/11 13:32:33 deniel Exp $
+ * $Id: toshiba.h,v 1.4 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 49a13a58ac..1171d6af24 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -1,9 +1,9 @@
/* wtap-int.h
*
- * $Id: wtap-int.h,v 1.14 2001/10/04 08:30:36 guy Exp $
+ * $Id: wtap-int.h,v 1.15 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 0937ab8e24..8bd8ebdf7a 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,9 +1,9 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.55 2001/10/04 08:30:36 guy Exp $
+ * $Id: wtap.c,v 1.56 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 994c1389e4..b5ee217289 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,9 +1,9 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.93 2001/11/06 01:55:14 guy Exp $
+ * $Id: wtap.h,v 1.94 2001/11/13 23:55:44 gram Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License