aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cdp.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-02-12 21:26:47 +0000
committerMichael Mann <mmann78@netscape.net>2013-02-12 21:26:47 +0000
commit1c0ef12021eb073358453874ecc69046b5fa74ed (patch)
treeedb78786b6c6f7c5aca1d99bdff4479fc9470275 /epan/dissectors/packet-cdp.c
parentdbe4e9c07bf11db19c17dbfdd508adf092ebb4b0 (diff)
Fix typos in display filters caught by checkfiltername.pl
svn path=/trunk/; revision=47645
Diffstat (limited to 'epan/dissectors/packet-cdp.c')
-rw-r--r--epan/dissectors/packet-cdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cdp.c b/epan/dissectors/packet-cdp.c
index 7ffb2760c2..3558a8bbce 100644
--- a/epan/dissectors/packet-cdp.c
+++ b/epan/dissectors/packet-cdp.c
@@ -1288,7 +1288,7 @@ proto_register_cdp(void)
},
{ &hf_cdp_spare_poe_tlv_poe,
- { "PSE Four-Wire PoE", "csp.spare_poe_tlv.poe", FT_BOOLEAN, 8,
+ { "PSE Four-Wire PoE", "cdp.spare_poe_tlv.poe", FT_BOOLEAN, 8,
TFS(&tfs_supported_not_supported), 0x01, NULL, HFILL }
},