aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-07-14 19:23:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-07-14 19:23:04 +0000
commita945b6917d510fca168d23e808c371da904fd69d (patch)
tree5d3a54a696193d34a50e69617c51fba6bfbe1cb4 /packet-rsvp.c
parent5400a6d916087f74bc5d7b14ab03466fe0f66344 (diff)
Add a Boolean field for the Bundle message type.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5870 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rsvp.c')
-rw-r--r--packet-rsvp.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-rsvp.c b/packet-rsvp.c
index 200854884b..aa8f741862 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.67 2002/06/06 11:02:05 guy Exp $
+ * $Id: packet-rsvp.c,v 1.68 2002/07/14 19:23:04 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -653,6 +653,10 @@ static hf_register_info rsvpf_info[] = {
{ "Resv Tear Confirm Message", "rsvp.rtearconf", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
"", HFILL }},
+ {&rsvp_filter[RSVPF_BUNDLE],
+ { "Bundle Message", "rsvp.bundle", FT_BOOLEAN, BASE_NONE, NULL, 0x0,
+ "", HFILL }},
+
/* Object class */
{&rsvp_filter[RSVPF_OBJECT],
{ "Object class", "rsvp.object", FT_UINT8, BASE_DEC, VALS(rsvp_class_vals), 0x0,