Hopefully the last time I have to change my e-mail address.
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 13 Nov 2001 23:55:44 +0000 (23:55 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 13 Nov 2001 23:55:44 +0000 (23:55 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4199 f5534014-38df-0310-8fa8-9805f1628bb7

89 files changed:
AUTHORS
README
doc/README.developer
doc/README.plugins
doc/ethereal.pod.template
epan/AUTHORS
epan/ipv4.c
epan/ipv4.h
epan/sna-utils.c
epan/tvbtest.c
epan/tvbuff.c
epan/tvbuff.h
image/editcap.rc.in
image/ethereal.rc.in
image/mergecap.rc.in
image/tethereal.rc.in
ipproto.c
ipproto.h
ncp2222.py
oui.h
packet-bootp.c
packet-data.c
packet-ethertype.c
packet-ipx.c
packet-ipx.h
packet-lapd.c
packet-llc.c
packet-lpd.c
packet-nbipx.c
packet-nbns.c
packet-ncp-int.h
packet-ncp.c
packet-ncp2222.inc
packet-sna.c
packet-tr.c
packet-trmac.c
packet-who.c
plugins/plugin_api.c
plugins/plugin_api.h
plugins/plugin_api_defs.h
plugins/plugin_table.h
print.c
print.h
ps.h
ptvcursor.c
ptvcursor.h
randpkt.c
tethereal.c
tools/cvsdiff-fix.py
wiretap/AUTHORS
wiretap/README
wiretap/acconfig.h
wiretap/ascend-grammar.y
wiretap/ascend-scanner.l
wiretap/ascend.c
wiretap/ascend.h
wiretap/buffer.c
wiretap/buffer.h
wiretap/dbs-etherwatch.h
wiretap/etherpeek.c
wiretap/etherpeek.h
wiretap/file.c
wiretap/file_wrappers.c
wiretap/file_wrappers.h
wiretap/iptrace.c
wiretap/iptrace.h
wiretap/lanalyzer.c
wiretap/lanalyzer.h
wiretap/libpcap.c
wiretap/libpcap.h
wiretap/netmon.c
wiretap/netmon.h
wiretap/nettl.c
wiretap/nettl.h
wiretap/netxray.c
wiretap/netxray.h
wiretap/ngsniffer.c
wiretap/ngsniffer.h
wiretap/pppdump.c
wiretap/pppdump.h
wiretap/radcom.c
wiretap/radcom.h
wiretap/snoop.c
wiretap/snoop.h
wiretap/toshiba.c
wiretap/toshiba.h
wiretap/wtap-int.h
wiretap/wtap.c
wiretap/wtap.h

diff --git a/AUTHORS b/AUTHORS
index bf0e5ef728c3f5b34263c8f431765025889d4d08..fb2a6ec2ef9fdf8bb8210144e50072f0ae95c0dd 100644 (file)
--- 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 d8f27283f0b5d189af3d94ce4d42f888cad848d4..2d84ceb8a6367d8d82009f930e86cb2059eae915 100644 (file)
--- 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>
index 9c369a30534834061115b0cbd93ccec8525ec266..ab61f26aace0b825730d5b8f67b6c2ca90c76dcc 100644 (file)
@@ -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>
index 600539c57391418e88ab79830f5e3a02b2d1bdde..c5213dfd35004efbeaa1bc896832fac59799ffc7 100644 (file)
@@ -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>
index 7a0797cf9f337847a8ed3e2321e64f3cced9fa19..4a3a65f1e9a05cc151a088655a01e1b8be7f24bb 100644 (file)
@@ -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>
index 6fba39135ecb2dfd4a681202a8304bd89c1284ca..5f20c1cef356e417b560614f1bf55fa58a0470a5 100644 (file)
@@ -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>
 
index 203c6d770b88a3658cf068827ce51109202315aa..3dacb8598b39c743d76db836492ffb49d5445ae3 100644 (file)
@@ -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>
index 20728bd56d14978072bc34465e296c068b4d03fb..5115eb517a83b572c42ecdd267b419e657f29404 100644 (file)
@@ -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>
index a66acb7152c039dabd13cd9508aa7bdc22abf4d5..41b2093851b11d097c1cec81101f3dd0f2ad0ff6 100644 (file)
@@ -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>
index c528f7c837adaa74fb1e98628513833e87217af1..303ab57215710aa91b638f48c6aca03a45a5ed1d 100644 (file)
@@ -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
index 65a96084b01f29bdb28a04dfa34540917c7d48b7..471c3bcc8f9cef324f08f100a8c15cefffa132b3 100644 (file)
@@ -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>
index 2799e04aa5a369d950c05fbb991c48f6a020b4fa..59a8eb099e81bdf6be1b9a9d2bb0fcc6cc9003ce 100644 (file)
@@ -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>
index 3a28f9c7b01df3192d952a2ea99234848658fb7a..b1814603120ebdcf4c8ba18b5e23115f5b43706b 100644 (file)
@@ -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"
index 0fa10bc49fb12df4e5fa1dafbc4859d85864af14..3542775fb5a41cab7ad0e5211afcb23435d7a9b1 100644 (file)
@@ -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"
index 212d89c95602b23fb55367791263cda55a3153a5..2f8a9457bdbb55c5ec79b727e7e45ac5ff848dd4 100644 (file)
@@ -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"
index 833d7d141acc51284e03918e21c0cdf145d9c40b..13beb9f138382939f15978f811b57a85b6cf9d9c 100644 (file)
@@ -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"
index a6ea6fc18e1dcf0dee8ef9266a0c364c3c1eea8c..1496c480cb193272c49ceecb494edf88cc618370 100644 (file)
--- 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>
index 76d5439fa48f89f6d8efdf3ccf9871f5b058484f..693177592a707bda19a52d661a66de916731d200 100644 (file)
--- 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>
index 783d042f9610ac1409cf590a94ce1227355b0783..96d913fa818095c5438aeea78e7c75738944c0fd 100755 (executable)
@@ -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 5675eb64ae85bddf2db8b2b51f4635ab21dc1020..989757d0a36138ffb4dcac2fadea91529f3320d1 100644 (file)
--- 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>
index 992abf57fd4d31a237c1b6936f1674cb9cfa196f..46482457115726970f5ae6efbc50c04a90624064 100644 (file)
@@ -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
index bdb2545b63bdb4a993a24d9def7e280e275c21b9..169b07cd07c06b4b46000aef6c22a923be47f20a 100644 (file)
@@ -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>
index fd0d8e8e6d21465bec30792299d059f4bcbb70bb..f4cd0f2ba423eba102f891d8b17d4caf0e02ea72 100644 (file)
@@ -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>
index 8b18400522f82398c303f558db7a400c61d894b2..0e2257d24537f173de328608f915a26f98e6194b 100644 (file)
@@ -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>
index d141a04eec2af4e242f63b99314c63367aa94399..f49f0964434257eac9d219258ee8ece2df5999a2 100644 (file)
@@ -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>
index 20265f0248c75e4f41503958abb6e834132c9c6b..3cc725b94e6d0f03657db7358cc441bf3eb315fc 100644 (file)
@@ -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>
index d13fcde9528ee557659f04cfcc2a30edf5ea45fc..065a274b47da06c93c3c7a6eceb1d221e8e0082e 100644 (file)
@@ -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>
index 4a2de0b8e454ec0d782cb8d297224a1cbdf59fa8..7c2a5532aaab4e3f23a608b9450427848eb77673 100644 (file)
@@ -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>
index d43008c33feb8f0a96aacd7a0e370bd64e2b6147..04983904cf0674fce5a017a0b7ee3aec19bba812 100644 (file)
@@ -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>
index b47748d002c1bb6a33cbdd40cfecf3e223075595..85835281b794e2add31c2ff3c0e526729d33dccc 100644 (file)
@@ -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>
index 575ae03f2f0031a39f8d846bcd3631947c7773ac..c0fb933272ab548214a4d251072893e986a3c6ce 100644 (file)
@@ -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>
index 3e1e0c06bf1fe18f389f993a6305e66b291d23ee..c664215e270a380fe04dc0815932a3957c820d66 100644 (file)
@@ -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>
index 55c3bbc254c5283e032259ef43ae429f1caaec6f..e61e86e1c7fc836b3aeaacb5d47802078ecb4c5d 100644 (file)
@@ -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>
index 3333d68c17dcc6a72383b965fa408ea56c9247fe..40d2020c374385a547087121f266b64103ae4c7f 100644 (file)
@@ -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>
index 31cf29975fd927463dcf6b9b45418e555a409ab8..5c65ea544650a6113af3400865fdd72a7a85a5f3 100644 (file)
@@ -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>
index 78dff05e704f6e0428972c8a3a55eb5c8d0c2940..62aaf22c1b8f9994a33f9f3390bee891d63f4d75 100644 (file)
@@ -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>
index 4e14c6a6d09374b0a1b4bd8cbf67d06f8e8c49e1..8e26405a5c4bd168440394586409b49fd56fd3e9 100644 (file)
@@ -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>
index e6f74d3461ba4856ccbeb77b86e8d906ab769c7c..f5831f7c5bcf620087c6c9889a62c25af61736f3 100644 (file)
@@ -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
index c5f0a21daa902be28eeab35b802459b690ed795f..e876e24237a1e7ff1dcccd8fc6ea6c265b76e199 100644 (file)
@@ -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
index aeb77033902ab678de351a2cd303b60583165d94..1869bdcfef35c1119db0505fa29c1629cf3c872a 100644 (file)
@@ -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
index ae08e9c5e90fa7fa1eb5e965128fd78ff6312e70..5c3c02cf2ce44a122e26adf10e3e3e9d490e83a6 100644 (file)
@@ -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 4e3432087e2fd751336685f10d07d299de1b77cb..09e039df9ed3bdeed44ec19cd781be132faef049 100644 (file)
--- 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 6d71da895b8f8fd2bfebd93f9e6c54ff0171aef3..11f1923e4297901374446390ce271d709370d2f5 100644 (file)
--- 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 83335cf49d5ef214121f3f942cf49fd77f6b6c21..52a096b098a31129a3d52373b96d14023c203a66 100644 (file)
--- 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>
index ba84b9adcce528db39273c2da48db365835f5674..6159e6085cee894da50dec5d17749d04146e1f87 100644 (file)
@@ -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>
index 34471e5bb5d45a8dedb1220eac37b11c0fcff386..0926ff8f0601df79af30d5d45c7c9503040fada2 100644 (file)
@@ -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>
index 855218c4e8229d7aee9f68cd07b6a125e7292565..ee24ecae4b891042a20f0d2232a9c3085d03e56b 100644 (file)
--- 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
index 75318067d735d6061306d2cd3e1f7ea25e7d3730..26e6a3453c9798e93624d2a97e4233e365ec2f6b 100644 (file)
@@ -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
index 93c50def256efbbe36897ce4233a187006138bd0..e2e0c7c99fe44e946039348bb629c94e22e7f137 100755 (executable)
@@ -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
index 3f1f33c9570f7d694cf7c2810d4329d05e4703d5..2f8c62c2041707a1c15ca5174ae08313eabbe614 100644 (file)
@@ -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>
index 84f5f3bdfc19ad3167424b54b88e589e33b6a94e..b62c97c737049fd9e4e9fb3c9b7de044f037f392 100644 (file)
@@ -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>
index 2f94b8062720f5ca2cb7c02fd3380bf7575d7ad3..e9c52e450dc749064f59260f708b06de7a30e9dc 100644 (file)
@@ -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
index 65cd86c3b43b1261e6b2dbd224a6a2c8051a2c81..6d1af9a368b74bb9aa96440a586b9af4cc464b07 100644 (file)
@@ -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
index f08f2c30c54df97357437705551df89a22feecf6..c98434eddb30bb8828820928430e16020ae34622 100644 (file)
@@ -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
index a2c76dca21f871f44a845ae78c242b82c26a7f29..28b69da107e18efd526fc57df9776b342763ebc7 100644 (file)
@@ -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
index fe732ec9b43ff0ee57789c789d2b975ebea70da1..6e94dc5cff2e7d409eadd82770f4596ac8f4c51e 100644 (file)
@@ -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
index 19b23d44c93b4a3c3e6fb3f9b424022ab7e2952f..9a69002f442bb58bae561b4d9889d5201bce25e3 100644 (file)
@@ -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
index 385e4cb679b2fd68c1d8d67e5652bc7f748a2e27..b742e3eb441659e855daa051bd6dc48a3434608b 100644 (file)
@@ -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
index f025408a231c439c40ddfc060d2960dcef2c6823..60759f60813648d975fef3f29a730e9496d4b921 100644 (file)
@@ -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
index 1f9f18f3741f86e456a648dc1497604b55376b1e..77377300d27c3f04aad3e2065bf548d7922de997 100644 (file)
@@ -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
index 3c40721e5b79ee0882fa6643abe3a7c5b11e284d..f9b976d169619ce03fa77adb33443450980438ed 100644 (file)
@@ -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
index 6ba90083a2fc82c154545b8514705befa95e5c07..6af9dc55362cc6c04d5634f5cb7c9b76db4ad2ad 100644 (file)
@@ -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
index 57d074a2e9989c46292029374e347ca080bc3b25..b4df695dc6622e3020da152bbef1f7427d994c41 100644 (file)
@@ -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
index 7be3b0b8d5a04bfa15b59fa116db1770dfa3f2a7..56641569b1681b54db27a3447e3679041d2edeb6 100644 (file)
@@ -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
index 3830af0d1f6dc4bed5f2aec6227fafae8bc703dc..9b57bb098ef2735317ed488345494fd61373e2a3 100644 (file)
@@ -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
index f49449319b54dbf3cfbdf499948b1e45eb2ac6ce..8a42044db249a61fac1b3d96ba0e6f81c333290f 100644 (file)
@@ -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
index 313703ce2722ecfbef5be248663daac26584ac41..659b04ce2fc681f25a414c5ed65ca846dc7fe509 100644 (file)
@@ -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
index e6c6aa389302d4ef98f226525cc823d03bc9a2bd..190d2bbb76f4ff4e40ec45f11c4ca55bd327a727 100644 (file)
@@ -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
index 7138d928f8ba86597411798e11f461a30cdcc24d..f86e7f165ebf624728b4f0cfbebb0216aba21e3c 100644 (file)
@@ -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
index 937d2ea26250961a917dd68ed155b2a10c38c00e..fd56251f2b45437656d6ba50288654b3166db495 100644 (file)
@@ -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
index 3cca9b4bc0d9d2810ad08dfa5224ad6e5b027bb0..4b61883875c068fc8a8c51fadc3567bf0125ee98 100644 (file)
@@ -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
index 859834f68cc480cef366ccb8f0755080627984f2..d6c9b15a6539ccd74e565cac269bf566393ffd27 100644 (file)
@@ -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
index c19b219d4f8c2bc90aaba45e2233e36286fd47d5..31fd67144f411123dcd33f1081824135f091e90f 100644 (file)
@@ -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
index 73d6282bea12f63c8b5fd8ef798701a779e74d22..b3c6c1706011ef9654cbd07c41e69dd20eaef762 100644 (file)
@@ -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
index 86e562b0f589d54ef91f1666b03c2cce6ed4a98d..f864b48bd9eabc9a2696eae05f045bc39d986b02 100644 (file)
@@ -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
index 8e3d76738ac091a06c5419e6eb0f91e98573b378..5087a318869b51dc8dcdb9510787ffe6da715953 100644 (file)
@@ -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
index 46b3d60d700a114b81f1599f40f3c87a9034449a..d051e10882c44441b58c6c96ebb7f0e714708a06 100644 (file)
@@ -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
index 0dbbc70445e42e72ba48819b5dcfe007a444f9d1..aeb54827e23ede9e5ff799099b50da9b4bde3aa6 100644 (file)
@@ -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
index ce3d3c8a6573bc86a2205437f7b94ce734997060..7f4b2477835cb25822926b49793e2b8d99b16a69 100644 (file)
@@ -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
index 04e3f2fbd6660d5fbb245936248b4b735ce49288..d4936a9f66272763ce7be02b1cb68081f2e7f86c 100644 (file)
@@ -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
index 3a129af69ad8ecafebb14e1022688d2d09e951ca..1f1a855b4ef1c755e79a331e36428fda1ff23837 100644 (file)
@@ -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
index f89c03d81ca22c7d20b6a6f465c933f532051afd..64f005556b1bf4a5967609763397c3f2e96fb80c 100644 (file)
@@ -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
index 511d7d0596bdcc7e08cf2557233e30c5eaa28930..9cf54ee346f95abb2fd3dd7033d5f0b9e3a05a21 100644 (file)
@@ -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
index 5505cf51dbbd5b44064f6ca7061663ac32a54b90..7bdf645723f2e8cc2410a20d8118fb521121ee21 100644 (file)
@@ -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
index 1360483dc6d833425d97f4ff675c1f905df58207..e6302e9bef7164b2d30495ec9059c01a89780e89 100644 (file)
@@ -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
index bce4dd5be478d85a6e26b88c71511569f8869a88..11a01f65c6f2188d855d25d07343ab51f3514e0c 100644 (file)
@@ -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
index 49a13a58ac8474e70180a15b727a380695b1849f..1171d6af2402fb6ef023f533a9fc97217509037a 100644 (file)
@@ -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
index 0937ab8e245640e51d20141eb27a4092f6b14677..8bd8ebdf7a5bd749884d9f24e9def5cdb5e7eb20 100644 (file)
@@ -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
index 994c1389e448cf127f40da4f9f07e275bb263c8b..b5ee217289d69ccd3cef1bd2614787bde05c734b 100644 (file)
@@ -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