aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wassp.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-wassp.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-wassp.c')
-rw-r--r--epan/dissectors/packet-wassp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-wassp.c b/epan/dissectors/packet-wassp.c
index 7a2fed9f1f..d6146e0dde 100644
--- a/epan/dissectors/packet-wassp.c
+++ b/epan/dissectors/packet-wassp.c
@@ -1240,11 +1240,11 @@ proto_register_wassp(void)
0x0, NULL, HFILL }},
{ &hf_wassp_vlan_tag,
- { "WASSP-VLAN-TAG", "wassp.wassp.vlan.tag", FT_INT32, BASE_DEC, NULL,
+ { "WASSP-VLAN-TAG", "wassp.vlan.tag", FT_INT32, BASE_DEC, NULL,
0x0, NULL, HFILL }},
{ &hf_wassp_tunnel_type,
- { "WASSP-TUNNEL-TYPE", "wassp.wassp.tunnel.type", FT_UINT32, BASE_DEC, NULL,
+ { "WASSP-TUNNEL-TYPE", "wassp.tunnel.type", FT_UINT32, BASE_DEC, NULL,
0x0, NULL, HFILL }},
{ &hf_ap_dhcp_mode,