aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethertype.c4
-rw-r--r--ipproto.c4
-rw-r--r--packet-bootp.c4
-rw-r--r--packet-data.c4
-rw-r--r--packet-http.c4
-rw-r--r--packet-ipp.c4
-rw-r--r--packet-ipx.c4
-rw-r--r--packet-ipx.h4
-rw-r--r--packet-lpd.c4
-rw-r--r--packet-nbipx.c4
-rw-r--r--packet-nbns.c6
-rw-r--r--packet-ncp.c4
-rw-r--r--packet-ncp.h4
-rw-r--r--packet-rtsp.c4
-rw-r--r--packet-sdp.c4
-rw-r--r--packet-tr.c4
-rw-r--r--packet-trmac.c4
-rw-r--r--print.c4
-rw-r--r--print.h4
-rw-r--r--ps.h4
-rw-r--r--tethereal.c4
-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/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/radcom.c4
-rw-r--r--wiretap/radcom.h4
-rw-r--r--wiretap/snoop.c4
-rw-r--r--wiretap/snoop.h4
-rw-r--r--wiretap/wtap.c4
-rw-r--r--wiretap/wtap.h4
51 files changed, 103 insertions, 103 deletions
diff --git a/ethertype.c b/ethertype.c
index 0a46772949..e7012db419 100644
--- a/ethertype.c
+++ b/ethertype.c
@@ -2,9 +2,9 @@
* Routines for calling the right protocol for the ethertype.
* This is called by both packet-eth.c (Ethernet II) and packet-llc.c (SNAP)
*
- * $Id: ethertype.c,v 1.24 2000/01/20 21:34:16 guy Exp $
+ * $Id: ethertype.c,v 1.25 2000/01/22 06:22:12 guy Exp $
*
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/ipproto.c b/ipproto.c
index 70f1744b66..67c0927825 100644
--- a/ipproto.c
+++ b/ipproto.c
@@ -1,9 +1,9 @@
/* ipproto.c
* Routines for converting IPv4 protocol/v6 nxthdr field into string
*
- * $Id: ipproto.c,v 1.5 1999/12/06 18:33:49 gram Exp $
+ * $Id: ipproto.c,v 1.6 2000/01/22 06:22:12 guy Exp $
*
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-bootp.c b/packet-bootp.c
index 077d7922d9..5df6fe40ac 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@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-bootp.c,v 1.24 2000/01/07 22:05:30 guy Exp $
+ * $Id: packet-bootp.c,v 1.25 2000/01/22 06:22:12 guy Exp $
*
* The information used comes from:
* RFC 2132: DHCP Options and BOOTP Vendor Extensions
diff --git a/packet-data.c b/packet-data.c
index b73f40f433..1891e7651f 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@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-data.c,v 1.12 2000/01/07 22:05:30 guy Exp $
+ * $Id: packet-data.c,v 1.13 2000/01/22 06:22:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-http.c b/packet-http.c
index df23cd9b6d..4d00eba7bf 100644
--- a/packet-http.c
+++ b/packet-http.c
@@ -1,9 +1,9 @@
/* packet-http.c
* Routines for HTTP packet disassembly
*
- * Guy Harris <guy@netapp.com>
+ * Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-http.c,v 1.12 1999/12/06 20:27:19 guy Exp $
+ * $Id: packet-http.c,v 1.13 2000/01/22 06:22:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-ipp.c b/packet-ipp.c
index 18311ea484..b70fb6fb58 100644
--- a/packet-ipp.c
+++ b/packet-ipp.c
@@ -1,9 +1,9 @@
/* packet-ipp.c
* Routines for IPP packet disassembly
*
- * Guy Harris <guy@netapp.com>
+ * Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-ipp.c,v 1.3 1999/11/16 11:42:35 guy Exp $
+ * $Id: packet-ipp.c,v 1.4 2000/01/22 06:22:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-ipx.c b/packet-ipx.c
index 018fdc5de8..8a58fd392d 100644
--- a/packet-ipx.c
+++ b/packet-ipx.c
@@ -1,8 +1,8 @@
/* packet-ipx.c
* Routines for NetWare's IPX
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-ipx.c,v 1.45 2000/01/07 22:05:31 guy Exp $
+ * $Id: packet-ipx.c,v 1.46 2000/01/22 06:22:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-ipx.h b/packet-ipx.h
index e7c5bc45c0..a6358ef252 100644
--- a/packet-ipx.h
+++ b/packet-ipx.h
@@ -1,8 +1,8 @@
/* packet-ipx.h
* Routines for NetWare's IPX
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-ipx.h,v 1.4 2000/01/07 22:05:31 guy Exp $
+ * $Id: packet-ipx.h,v 1.5 2000/01/22 06:22:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-lpd.c b/packet-lpd.c
index ab1cff9972..945ed3583f 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@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-lpd.c,v 1.15 2000/01/07 22:05:32 guy Exp $
+ * $Id: packet-lpd.c,v 1.16 2000/01/22 06:22:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-nbipx.c b/packet-nbipx.c
index ab1ecdf243..d2d21c737d 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@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-nbipx.c,v 1.16 1999/11/30 07:45:41 guy Exp $
+ * $Id: packet-nbipx.c,v 1.17 2000/01/22 06:22:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-nbns.c b/packet-nbns.c
index 1e41df16fb..49d598ef90 100644
--- a/packet-nbns.c
+++ b/packet-nbns.c
@@ -1,10 +1,10 @@
/* packet-nbns.c
* Routines for NetBIOS-over-TCP packet disassembly (the name dates back
* to when it had only NBNS)
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
- * Much stuff added by Guy Harris <guy@netapp.com>
+ * Gilbert Ramirez <gram@xiexie.org>
+ * Much stuff added by Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-nbns.c,v 1.35 2000/01/16 02:54:47 guy Exp $
+ * $Id: packet-nbns.c,v 1.36 2000/01/22 06:22:15 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-ncp.c b/packet-ncp.c
index 55765e3b65..a0b41601ea 100644
--- a/packet-ncp.c
+++ b/packet-ncp.c
@@ -1,9 +1,9 @@
/* packet-ncp.c
* Routines for NetWare Core Protocol
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
* Modified to allow NCP over TCP/IP decodes by James Coe <jammer@cin.net>
*
- * $Id: packet-ncp.c,v 1.29 2000/01/07 22:05:33 guy Exp $
+ * $Id: packet-ncp.c,v 1.30 2000/01/22 06:22:16 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-ncp.h b/packet-ncp.h
index e5fed627a4..199e889ebc 100644
--- a/packet-ncp.h
+++ b/packet-ncp.h
@@ -1,8 +1,8 @@
/* packet-ncp.h
* Routines for NetWare Core Protocol
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-ncp.h,v 1.7 2000/01/07 22:05:33 guy Exp $
+ * $Id: packet-ncp.h,v 1.8 2000/01/22 06:22:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-rtsp.c b/packet-rtsp.c
index 0a030d82b2..004a43f06a 100644
--- a/packet-rtsp.c
+++ b/packet-rtsp.c
@@ -2,9 +2,9 @@
* Routines for RTSP packet disassembly (RFC 2326)
*
* Jason Lango <jal@netapp.com>
- * Liberally copied from packet-http.c, by Guy Harris <guy@netapp.com>
+ * Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-rtsp.c,v 1.6 2000/01/13 03:12:07 guy Exp $
+ * $Id: packet-rtsp.c,v 1.7 2000/01/22 06:22:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-sdp.c b/packet-sdp.c
index 5cf1ce8cd3..14298510bd 100644
--- a/packet-sdp.c
+++ b/packet-sdp.c
@@ -2,9 +2,9 @@
* Routines for SDP packet disassembly (RFC 2327)
*
* Jason Lango <jal@netapp.com>
- * Liberally copied from packet-http.c, by Guy Harris <guy@netapp.com>
+ * Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-sdp.c,v 1.5 2000/01/13 03:18:34 guy Exp $
+ * $Id: packet-sdp.c,v 1.6 2000/01/22 06:22:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-tr.c b/packet-tr.c
index c6f94f9c15..8da5bc4eb8 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@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-tr.c,v 1.32 2000/01/07 22:05:41 guy Exp $
+ * $Id: packet-tr.c,v 1.33 2000/01/22 06:22:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/packet-trmac.c b/packet-trmac.c
index 10aa3a78c8..199e3c2561 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@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-trmac.c,v 1.18 2000/01/07 22:05:41 guy Exp $
+ * $Id: packet-trmac.c,v 1.19 2000/01/22 06:22:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/print.c b/print.c
index 17cd539f23..0f58fd5495 100644
--- a/print.c
+++ b/print.c
@@ -1,9 +1,9 @@
/* print.c
* Routines for printing packet analysis trees.
*
- * $Id: print.c,v 1.27 2000/01/07 00:36:25 guy Exp $
+ * $Id: print.c,v 1.28 2000/01/22 06:22:18 guy Exp $
*
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/print.h b/print.h
index b2c3490d3f..fa5f409ce6 100644
--- a/print.h
+++ b/print.h
@@ -1,9 +1,9 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.17 2000/01/07 00:36:25 guy Exp $
+ * $Id: print.h,v 1.18 2000/01/22 06:22:19 guy Exp $
*
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/ps.h b/ps.h
index 106005e9b9..83335cf49d 100644
--- a/ps.h
+++ b/ps.h
@@ -2,8 +2,8 @@
* Definitions for generating PostScript(R) packet output.
*
*
- * $Id: ps.h,v 1.2 1998/09/16 03:22:16 gerald Exp $
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * $Id: ps.h,v 1.3 2000/01/22 06:22:19 guy Exp $
+ * Gilbert Ramirez <gram@xiexie.org>
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/tethereal.c b/tethereal.c
index d98ac8ed8b..eb3746fd04 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,12 +1,12 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.10 2000/01/17 08:06:33 guy Exp $
+ * $Id: tethereal.c,v 1.11 2000/01/22 06:22:19 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs
*
- * Text-mode variant, by Gilbert Ramirez <gram@verdict.uthscsa.edu>.
+ * Text-mode variant, by Gilbert Ramirez <gram@xiexie.org>.
*
* 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/acconfig.h b/wiretap/acconfig.h
index 124c4b52b9..60dadad174 100644
--- a/wiretap/acconfig.h
+++ b/wiretap/acconfig.h
@@ -1,9 +1,9 @@
/* acconfig.h
*
- * $Id: acconfig.h,v 1.3 1999/10/06 03:38:37 guy Exp $
+ * $Id: acconfig.h,v 1.4 2000/01/22 06:22:34 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 3ba28646e8..4b0bd51363 100644
--- a/wiretap/ascend-grammar.y
+++ b/wiretap/ascend-grammar.y
@@ -1,10 +1,10 @@
%{
/* ascend-grammar.y
*
- * $Id: ascend-grammar.y,v 1.9 2000/01/10 17:33:16 gram Exp $
+ * $Id: ascend-grammar.y,v 1.10 2000/01/22 06:22:35 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 a959960d85..69097a89dc 100644
--- a/wiretap/ascend-scanner.l
+++ b/wiretap/ascend-scanner.l
@@ -1,10 +1,10 @@
%{
/* ascend-scanner.l
*
- * $Id: ascend-scanner.l,v 1.11 2000/01/13 07:18:50 guy Exp $
+ * $Id: ascend-scanner.l,v 1.12 2000/01/22 06:22:35 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 98f9b6df4e..54caaee14b 100644
--- a/wiretap/ascend.c
+++ b/wiretap/ascend.c
@@ -1,9 +1,9 @@
/* ascend.c
*
- * $Id: ascend.c,v 1.11 2000/01/13 07:09:15 guy Exp $
+ * $Id: ascend.c,v 1.12 2000/01/22 06:22:35 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 009fdfeb26..6b13b928d6 100644
--- a/wiretap/ascend.h
+++ b/wiretap/ascend.h
@@ -1,9 +1,9 @@
/* ascend.h
*
- * $Id: ascend.h,v 1.4 1999/10/08 07:45:31 guy Exp $
+ * $Id: ascend.h,v 1.5 2000/01/22 06:22:36 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 475e4b3c12..dc7ee39735 100644
--- a/wiretap/buffer.c
+++ b/wiretap/buffer.c
@@ -1,9 +1,9 @@
/* buffer.c
*
- * $Id: buffer.c,v 1.6 1999/11/10 19:47:56 gram Exp $
+ * $Id: buffer.c,v 1.7 2000/01/22 06:22:36 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 7b72e7ea94..cbf25179ee 100644
--- a/wiretap/buffer.h
+++ b/wiretap/buffer.h
@@ -1,9 +1,9 @@
/* buffer.h
*
- * $Id: buffer.h,v 1.3 1999/09/12 14:34:36 deniel Exp $
+ * $Id: buffer.h,v 1.4 2000/01/22 06:22:36 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 441deafdfa..eddcdc59b2 100644
--- a/wiretap/file.c
+++ b/wiretap/file.c
@@ -1,9 +1,9 @@
/* file.c
*
- * $Id: file.c,v 1.45 2000/01/13 07:09:15 guy Exp $
+ * $Id: file.c,v 1.46 2000/01/22 06:22:36 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 9259d110b6..83aa02ea7f 100644
--- a/wiretap/file_wrappers.c
+++ b/wiretap/file_wrappers.c
@@ -1,9 +1,9 @@
/* file_wrappers.c
*
- * $Id: file_wrappers.c,v 1.2 2000/01/13 07:18:50 guy Exp $
+ * $Id: file_wrappers.c,v 1.3 2000/01/22 06:22:37 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 85e90f1056..7869162731 100644
--- a/wiretap/file_wrappers.h
+++ b/wiretap/file_wrappers.h
@@ -1,9 +1,9 @@
/* file_wrappers.h
*
- * $Id: file_wrappers.h,v 1.1 2000/01/13 07:09:16 guy Exp $
+ * $Id: file_wrappers.h,v 1.2 2000/01/22 06:22:37 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 1ba0d4bcf5..ff48b772cd 100644
--- a/wiretap/iptrace.c
+++ b/wiretap/iptrace.c
@@ -1,9 +1,9 @@
/* iptrace.c
*
- * $Id: iptrace.c,v 1.23 2000/01/13 07:09:16 guy Exp $
+ * $Id: iptrace.c,v 1.24 2000/01/22 06:22:37 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 d47f91f8c5..38c37899a0 100644
--- a/wiretap/iptrace.h
+++ b/wiretap/iptrace.h
@@ -1,9 +1,9 @@
/* iptrace.h
*
- * $Id: iptrace.h,v 1.3 1999/11/18 08:50:37 gram Exp $
+ * $Id: iptrace.h,v 1.4 2000/01/22 06:22:38 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 20bcf2df05..8845420a5a 100644
--- a/wiretap/lanalyzer.c
+++ b/wiretap/lanalyzer.c
@@ -1,9 +1,9 @@
/* lanalyzer.c
*
- * $Id: lanalyzer.c,v 1.19 2000/01/13 07:09:16 guy Exp $
+ * $Id: lanalyzer.c,v 1.20 2000/01/22 06:22:38 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 336051bd1f..443754ae69 100644
--- a/wiretap/lanalyzer.h
+++ b/wiretap/lanalyzer.h
@@ -1,9 +1,9 @@
/* lanalyzer.h
*
- * $Id: lanalyzer.h,v 1.2 1999/08/19 05:31:34 guy Exp $
+ * $Id: lanalyzer.h,v 1.3 2000/01/22 06:22:38 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 ddd15e9b78..b3e80b5191 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -1,9 +1,9 @@
/* libpcap.c
*
- * $Id: libpcap.c,v 1.30 2000/01/13 07:09:17 guy Exp $
+ * $Id: libpcap.c,v 1.31 2000/01/22 06:22:39 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 0ef7812c60..e01422fe13 100644
--- a/wiretap/libpcap.h
+++ b/wiretap/libpcap.h
@@ -1,9 +1,9 @@
/* libpcap.h
*
- * $Id: libpcap.h,v 1.6 1999/12/04 09:38:37 guy Exp $
+ * $Id: libpcap.h,v 1.7 2000/01/22 06:22:39 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 c9b998e99e..f44eb2f33b 100644
--- a/wiretap/netmon.c
+++ b/wiretap/netmon.c
@@ -1,9 +1,9 @@
/* netmon.c
*
- * $Id: netmon.c,v 1.23 2000/01/13 07:09:17 guy Exp $
+ * $Id: netmon.c,v 1.24 2000/01/22 06:22:40 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 d63e79c03a..741e1118fb 100644
--- a/wiretap/netmon.h
+++ b/wiretap/netmon.h
@@ -1,9 +1,9 @@
/* netmon.h
*
- * $Id: netmon.h,v 1.5 1999/12/04 09:38:38 guy Exp $
+ * $Id: netmon.h,v 1.6 2000/01/22 06:22:40 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 60621913dd..2fff44f853 100644
--- a/wiretap/nettl.c
+++ b/wiretap/nettl.c
@@ -1,9 +1,9 @@
/* nettl.c
*
- * $Id: nettl.c,v 1.4 2000/01/20 17:13:42 oabad Exp $
+ * $Id: nettl.c,v 1.5 2000/01/22 06:22:40 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 37584eff81..c0587de7c5 100644
--- a/wiretap/nettl.h
+++ b/wiretap/nettl.h
@@ -1,9 +1,9 @@
/* nettl.h
*
- * $Id: nettl.h,v 1.2 1999/10/31 19:35:32 guy Exp $
+ * $Id: nettl.h,v 1.3 2000/01/22 06:22:40 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 77ff72994b..6010c817aa 100644
--- a/wiretap/netxray.c
+++ b/wiretap/netxray.c
@@ -1,9 +1,9 @@
/* netxray.c
*
- * $Id: netxray.c,v 1.21 2000/01/13 07:09:18 guy Exp $
+ * $Id: netxray.c,v 1.22 2000/01/22 06:22:41 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 3e9fb1db42..89397a5b7b 100644
--- a/wiretap/netxray.h
+++ b/wiretap/netxray.h
@@ -1,9 +1,9 @@
/* netxray.h
*
- * $Id: netxray.h,v 1.3 1999/12/14 01:12:59 nneul Exp $
+ * $Id: netxray.h,v 1.4 2000/01/22 06:22:41 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 c6dbd60e08..88695e4998 100644
--- a/wiretap/ngsniffer.c
+++ b/wiretap/ngsniffer.c
@@ -1,9 +1,9 @@
/* ngsniffer.c
*
- * $Id: ngsniffer.c,v 1.34 2000/01/13 07:09:18 guy Exp $
+ * $Id: ngsniffer.c,v 1.35 2000/01/22 06:22:41 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 4359f480c9..4d412debed 100644
--- a/wiretap/ngsniffer.h
+++ b/wiretap/ngsniffer.h
@@ -1,9 +1,9 @@
/* ngsniffer.h
*
- * $Id: ngsniffer.h,v 1.6 1999/12/09 23:17:20 oabad Exp $
+ * $Id: ngsniffer.h,v 1.7 2000/01/22 06:22:43 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 5e74156cb6..f37b7f5a4c 100644
--- a/wiretap/radcom.c
+++ b/wiretap/radcom.c
@@ -1,9 +1,9 @@
/* radcom.c
*
- * $Id: radcom.c,v 1.16 2000/01/13 07:09:19 guy Exp $
+ * $Id: radcom.c,v 1.17 2000/01/22 06:22:43 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 91c77c8495..61ca18b008 100644
--- a/wiretap/radcom.h
+++ b/wiretap/radcom.h
@@ -1,9 +1,9 @@
/* radcom.h
*
- * $Id: radcom.h,v 1.3 1999/09/23 05:25:14 guy Exp $
+ * $Id: radcom.h,v 1.4 2000/01/22 06:22:43 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 bd42807b66..0402935d37 100644
--- a/wiretap/snoop.c
+++ b/wiretap/snoop.c
@@ -1,9 +1,9 @@
/* snoop.c
*
- * $Id: snoop.c,v 1.23 2000/01/13 07:09:19 guy Exp $
+ * $Id: snoop.c,v 1.24 2000/01/22 06:22:43 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 5ecdec85d5..31b184868e 100644
--- a/wiretap/snoop.h
+++ b/wiretap/snoop.h
@@ -1,9 +1,9 @@
/* snoop.h
*
- * $Id: snoop.h,v 1.6 1999/12/04 09:38:38 guy Exp $
+ * $Id: snoop.h,v 1.7 2000/01/22 06:22:44 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 0263ef2634..c8c752d437 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,9 +1,9 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.36 2000/01/13 07:09:20 guy Exp $
+ * $Id: wtap.c,v 1.37 2000/01/22 06:22:44 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* 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 36eaca4707..ea1388a642 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,9 +1,9 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.62 1999/12/15 02:25:50 guy Exp $
+ * $Id: wtap.h,v 1.63 2000/01/22 06:22:44 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License