Update Gerald's e-mail address.

svn path=/trunk/; revision=3620
This commit is contained in:
Guy Harris 2001-06-29 09:42:45 +00:00
parent aca26c6f02
commit c94f0e130b
2 changed files with 4 additions and 7 deletions

View File

@ -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

View File

@ -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