From c2350a5070d4ceda063cf6eea3b0b869c0aebb55 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Thu, 15 Jan 2015 05:42:06 -0500 Subject: [PATCH] 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 --- epan/dissectors/packet-rsvp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-rsvp.c b/epan/dissectors/packet-rsvp.c index 4dbbcc65c4..57f0024416 100644 --- a/epan/dissectors/packet-rsvp.c +++ b/epan/dissectors/packet-rsvp.c @@ -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 }