aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-30 08:34:19 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-30 08:34:19 +0000
commit531cb17873359c47ac707c62946bb1b60c53be7c (patch)
tree7d11705b1b6d871cae85abf6d5ab7f37e1a54e09 /packet-rsvp.c
parentca03167c44822e04c15878bdd3563df757cfed23 (diff)
From Albert Chin: fix various non-GCC compiler warnings.
svn path=/trunk/; revision=5600
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 cf5a44721b..2e5514f79a 100644
--- a/packet-rsvp.c
+++ b/packet-rsvp.c
@@ -3,7 +3,7 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: packet-rsvp.c,v 1.64 2002/05/18 02:05:47 gerald Exp $
+ * $Id: packet-rsvp.c,v 1.65 2002/05/30 08:34:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -199,7 +199,7 @@ enum rsvp_classes {
RSVP_CLASS_SESSION_ATTRIBUTE = 207,
RSVP_CLASS_GENERALIZED_UNI,
RSVP_CLASS_DCLASS = 225,
- RSVP_CLASS_LSP_TUNNEL_IF_ID = 227,
+ RSVP_CLASS_LSP_TUNNEL_IF_ID = 227
};
static value_string rsvp_class_vals[] = {
@@ -316,7 +316,7 @@ enum {
RSVP_SESSION_TYPE_IPV4_LSP = 7,
RSVP_SESSION_TYPE_IPV6_LSP,
- RSVP_SESSION_TYPE_IPV4_UNI = 9,
+ RSVP_SESSION_TYPE_IPV4_UNI = 9
};
/*