aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2015-01-15 05:42:06 -0500
committerEvan Huus <eapache@gmail.com>2015-01-15 10:43:11 +0000
commitc2350a5070d4ceda063cf6eea3b0b869c0aebb55 (patch)
treefcf58c60001f101845c46aebc05e4edbd3599294 /epan/dissectors/packet-rsvp.c
parent0d9248e125a3ccf2c33bb13c58a965978f799a7c (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-rsvp.c')
-rw-r--r--epan/dissectors/packet-rsvp.c2
1 files changed, 1 insertions, 1 deletions
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 }