rsvp: fix typo

caught by test suite as:
Duplicate field detected in call to proto_register_field_array:
rsvp.call_attributes is already registered

Change-Id: Ibf4ead3026b9930fb8f6ab07f0a5a4c299cedc35
Reviewed-on: https://code.wireshark.org/review/6544
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Evan Huus 2015-01-15 05:42:06 -05:00
parent 0d9248e125
commit c2350a5070
1 changed files with 1 additions and 1 deletions

View File

@ -8078,7 +8078,7 @@ proto_register_rsvp(void)
NULL, HFILL }
},
{&hf_rsvp_filter[RSVPF_ASSOCIATION],
{&hf_rsvp_filter[RSVPF_CALL_ATTRIBUTES],
{ "CALL ATTRIBUTES", "rsvp.call_attributes",
FT_NONE, BASE_NONE, NULL, 0x0,
NULL, HFILL }