aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-07-22 18:27:13 +0000
committerBill Meier <wmeier@newsguy.com>2008-07-22 18:27:13 +0000
commit67559b7dfe92fcc7171eefb33688652fa2390fc0 (patch)
tree90f4a4a1b9d3712879d8499fe3f1b48d8e648fe6 /epan/dissectors/packet-rsvp.c
parent670f7b46f80601d2d24896873c4e06bae634c2f3 (diff)
Add NULL termination element to value_string arrays
svn path=/trunk/; revision=25793
Diffstat (limited to 'epan/dissectors/packet-rsvp.c')
-rw-r--r--epan/dissectors/packet-rsvp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rsvp.c b/epan/dissectors/packet-rsvp.c
index 1fcb00ad3b..26a4aea65b 100644
--- a/epan/dissectors/packet-rsvp.c
+++ b/epan/dissectors/packet-rsvp.c
@@ -4528,7 +4528,8 @@ dissect_rsvp_lsp_tunnel_if_id (proto_tree *ti, proto_tree *rsvp_object_tree,
{0, "LSP is FA (MPLS-TE topology advertisement only)"},
{1, "LSP is RA (IP network advertisement only)"},
{2, "LSP is RA (both IP and MPLS-TE topology advertisement)"},
- {3, "LSP is to be used as a virtual local link"}
+ {3, "LSP is to be used as a virtual local link"},
+ {0, NULL}
};
proto_item_set_text(ti, "LSP INTERFACE-ID: ");