From 1350d63c1e4f7533c644971e8374044e2dbd2038 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 10 Jan 2008 16:35:54 +0000 Subject: From Chris Maynard (bug 1852): These packet-g*.c files all have display filter issues: 1) packet-gryphon.c: PROTOABBREV is "gryphon", but display filter fields are prefixed with only "gryph". 2) packet-gmrp.c: PROTOABBREV is "gmrp", but display filter fields are prefixed with "garp". 3) packet-gssapi.c: PROTOABBREV is "gss-api", but display filter fields are prefixed with "gssapi". 4) packet-gvrp.c: PROTOABBREV is "gvrp", but display filter fields are prefixed with "garp", most of which conflict with packet-gmrp.c's display filter fields. svn path=/trunk/; revision=24058 --- epan/dissectors/packet-gmrp.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'epan/dissectors/packet-gmrp.c') diff --git a/epan/dissectors/packet-gmrp.c b/epan/dissectors/packet-gmrp.c index 91478ef070..458d10aef6 100644 --- a/epan/dissectors/packet-gmrp.c +++ b/epan/dissectors/packet-gmrp.c @@ -345,32 +345,32 @@ proto_register_gmrp(void) { static hf_register_info hf[] = { { &hf_gmrp_proto_id, - { "Protocol ID", "garp.protocol_id", + { "Protocol ID", "gmrp.protocol_id", FT_UINT16, BASE_HEX, NULL, 0x0, "" , HFILL } }, { &hf_gmrp_attribute_type, - { "Type", "garp.attribute_type", + { "Type", "gmrp.attribute_type", FT_UINT8, BASE_HEX, VALS(attribute_type_vals), 0x0, "" , HFILL } }, { &hf_gmrp_attribute_length, - { "Length", "garp.attribute_length", + { "Length", "gmrp.attribute_length", FT_UINT8, BASE_DEC, NULL, 0x0, "" , HFILL } }, { &hf_gmrp_attribute_event, - { "Event", "garp.attribute_event", + { "Event", "gmrp.attribute_event", FT_UINT8, BASE_DEC, VALS(event_vals), 0x0, "" , HFILL } }, { &hf_gmrp_attribute_value_group_membership, - { "Value", "garp.attribute_value_group_membership", + { "Value", "gmrp.attribute_value_group_membership", FT_ETHER, BASE_HEX, NULL, 0x0, "" , HFILL } }, { &hf_gmrp_attribute_value_service_requirement, - { "Value", "garp.attribute_value_service_requirement", + { "Value", "gmrp.attribute_value_service_requirement", FT_UINT8, BASE_HEX, NULL, 0x0, "" , HFILL } } -- cgit v1.2.3