aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wlccp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-05-26 06:32:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-05-26 06:32:51 +0000
commit6a4ed4f4c33d0a6250dfeb4e5547a944c7a1dcf9 (patch)
tree8bd7db59a48a0f131cc60c825e414f41cf5ce5ea /epan/dissectors/packet-wlccp.c
parent224206b1a346d798f294f42943fdb7d8fdb6a1bf (diff)
From Michael Mann.
Part of "display filters with redundancies of PROTABBREV in them." The ones left outs should be fixed differently I think. Rename som ndps hf variables while at it. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2794 svn path=/trunk/; revision=37406
Diffstat (limited to 'epan/dissectors/packet-wlccp.c')
-rw-r--r--epan/dissectors/packet-wlccp.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/epan/dissectors/packet-wlccp.c b/epan/dissectors/packet-wlccp.c
index 2edc791ac6..a07dc1f2c3 100644
--- a/epan/dissectors/packet-wlccp.c
+++ b/epan/dissectors/packet-wlccp.c
@@ -3600,56 +3600,56 @@ proto_register_wlccp(void)
},
{ &hf_wlccp_null_tlv,
- { "NULL TLV", "wlccp.wlccp_null_tlv",
+ { "NULL TLV", "wlccp.null_tlv",
FT_BYTES, BASE_NONE, NULL ,
0, NULL, HFILL }
},
{ &hf_wlccp_tlv_type,
- { "TLV Type", "wlccp.wlccp_tlv_type",
+ { "TLV Type", "wlccp.tlv_type",
FT_UINT16, BASE_DEC, NULL ,
TLV_TYPE_ID, "TLV Type ID", HFILL }
},
{ &hf_wlccp_tlv_type0,
- { "TLV Type", "wlccp.wlccp_tlv_type",
+ { "TLV Type", "wlccp.tlv_type",
FT_UINT16, BASE_DEC, VALS(wlccp_tlv_typeID_0),
TLV_TYPE_ID, "TLV Type ID", HFILL }
},
{ &hf_wlccp_tlv_type1,
- { "TLV Type", "wlccp.wlccp_tlv_type",
+ { "TLV Type", "wlccp.tlv_type",
FT_UINT16, BASE_DEC, VALS(wlccp_tlv_typeID_1),
TLV_TYPE_ID, "TLV Type ID", HFILL }
},
{ &hf_wlccp_tlv_type2,
- { "TLV Type", "wlccp.wlccp_tlv_type",
+ { "TLV Type", "wlccp.tlv_type",
FT_UINT16, BASE_DEC, VALS(wlccp_tlv_typeID_2),
TLV_TYPE_ID, "TLV Type ID", HFILL }
},
{ &hf_wlccp_tlv_type3,
- { "TLV Type", "wlccp.wlccp_tlv_type",
+ { "TLV Type", "wlccp.tlv_type",
FT_UINT16, BASE_DEC, VALS(wlccp_tlv_typeID_3),
TLV_TYPE_ID, "TLV Type ID", HFILL }
},
{ &hf_wlccp_tlv_type4,
- { "TLV Type", "wlccp.wlccp_tlv_type",
+ { "TLV Type", "wlccp.tlv_type",
FT_UINT16, BASE_DEC, VALS(wlccp_tlv_typeID_4),
TLV_TYPE_ID, "TLV Type ID", HFILL }
},
{ &hf_wlccp_tlv_type5,
- { "TLV Type", "wlccp.wlccp_tlv_type",
+ { "TLV Type", "wlccp.tlv_type",
FT_UINT16, BASE_DEC, VALS(wlccp_tlv_typeID_5),
TLV_TYPE_ID, "TLV Type ID", HFILL }
},
{ &hf_wlccp_tlv_group,
- { "TLV Group", "wlccp.wlccp_tlv_group",
+ { "TLV Group", "wlccp.tlv_group",
FT_UINT16, BASE_DEC, VALS(wlccp_tlv_group_vs) ,
TLV_GROUP_ID, "TLV Group ID", HFILL }
},