From 0266cceef3e00f56bcdf68282a3937a18cd956de Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 29 Nov 2012 20:15:37 +0000 Subject: Make all enum_val_t's const. svn path=/trunk/; revision=46292 --- epan/dissectors/packet-rsvp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-rsvp.c') diff --git a/epan/dissectors/packet-rsvp.c b/epan/dissectors/packet-rsvp.c index 06ccb0ccb1..0e9c6ed604 100644 --- a/epan/dissectors/packet-rsvp.c +++ b/epan/dissectors/packet-rsvp.c @@ -380,7 +380,7 @@ static gint ett_treelist[TT_MAX]; static gboolean rsvp_bundle_dissect = TRUE; /* FF: How should we dissect generalized label? */ -static enum_val_t rsvp_generalized_label_options[] = { +static const enum_val_t rsvp_generalized_label_options[] = { /* see RFC 3471 Section 3.2.1.2 */ { "data", "data (no interpretation)", 1 }, /* see RFC 4606 Section 3 */ @@ -4210,7 +4210,7 @@ dissect_rsvp_session_attribute(proto_item *ti, proto_tree *rsvp_object_tree, } /*------------------------------------------------------------------------------ - * EXPLICIT ROUTE AND RECORD ROUTE SUBOBJECTS, + * EXPLICIT ROUTE AND RECORD ROUTE SUBOBJECTS, * RFC 3209, RFC 3473, RFC 5420, RFC 4873, RFC 5553 *------------------------------------------------------------------------------*/ static void -- cgit v1.2.3