aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sap.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-sap.c
parent47552ea3a4faa96f17578ff5700f3c1875f07619 (diff)
Changed flags_set_truth -> tfs_set_notset
svn path=/trunk/; revision=28989
Diffstat (limited to 'epan/dissectors/packet-sap.c')
-rw-r--r--epan/dissectors/packet-sap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sap.c b/epan/dissectors/packet-sap.c
index c9865bcc26..67ecefefb1 100644
--- a/epan/dissectors/packet-sap.c
+++ b/epan/dissectors/packet-sap.c
@@ -299,7 +299,7 @@ void proto_register_sap(void)
{ &hf_sap_flags_r,
{ "Reserved", "sap.flags.r",
- FT_BOOLEAN, 8, TFS(&flags_set_truth), MCAST_SAP_BIT_R,
+ FT_BOOLEAN, 8, TFS(&tfs_set_notset), MCAST_SAP_BIT_R,
NULL, HFILL }},
{ &hf_sap_flags_t,