aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-extreme.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 14:54:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 14:54:15 +0000
commit4d8dd01e8ee52a84eab91627d4a84d252eff0699 (patch)
treecc147e3c2dfd3eac481e11d414939851ddc6574e /epan/dissectors/packet-extreme.c
parent47552ea3a4faa96f17578ff5700f3c1875f07619 (diff)
Changed flags_set_truth -> tfs_set_notset
svn path=/trunk/; revision=28989
Diffstat (limited to 'epan/dissectors/packet-extreme.c')
-rw-r--r--epan/dissectors/packet-extreme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-extreme.c b/epan/dissectors/packet-extreme.c
index a6f11ac8e2..24212fe8c4 100644
--- a/epan/dissectors/packet-extreme.c
+++ b/epan/dissectors/packet-extreme.c
@@ -1231,7 +1231,7 @@ proto_register_edp(void)
0x0, NULL, HFILL }},
{ &hf_edp_vlan_flags_ip,
- { "Flags-IP", "edp.vlan.flags.ip", FT_BOOLEAN, 8, TFS(&flags_set_truth),
+ { "Flags-IP", "edp.vlan.flags.ip", FT_BOOLEAN, 8, TFS(&tfs_set_notset),
0x80, "Vlan has IP address configured", HFILL }},
{ &hf_edp_vlan_flags_reserved,
@@ -1239,7 +1239,7 @@ proto_register_edp(void)
0x7e, NULL, HFILL }},
{ &hf_edp_vlan_flags_unknown,
- { "Flags-Unknown", "edp.vlan.flags.unknown", FT_BOOLEAN, 8, TFS(&flags_set_truth),
+ { "Flags-Unknown", "edp.vlan.flags.unknown", FT_BOOLEAN, 8, TFS(&tfs_set_notset),
0x01, NULL, HFILL }},
{ &hf_edp_vlan_reserved1,