diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-06-29 09:42:45 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-06-29 09:42:45 +0000 |
commit | c94f0e130b3e4fdb4f4f6fdf82130166fa011392 (patch) | |
tree | 8bc090386d9c489266113c0439b7a98b8321e8e5 /packet-eth.h | |
parent | aca26c6f023abe2b9abd084fb735d733647c4e35 (diff) | |
download | wireshark-c94f0e130b3e4fdb4f4f6fdf82130166fa011392.tar.gz wireshark-c94f0e130b3e4fdb4f4f6fdf82130166fa011392.tar.bz2 wireshark-c94f0e130b3e4fdb4f4f6fdf82130166fa011392.zip |
Update Gerald's e-mail address.
svn path=/trunk/; revision=3620
Diffstat (limited to 'packet-eth.h')
-rw-r--r-- | packet-eth.h | 6 |
1 files changed, 2 insertions, 4 deletions
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 - |