aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
diff options
context:
space:
mode:
authorashokn <ashokn@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-19 17:45:04 +0000
committerashokn <ashokn@f5534014-38df-0310-8fa8-9805f1628bb7>2004-05-19 17:45:04 +0000
commit867837adf2353e21e6fabce861ea82faebf5d46b (patch)
tree2e660a2086e2dfe728b9d1076f5b8207c67f0417 /packet-rsvp.c
parent0b463c9cd8748de4810a94c1f70ce10aa7e536ec (diff)
Fixes to LMP for draft-09 support.
Minor fix to RSVP for G-UNI object number. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10920 f5534014-38df-0310-8fa8-9805f1628bb7
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 50d098542e..247c0cc959 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.88 2004/03/24 04:26:05 guy Exp $
+ * $Id: packet-rsvp.c,v 1.89 2004/05/19 17:45:04 ashokn Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -238,9 +238,9 @@ enum rsvp_classes {
RSVP_CLASS_FAST_REROUTE = 205,
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,
+ RSVP_CLASS_GENERALIZED_UNI = 229
};