aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-29 09:42:45 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-29 09:42:45 +0000
commitc94f0e130b3e4fdb4f4f6fdf82130166fa011392 (patch)
tree8bc090386d9c489266113c0439b7a98b8321e8e5
parentaca26c6f023abe2b9abd084fb735d733647c4e35 (diff)
Update Gerald's e-mail address.
svn path=/trunk/; revision=3620
-rw-r--r--packet-eth.c5
-rw-r--r--packet-eth.h6
2 files changed, 4 insertions, 7 deletions
diff --git a/packet-eth.c b/packet-eth.c
index ec2aea8e63..6aae7b3633 100644
--- a/packet-eth.c
+++ b/packet-eth.c
@@ -1,12 +1,11 @@
/* packet-eth.c
* Routines for ethernet packet disassembly
*
- * $Id: packet-eth.c,v 1.65 2001/06/18 02:17:46 guy Exp $
+ * $Id: packet-eth.c,v 1.66 2001/06/29 09:42:45 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
*
* 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/packet-eth.h b/packet-eth.h
index b3c1569aad..385d57e735 100644
--- a/packet-eth.h
+++ b/packet-eth.h
@@ -1,11 +1,10 @@
/* packet-eth.h
*
- * $Id: packet-eth.h,v 1.4 2001/01/21 20:16:01 guy Exp $
+ * $Id: packet-eth.h,v 1.5 2001/06/29 09:42:45 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -28,4 +27,3 @@
void capture_eth(const u_char *, int, packet_counts *);
#endif
-