aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-23 17:51:37 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-23 17:51:37 +0000
commitc75f555d8cb42057204a7e9f738cd0bb6b865d6e (patch)
treed605c6be388c451adc3c40e9b1d06d073085f88c /packet-rsvp.c
parent4f10e27d03d0f4becf442551c45bcb086d0218d2 (diff)
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-rsvp.c')
-rw-r--r--packet-rsvp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-rsvp.c b/packet-rsvp.c
index 86c93d329f..e11b0bb555 100644
--- a/packet-rsvp.c
+++ b/packet-rsvp.c
@@ -3,10 +3,10 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: packet-rsvp.c,v 1.38 2001/04/20 01:22:23 guy Exp $
+ * $Id: packet-rsvp.c,v 1.39 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
*
*
@@ -69,10 +69,10 @@
#include "packet.h"
#include "in_cksum.h"
-#include "packet-ip.h"
#include "packet-ipv6.h"
#include "ieee-float.h"
#include "etypes.h"
+#include "ipproto.h"
static int proto_rsvp = -1;