aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--README4
-rw-r--r--doc/README.developer8
-rw-r--r--doc/README.plugins4
-rw-r--r--doc/ethereal.pod.template2
-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
-rw-r--r--image/editcap.rc.in2
-rw-r--r--image/ethereal.rc.in2
-rw-r--r--image/mergecap.rc.in2
-rw-r--r--image/tethereal.rc.in2
-rw-r--r--ipproto.c4
-rw-r--r--ipproto.h4
-rwxr-xr-xncp2222.py4
-rw-r--r--oui.h3
-rw-r--r--packet-bootp.c4
-rw-r--r--packet-data.c4
-rw-r--r--packet-ethertype.c4
-rw-r--r--packet-ipx.c4
-rw-r--r--packet-ipx.h4
-rw-r--r--packet-lapd.c4
-rw-r--r--packet-llc.c4
-rw-r--r--packet-lpd.c4
-rw-r--r--packet-nbipx.c4
-rw-r--r--packet-nbns.c5
-rw-r--r--packet-ncp-int.h4
-rw-r--r--packet-ncp.c4
-rw-r--r--packet-ncp2222.inc4
-rw-r--r--packet-sna.c4
-rw-r--r--packet-tr.c4
-rw-r--r--packet-trmac.c4
-rw-r--r--packet-who.c4
-rw-r--r--plugins/plugin_api.c4
-rw-r--r--plugins/plugin_api.h4
-rw-r--r--plugins/plugin_api_defs.h4
-rw-r--r--plugins/plugin_table.h4
-rw-r--r--print.c4
-rw-r--r--print.h4
-rw-r--r--ps.h4
-rw-r--r--ptvcursor.c4
-rw-r--r--ptvcursor.h4
-rw-r--r--randpkt.c4
-rw-r--r--tethereal.c5
-rwxr-xr-xtools/cvsdiff-fix.py4
-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
89 files changed, 170 insertions, 175 deletions
diff --git a/AUTHORS b/AUTHORS
index bf0e5ef728..fb2a6ec2ef 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,7 +5,7 @@ Gerald Combs <gerald[AT]ethereal.com>
Contributors
------------
-Gilbert Ramirez <gram[AT]xiexie.org> {
+Gilbert Ramirez <gram[AT]alumni.rice.edu> {
Wiretap
Printing
Token-Ring, TR MAC
diff --git a/README b/README
index d8f27283f0..2d84ceb8a6 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.48 2001/03/06 18:41:29 gram Exp $
+$Id: README,v 1.49 2001/11/13 23:55:29 gram Exp $
General Information
------- -----------
@@ -243,5 +243,5 @@ Use at your own risk.
Gerald Combs <gerald@ethereal.com>
-Gilbert Ramirez <gram@xiexie.org>
+Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>
diff --git a/doc/README.developer b/doc/README.developer
index 9c369a3053..ab61f26aac 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -1,4 +1,4 @@
-$Id: README.developer,v 1.38 2001/10/30 21:35:09 guy Exp $
+$Id: README.developer,v 1.39 2001/11/13 23:55:35 gram Exp $
This file is a HOWTO for Ethereal developers. It describes how to start coding
a Ethereal protocol dissector and the use some of the important functions and
@@ -85,7 +85,7 @@ code inside
is needed only if you are using the "snprintf()" function.
-The "$Id: README.developer,v 1.38 2001/10/30 21:35:09 guy Exp $"
+The "$Id: README.developer,v 1.39 2001/11/13 23:55:35 gram Exp $"
in the comment will be updated by CVS when the file is
checked in; it will allow the RCS "ident" command to report which
version of the file is currently checked out.
@@ -95,7 +95,7 @@ version of the file is currently checked out.
* Routines for PROTONAME dissection
* Copyright 2000, YOUR_NAME <YOUR_EMAIL_ADDRESS>
*
- * $Id: README.developer,v 1.38 2001/10/30 21:35:09 guy Exp $
+ * $Id: README.developer,v 1.39 2001/11/13 23:55:35 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1836,7 +1836,7 @@ a dissector.
James Coe <jammer@cin.net>
-Gilbert Ramirez <gram@xiexie.org>
+Gilbert Ramirez <gram@alumni.rice.edu>
Jeff Foster <jfoste@woodward.com>
Olivier Abad <oabad@cybercable.fr>
Laurent Deniel <deniel@worldnet.fr>
diff --git a/doc/README.plugins b/doc/README.plugins
index 600539c573..c5213dfd35 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -1,4 +1,4 @@
-$Id: README.plugins,v 1.3 2001/07/20 02:40:42 hagbard Exp $
+$Id: README.plugins,v 1.4 2001/11/13 23:55:35 gram Exp $
Plugins
@@ -297,7 +297,7 @@ Derived and expanded from the plugin section of README.developers
which was originally written by
James Coe <jammer@cin.net>
-Gilbert Ramirez <gram@xiexie.org>
+Gilbert Ramirez <gram@alumni.rice.edu>
Jeff Foster <jfoste@woodward.com>
Olivier Abad <oabad@cybercable.fr>
Laurent Deniel <deniel@worldnet.fr>
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 7a0797cf9f..4a3a65f1e9 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -1059,7 +1059,7 @@ B<http://www.ethereal.com>.
Contributors
------------
- Gilbert Ramirez <gram[AT]xiexie.org>
+ Gilbert Ramirez <gram[AT]alumni.rice.edu>
Hannes R. Boehm <hannes[AT]boehm.org>
Mike Hall <mlh[AT]io.com>
Bobo Rajec <bobo[AT]bsp-consulting.sk>
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>
diff --git a/image/editcap.rc.in b/image/editcap.rc.in
index 3a28f9c7b0..b181460312 100644
--- a/image/editcap.rc.in
+++ b/image/editcap.rc.in
@@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Editcap\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Editcap @VERSION@\0"
- VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
+ VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "Editcap.exe\0"
VALUE "ProductName", "Editcap\0"
VALUE "ProductVersion", "@VERSION@\0"
diff --git a/image/ethereal.rc.in b/image/ethereal.rc.in
index 0fa10bc49f..3542775fb5 100644
--- a/image/ethereal.rc.in
+++ b/image/ethereal.rc.in
@@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Ethereal\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Ethereal @VERSION@\0"
- VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
+ VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "Ethereal.exe\0"
VALUE "ProductName", "Ethereal\0"
VALUE "ProductVersion", "@VERSION@\0"
diff --git a/image/mergecap.rc.in b/image/mergecap.rc.in
index 212d89c956..2f8a9457bd 100644
--- a/image/mergecap.rc.in
+++ b/image/mergecap.rc.in
@@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Mergecap\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Mergecap @VERSION@\0"
- VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
+ VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "Mergecap.exe\0"
VALUE "ProductName", "Mergecap\0"
VALUE "ProductVersion", "@VERSION@\0"
diff --git a/image/tethereal.rc.in b/image/tethereal.rc.in
index 833d7d141a..13beb9f138 100644
--- a/image/tethereal.rc.in
+++ b/image/tethereal.rc.in
@@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Tethereal\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Tethereal @VERSION@\0"
- VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
+ VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "Tethereal.exe\0"
VALUE "ProductName", "Tethereal\0"
VALUE "ProductVersion", "@VERSION@\0"
diff --git a/ipproto.c b/ipproto.c
index a6ea6fc18e..1496c480cb 100644
--- a/ipproto.c
+++ b/ipproto.c
@@ -1,9 +1,7 @@
/* ipproto.c
* Routines for converting IPv4 protocol/v6 nxthdr field into string
*
- * $Id: ipproto.c,v 1.14 2001/07/21 10:27:12 guy Exp $
- *
- * Gilbert Ramirez <gram@xiexie.org>
+ * $Id: ipproto.c,v 1.15 2001/11/13 23:55:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/ipproto.h b/ipproto.h
index 76d5439fa4..693177592a 100644
--- a/ipproto.h
+++ b/ipproto.h
@@ -2,9 +2,7 @@
* Declarations of IP protocol numbers, and of routines for converting
* IP protocol numbers into strings.
*
- * $Id: ipproto.h,v 1.3 2001/07/21 10:27:12 guy Exp $
- *
- * Gilbert Ramirez <gram@xiexie.org>
+ * $Id: ipproto.h,v 1.4 2001/11/13 23:55:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/ncp2222.py b/ncp2222.py
index 783d042f96..96d913fa81 100755
--- a/ncp2222.py
+++ b/ncp2222.py
@@ -20,9 +20,9 @@ http://developer.novell.com/ndk/doc/docui/index.htm#../ncp/ncp__enu/data/
for a badly-formatted HTML version of the same PDF.
-$Id: ncp2222.py,v 1.10 2001/06/28 02:42:48 gram Exp $
+$Id: ncp2222.py,v 1.11 2001/11/13 23:55:29 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/oui.h b/oui.h
index 5675eb64ae..989757d0a3 100644
--- a/oui.h
+++ b/oui.h
@@ -1,8 +1,7 @@
/* oui.h
* Definitions of OUIs
- * Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: oui.h,v 1.10 2001/06/02 03:04:12 guy Exp $
+ * $Id: oui.h,v 1.11 2001/11/13 23:55:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-bootp.c b/packet-bootp.c
index 992abf57fd..4648245711 100644
--- a/packet-bootp.c
+++ b/packet-bootp.c
@@ -1,8 +1,8 @@
/* packet-bootp.c
* Routines for BOOTP/DHCP packet disassembly
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-bootp.c,v 1.56 2001/10/31 08:43:09 guy Exp $
+ * $Id: packet-bootp.c,v 1.57 2001/11/13 23:55:29 gram Exp $
*
* The information used comes from:
* RFC 951: Bootstrap Protocol
diff --git a/packet-data.c b/packet-data.c
index bdb2545b63..169b07cd07 100644
--- a/packet-data.c
+++ b/packet-data.c
@@ -1,8 +1,8 @@
/* packet-data.c
* Routines for raw data (default case)
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-data.c,v 1.22 2001/10/31 05:59:18 guy Exp $
+ * $Id: packet-data.c,v 1.23 2001/11/13 23:55:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-ethertype.c b/packet-ethertype.c
index fd0d8e8e6d..f4cd0f2ba4 100644
--- a/packet-ethertype.c
+++ b/packet-ethertype.c
@@ -1,9 +1,9 @@
/* ethertype.c
* Routines for calling the right protocol for the ethertype.
*
- * $Id: packet-ethertype.c,v 1.19 2001/11/06 20:30:39 guy Exp $
+ * $Id: packet-ethertype.c,v 1.20 2001/11/13 23:55:29 gram Exp $
*
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-ipx.c b/packet-ipx.c
index 8b18400522..0e2257d245 100644
--- a/packet-ipx.c
+++ b/packet-ipx.c
@@ -1,8 +1,8 @@
/* packet-ipx.c
* Routines for NetWare's IPX
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-ipx.c,v 1.90 2001/10/20 18:10:39 guy Exp $
+ * $Id: packet-ipx.c,v 1.91 2001/11/13 23:55:29 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-ipx.h b/packet-ipx.h
index d141a04eec..f49f096443 100644
--- a/packet-ipx.h
+++ b/packet-ipx.h
@@ -1,8 +1,8 @@
/* packet-ipx.h
* Routines for NetWare's IPX
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-ipx.h,v 1.13 2001/04/01 02:47:54 hagbard Exp $
+ * $Id: packet-ipx.h,v 1.14 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-lapd.c b/packet-lapd.c
index 20265f0248..3cc725b94e 100644
--- a/packet-lapd.c
+++ b/packet-lapd.c
@@ -1,8 +1,8 @@
/* packet-lapd.c
* Routines for LAPD frame disassembly
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-lapd.c,v 1.23 2001/06/18 02:17:48 guy Exp $
+ * $Id: packet-lapd.c,v 1.24 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-llc.c b/packet-llc.c
index d13fcde952..065a274b47 100644
--- a/packet-llc.c
+++ b/packet-llc.c
@@ -1,8 +1,8 @@
/* packet-llc.c
* Routines for IEEE 802.2 LLC layer
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-llc.c,v 1.87 2001/06/18 02:17:48 guy Exp $
+ * $Id: packet-llc.c,v 1.88 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-lpd.c b/packet-lpd.c
index 4a2de0b8e4..7c2a5532aa 100644
--- a/packet-lpd.c
+++ b/packet-lpd.c
@@ -1,8 +1,8 @@
/* packet-lpd.c
* Routines for LPR and LPRng packet disassembly
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-lpd.c,v 1.28 2001/06/18 02:17:48 guy Exp $
+ * $Id: packet-lpd.c,v 1.29 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-nbipx.c b/packet-nbipx.c
index d43008c33f..04983904cf 100644
--- a/packet-nbipx.c
+++ b/packet-nbipx.c
@@ -1,8 +1,8 @@
/* packet-nbipx.c
* Routines for NetBIOS over IPX packet disassembly
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-nbipx.c,v 1.41 2001/09/29 01:19:00 guy Exp $
+ * $Id: packet-nbipx.c,v 1.42 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-nbns.c b/packet-nbns.c
index b47748d002..85835281b7 100644
--- a/packet-nbns.c
+++ b/packet-nbns.c
@@ -1,10 +1,9 @@
/* packet-nbns.c
* Routines for NetBIOS-over-TCP packet disassembly (the name dates back
* to when it had only NBNS)
- * Gilbert Ramirez <gram@xiexie.org>
- * Much stuff added by Guy Harris <guy@alum.mit.edu>
+ * Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-nbns.c,v 1.63 2001/11/03 00:58:49 guy Exp $
+ * $Id: packet-nbns.c,v 1.64 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-ncp-int.h b/packet-ncp-int.h
index 575ae03f2f..c0fb933272 100644
--- a/packet-ncp-int.h
+++ b/packet-ncp-int.h
@@ -1,8 +1,8 @@
/* packet-ncp-int.h
* Structures and functions for NetWare Core Protocol.
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-ncp-int.h,v 1.3 2001/06/28 02:42:48 gram Exp $
+ * $Id: packet-ncp-int.h,v 1.4 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-ncp.c b/packet-ncp.c
index 3e1e0c06bf..c664215e27 100644
--- a/packet-ncp.c
+++ b/packet-ncp.c
@@ -1,9 +1,9 @@
/* packet-ncp.c
* Routines for NetWare Core Protocol
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
* Modified to allow NCP over TCP/IP decodes by James Coe <jammer@cin.net>
*
- * $Id: packet-ncp.c,v 1.49 2001/07/12 01:48:03 guy Exp $
+ * $Id: packet-ncp.c,v 1.50 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-ncp2222.inc b/packet-ncp2222.inc
index 55c3bbc254..e61e86e1c7 100644
--- a/packet-ncp2222.inc
+++ b/packet-ncp2222.inc
@@ -5,9 +5,9 @@
* #include'd instead of being in a separate compilation unit so
* that all the data tables in packet-ncp2222.c can remain static.
*
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-ncp2222.inc,v 1.4 2001/09/03 10:33:05 guy Exp $
+ * $Id: packet-ncp2222.inc,v 1.5 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-sna.c b/packet-sna.c
index 3333d68c17..40d2020c37 100644
--- a/packet-sna.c
+++ b/packet-sna.c
@@ -1,8 +1,8 @@
/* packet-sna.c
* Routines for SNA
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-sna.c,v 1.31 2001/07/03 04:56:46 guy Exp $
+ * $Id: packet-sna.c,v 1.32 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-tr.c b/packet-tr.c
index 31cf29975f..5c65ea5446 100644
--- a/packet-tr.c
+++ b/packet-tr.c
@@ -1,8 +1,8 @@
/* packet-tr.c
* Routines for Token-Ring packet disassembly
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-tr.c,v 1.63 2001/07/03 04:56:46 guy Exp $
+ * $Id: packet-tr.c,v 1.64 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/packet-trmac.c b/packet-trmac.c
index 78dff05e70..62aaf22c1b 100644
--- a/packet-trmac.c
+++ b/packet-trmac.c
@@ -1,8 +1,8 @@
/* packet-trmac.c
* Routines for Token-Ring Media Access Control
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-trmac.c,v 1.32 2001/06/18 02:17:53 guy Exp $
+ * $Id: packet-trmac.c,v 1.33 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-who.c b/packet-who.c
index 4e14c6a6d0..8e26405a5c 100644
--- a/packet-who.c
+++ b/packet-who.c
@@ -1,8 +1,8 @@
/* packet-who.c
* Routines for who protocol (see man rwhod)
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-who.c,v 1.18 2001/09/14 07:10:06 guy Exp $
+ * $Id: packet-who.c,v 1.19 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/plugins/plugin_api.c b/plugins/plugin_api.c
index e6f74d3461..f5831f7c5b 100644
--- a/plugins/plugin_api.c
+++ b/plugins/plugin_api.c
@@ -1,10 +1,10 @@
/* plugin_api.c
* Routines for Ethereal plugins.
*
- * $Id: plugin_api.c,v 1.26 2001/11/04 03:37:29 guy Exp $
+ * $Id: plugin_api.c,v 1.27 2001/11/13 23:55:40 gram Exp $
*
* Ethereal - Network traffic analyzer
- * Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright 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/plugins/plugin_api.h b/plugins/plugin_api.h
index c5f0a21daa..e876e24237 100644
--- a/plugins/plugin_api.h
+++ b/plugins/plugin_api.h
@@ -1,10 +1,10 @@
/* plugin_api.h
* Routines for Ethereal plugins.
*
- * $Id: plugin_api.h,v 1.27 2001/11/04 22:14:43 guy Exp $
+ * $Id: plugin_api.h,v 1.28 2001/11/13 23:55:40 gram Exp $
*
* Ethereal - Network traffic analyzer
- * Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright 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/plugins/plugin_api_defs.h b/plugins/plugin_api_defs.h
index aeb7703390..1869bdcfef 100644
--- a/plugins/plugin_api_defs.h
+++ b/plugins/plugin_api_defs.h
@@ -1,10 +1,10 @@
/* plugin_api_defs.h
* Define the variables that hold pointers to plugin API functions
*
- * $Id: plugin_api_defs.h,v 1.4 2001/11/04 03:37:29 guy Exp $
+ * $Id: plugin_api_defs.h,v 1.5 2001/11/13 23:55:40 gram Exp $
*
* Ethereal - Network traffic analyzer
- * Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright 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/plugins/plugin_table.h b/plugins/plugin_table.h
index ae08e9c5e9..5c3c02cf2c 100644
--- a/plugins/plugin_table.h
+++ b/plugins/plugin_table.h
@@ -1,10 +1,10 @@
/* plugin_table.h
* Table of exported addresses for Ethereal plugins.
*
- * $Id: plugin_table.h,v 1.30 2001/11/04 03:37:29 guy Exp $
+ * $Id: plugin_table.h,v 1.31 2001/11/13 23:55:40 gram Exp $
*
* Ethereal - Network traffic analyzer
- * Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright 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/print.c b/print.c
index 4e3432087e..09e039df9e 100644
--- a/print.c
+++ b/print.c
@@ -1,9 +1,9 @@
/* print.c
* Routines for printing packet analysis trees.
*
- * $Id: print.c,v 1.36 2001/06/18 01:49:17 guy Exp $
+ * $Id: print.c,v 1.37 2001/11/13 23:55:30 gram Exp $
*
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/print.h b/print.h
index 6d71da895b..11f1923e42 100644
--- a/print.h
+++ b/print.h
@@ -1,9 +1,9 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.23 2001/07/17 05:32:43 hagbard Exp $
+ * $Id: print.h,v 1.24 2001/11/13 23:55:30 gram Exp $
*
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
diff --git a/ps.h b/ps.h
index 83335cf49d..52a096b098 100644
--- a/ps.h
+++ b/ps.h
@@ -2,8 +2,8 @@
* Definitions for generating PostScript(R) packet output.
*
*
- * $Id: ps.h,v 1.3 2000/01/22 06:22:19 guy Exp $
- * Gilbert Ramirez <gram@xiexie.org>
+ * $Id: ps.h,v 1.4 2001/11/13 23:55:30 gram Exp $
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/ptvcursor.c b/ptvcursor.c
index ba84b9adcc..6159e6085c 100644
--- a/ptvcursor.c
+++ b/ptvcursor.c
@@ -1,9 +1,9 @@
/* ptvcursor.c
*
* Proto Tree TVBuff cursor
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: ptvcursor.c,v 1.3 2000/08/22 06:38:21 gram Exp $
+ * $Id: ptvcursor.c,v 1.4 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/ptvcursor.h b/ptvcursor.h
index 34471e5bb5..0926ff8f06 100644
--- a/ptvcursor.h
+++ b/ptvcursor.h
@@ -1,9 +1,9 @@
/* ptvcursor.h
*
* Proto Tree TVBuff cursor
- * Gilbert Ramirez <gram@xiexie.org>
+ * Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: ptvcursor.h,v 1.2 2000/08/11 13:34:25 deniel Exp $
+ * $Id: ptvcursor.h,v 1.3 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/randpkt.c b/randpkt.c
index 855218c4e8..ee24ecae4b 100644
--- a/randpkt.c
+++ b/randpkt.c
@@ -4,9 +4,9 @@
* Creates random packet traces. Useful for debugging sniffers by testing
* assumptions about the veracity of the data found in the packet.
*
- * $Id: randpkt.c,v 1.10 2001/03/31 10:13:11 guy Exp $
+ * $Id: randpkt.c,v 1.11 2001/11/13 23:55:30 gram Exp $
*
- * Copyright (C) 1999 by Gilbert Ramirez <gram@xiexie.org>
+ * Copyright (C) 1999 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/tethereal.c b/tethereal.c
index 75318067d7..26e6a3453c 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,12 +1,13 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.97 2001/11/09 07:44:48 guy Exp $
+ * $Id: tethereal.c,v 1.98 2001/11/13 23:55:30 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
- * Text-mode variant, by Gilbert Ramirez <gram@xiexie.org>.
+ * Text-mode variant, by Gilbert Ramirez <gram@alumni.rice.edu>
+ * and Guy Harris <guy@alum.mit.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/tools/cvsdiff-fix.py b/tools/cvsdiff-fix.py
index 93c50def25..e2e0c7c99f 100755
--- a/tools/cvsdiff-fix.py
+++ b/tools/cvsdiff-fix.py
@@ -6,9 +6,9 @@
# recursive diff, and unflattens it so that it can be
# applied correctly with "patch".
#
-# $Id: cvsdiff-fix.py,v 1.1 2001/02/23 16:30:51 gram Exp $
+# $Id: cvsdiff-fix.py,v 1.2 2001/11/13 23:55:41 gram Exp $
#
-# Copyright (C) 2001 by Gilbert Ramirez <gram@xiexie.org>
+# Copyright (C) 2001 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/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