summaryrefslogtreecommitdiff
path: root/asn1/spnego
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 /asn1/spnego
parent47552ea3a4faa96f17578ff5700f3c1875f07619 (diff)
downloadwireshark-4d8dd01e8ee52a84eab91627d4a84d252eff0699.tar.gz
Changed flags_set_truth -> tfs_set_notset
svn path=/trunk/; revision=28989
Diffstat (limited to 'asn1/spnego')
-rw-r--r--asn1/spnego/packet-spnego-template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/spnego/packet-spnego-template.c b/asn1/spnego/packet-spnego-template.c
index 4ad02373f2..c9029979c2 100644
--- a/asn1/spnego/packet-spnego-template.c
+++ b/asn1/spnego/packet-spnego-template.c
@@ -1354,13 +1354,13 @@ void proto_register_spnego(void) {
NULL, 0, "KRB5 CFX Flags", HFILL}},
{ &hf_spnego_krb5_cfx_flags_01,
{ "SendByAcceptor", "spnego.krb5.send_by_acceptor", FT_BOOLEAN, 8,
- TFS (&flags_set_truth), 0x01, NULL, HFILL}},
+ TFS (&tfs_set_notset), 0x01, NULL, HFILL}},
{ &hf_spnego_krb5_cfx_flags_02,
{ "Sealed", "spnego.krb5.sealed", FT_BOOLEAN, 8,
- TFS (&flags_set_truth), 0x02, NULL, HFILL}},
+ TFS (&tfs_set_notset), 0x02, NULL, HFILL}},
{ &hf_spnego_krb5_cfx_flags_04,
{ "AcceptorSubkey", "spnego.krb5.acceptor_subkey", FT_BOOLEAN, 8,
- TFS (&flags_set_truth), 0x04, NULL, HFILL}},
+ TFS (&tfs_set_notset), 0x04, NULL, HFILL}},
{ &hf_spnego_krb5_cfx_ec,
{ "krb5_cfx_ec", "spnego.krb5.cfx_ec", FT_UINT16, BASE_DEC,
NULL, 0, "KRB5 CFX Extra Count", HFILL}},