Add a Boolean field for the Bundle message type.

svn path=/trunk/; revision=5870
This commit is contained in:
Guy Harris 2002-07-14 19:23:04 +00:00
parent 3dc1693e97
commit 5e2787151a
1 changed files with 5 additions and 1 deletions

View File

@ -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,