diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-04-23 17:51:37 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-04-23 17:51:37 +0000 |
commit | c75f555d8cb42057204a7e9f738cd0bb6b865d6e (patch) | |
tree | d605c6be388c451adc3c40e9b1d06d073085f88c /packet-eigrp.c | |
parent | 4f10e27d03d0f4becf442551c45bcb086d0218d2 (diff) | |
download | wireshark-c75f555d8cb42057204a7e9f738cd0bb6b865d6e.tar.gz wireshark-c75f555d8cb42057204a7e9f738cd0bb6b865d6e.tar.bz2 wireshark-c75f555d8cb42057204a7e9f738cd0bb6b865d6e.zip |
Move the declarations of IP protocol numbers to "ipproto.h" from
"packet-ip.h".
Fix Gerald's address in some files while we're at it.
svn path=/trunk/; revision=3366
Diffstat (limited to 'packet-eigrp.c')
-rw-r--r-- | packet-eigrp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-eigrp.c b/packet-eigrp.c index b58d1cb262..43b9147c05 100644 --- a/packet-eigrp.c +++ b/packet-eigrp.c @@ -2,10 +2,10 @@ * Routines for EIGRP dissection * Copyright 2000, Paul Ionescu <paul@acorp.ro> * - * $Id: packet-eigrp.c,v 1.14 2001/04/20 08:14:35 guy Exp $ + * $Id: packet-eigrp.c,v 1.15 2001/04/23 17:51:33 guy Exp $ * * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@zing.org> + * By Gerald Combs <gerald@ethereal.com> * Copyright 1998 Gerald Combs * * @@ -41,7 +41,7 @@ #include "resolv.h" #include "atalk-utils.h" -#include "packet-ip.h" +#include "ipproto.h" #include "packet-ipx.h" #define EIGRP_UPDATE 0x01 |