aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/AUTHORS2
-rw-r--r--epan/ipv4.c4
-rw-r--r--epan/ipv4.h4
-rw-r--r--epan/sna-utils.c4
-rw-r--r--epan/tvbtest.c4
-rw-r--r--epan/tvbuff.c4
-rw-r--r--epan/tvbuff.h4
7 files changed, 13 insertions, 13 deletions
diff --git a/epan/AUTHORS b/epan/AUTHORS
index 6fba39135e..5f20c1cef3 100644
--- a/epan/AUTHORS
+++ b/epan/AUTHORS
@@ -1,6 +1,6 @@
Authors
-------
-Gilbert Ramirez <gram@xiexie.org>
+Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>
Laurent Deniel <deniel@worldnet.fr>
diff --git a/epan/ipv4.c b/epan/ipv4.c
index 203c6d770b..3dacb8598b 100644
--- a/epan/ipv4.c
+++ b/epan/ipv4.c
@@ -3,9 +3,9 @@
* IPv4 address class. They understand how to take netmasks into consideration
* during equivalence testing.
*
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: ipv4.c,v 1.1 2000/09/28 03:52:12 gram Exp $
+ * $Id: ipv4.c,v 1.2 2001/11/13 23:55:37 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/epan/ipv4.h b/epan/ipv4.h
index 20728bd56d..5115eb517a 100644
--- a/epan/ipv4.h
+++ b/epan/ipv4.h
@@ -3,9 +3,9 @@
* IPv4 address class. They understand how to take netmasks into consideration
* during equivalence testing.
*
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: ipv4.h,v 1.2 2001/02/01 20:21:16 gram Exp $
+ * $Id: ipv4.h,v 1.3 2001/11/13 23:55:37 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/epan/sna-utils.c b/epan/sna-utils.c
index a66acb7152..41b2093851 100644
--- a/epan/sna-utils.c
+++ b/epan/sna-utils.c
@@ -1,8 +1,8 @@
/* sna-utils.c
* Routines for SNA
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: sna-utils.c,v 1.2 2001/04/01 07:06:24 hagbard Exp $
+ * $Id: sna-utils.c,v 1.3 2001/11/13 23:55:37 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/epan/tvbtest.c b/epan/tvbtest.c
index c528f7c837..303ab57215 100644
--- a/epan/tvbtest.c
+++ b/epan/tvbtest.c
@@ -2,9 +2,9 @@
*
* tvbtest : tvbtest.o tvbuff.o except.o
*
- * $Id: tvbtest.c,v 1.1 2000/09/27 04:54:53 gram Exp $
+ * $Id: tvbtest.c,v 1.2 2001/11/13 23:55:37 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/epan/tvbuff.c b/epan/tvbuff.c
index 65a96084b0..471c3bcc8f 100644
--- a/epan/tvbuff.c
+++ b/epan/tvbuff.c
@@ -9,9 +9,9 @@
* the data of a backing tvbuff, or can be a composite of
* other tvbuffs.
*
- * $Id: tvbuff.c,v 1.24 2001/11/03 03:49:34 guy Exp $
+ * $Id: tvbuff.c,v 1.25 2001/11/13 23:55:37 gram Exp $
*
- * Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 2799e04aa5..59a8eb099e 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -9,9 +9,9 @@
* the data of a backing tvbuff, or can be a composite of
* other tvbuffs.
*
- * $Id: tvbuff.h,v 1.17 2001/10/31 07:47:27 guy Exp $
+ * $Id: tvbuff.h,v 1.18 2001/11/13 23:55:37 gram Exp $
*
- * Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (c) 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>