aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509ce.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-04-04 14:49:57 +0200
committerAnders Broman <a.broman58@gmail.com>2019-04-04 13:26:33 +0000
commit7edadf9ce38d3c983d8911200aa46f49ade26f2e (patch)
treebc747e60a2b59d2e9bab81889f7f00c222a19bd1 /epan/dissectors/packet-x509ce.c
parentb0b02ec245b694251488c80cb605dddf66512b03 (diff)
asn2wrs: Improve filtername of named bits.
Change-Id: Ie22137e95c8752a0783e3e9ff99b45c0b79b0d4a Reviewed-on: https://code.wireshark.org/review/32714 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-x509ce.c')
-rw-r--r--epan/dissectors/packet-x509ce.c54
1 files changed, 27 insertions, 27 deletions
diff --git a/epan/dissectors/packet-x509ce.c b/epan/dissectors/packet-x509ce.c
index 73a7a9cf30..e6fbca3098 100644
--- a/epan/dissectors/packet-x509ce.c
+++ b/epan/dissectors/packet-x509ce.c
@@ -2692,111 +2692,111 @@ void proto_register_x509ce(void) {
FT_UINT64, BASE_DEC, NULL, 0,
"INTEGER_0_MAX", HFILL }},
{ &hf_x509ce_KeyUsage_digitalSignature,
- { "digitalSignature", "x509ce.digitalSignature",
+ { "digitalSignature", "x509ce.KeyUsage.digitalSignature",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_x509ce_KeyUsage_contentCommitment,
- { "contentCommitment", "x509ce.contentCommitment",
+ { "contentCommitment", "x509ce.KeyUsage.contentCommitment",
FT_BOOLEAN, 8, NULL, 0x40,
NULL, HFILL }},
{ &hf_x509ce_KeyUsage_keyEncipherment,
- { "keyEncipherment", "x509ce.keyEncipherment",
+ { "keyEncipherment", "x509ce.KeyUsage.keyEncipherment",
FT_BOOLEAN, 8, NULL, 0x20,
NULL, HFILL }},
{ &hf_x509ce_KeyUsage_dataEncipherment,
- { "dataEncipherment", "x509ce.dataEncipherment",
+ { "dataEncipherment", "x509ce.KeyUsage.dataEncipherment",
FT_BOOLEAN, 8, NULL, 0x10,
NULL, HFILL }},
{ &hf_x509ce_KeyUsage_keyAgreement,
- { "keyAgreement", "x509ce.keyAgreement",
+ { "keyAgreement", "x509ce.KeyUsage.keyAgreement",
FT_BOOLEAN, 8, NULL, 0x08,
NULL, HFILL }},
{ &hf_x509ce_KeyUsage_keyCertSign,
- { "keyCertSign", "x509ce.keyCertSign",
+ { "keyCertSign", "x509ce.KeyUsage.keyCertSign",
FT_BOOLEAN, 8, NULL, 0x04,
NULL, HFILL }},
{ &hf_x509ce_KeyUsage_cRLSign,
- { "cRLSign", "x509ce.cRLSign",
+ { "cRLSign", "x509ce.KeyUsage.cRLSign",
FT_BOOLEAN, 8, NULL, 0x02,
NULL, HFILL }},
{ &hf_x509ce_KeyUsage_encipherOnly,
- { "encipherOnly", "x509ce.encipherOnly",
+ { "encipherOnly", "x509ce.KeyUsage.encipherOnly",
FT_BOOLEAN, 8, NULL, 0x01,
NULL, HFILL }},
{ &hf_x509ce_KeyUsage_decipherOnly,
- { "decipherOnly", "x509ce.decipherOnly",
+ { "decipherOnly", "x509ce.KeyUsage.decipherOnly",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_x509ce_OnlyCertificateTypes_user,
- { "user", "x509ce.user",
+ { "user", "x509ce.OnlyCertificateTypes.user",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_x509ce_OnlyCertificateTypes_authority,
- { "authority", "x509ce.authority",
+ { "authority", "x509ce.OnlyCertificateTypes.authority",
FT_BOOLEAN, 8, NULL, 0x40,
NULL, HFILL }},
{ &hf_x509ce_OnlyCertificateTypes_attribute,
- { "attribute", "x509ce.attribute",
+ { "attribute", "x509ce.OnlyCertificateTypes.attribute",
FT_BOOLEAN, 8, NULL, 0x20,
NULL, HFILL }},
{ &hf_x509ce_ReasonFlags_unused,
- { "unused", "x509ce.unused",
+ { "unused", "x509ce.ReasonFlags.unused",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_x509ce_ReasonFlags_keyCompromise,
- { "keyCompromise", "x509ce.keyCompromise",
+ { "keyCompromise", "x509ce.ReasonFlags.keyCompromise",
FT_BOOLEAN, 8, NULL, 0x40,
NULL, HFILL }},
{ &hf_x509ce_ReasonFlags_cACompromise,
- { "cACompromise", "x509ce.cACompromise",
+ { "cACompromise", "x509ce.ReasonFlags.cACompromise",
FT_BOOLEAN, 8, NULL, 0x20,
NULL, HFILL }},
{ &hf_x509ce_ReasonFlags_affiliationChanged,
- { "affiliationChanged", "x509ce.affiliationChanged",
+ { "affiliationChanged", "x509ce.ReasonFlags.affiliationChanged",
FT_BOOLEAN, 8, NULL, 0x10,
NULL, HFILL }},
{ &hf_x509ce_ReasonFlags_superseded,
- { "superseded", "x509ce.superseded",
+ { "superseded", "x509ce.ReasonFlags.superseded",
FT_BOOLEAN, 8, NULL, 0x08,
NULL, HFILL }},
{ &hf_x509ce_ReasonFlags_cessationOfOperation,
- { "cessationOfOperation", "x509ce.cessationOfOperation",
+ { "cessationOfOperation", "x509ce.ReasonFlags.cessationOfOperation",
FT_BOOLEAN, 8, NULL, 0x04,
NULL, HFILL }},
{ &hf_x509ce_ReasonFlags_certificateHold,
- { "certificateHold", "x509ce.certificateHold",
+ { "certificateHold", "x509ce.ReasonFlags.certificateHold",
FT_BOOLEAN, 8, NULL, 0x02,
NULL, HFILL }},
{ &hf_x509ce_ReasonFlags_privilegeWithdrawn,
- { "privilegeWithdrawn", "x509ce.privilegeWithdrawn",
+ { "privilegeWithdrawn", "x509ce.ReasonFlags.privilegeWithdrawn",
FT_BOOLEAN, 8, NULL, 0x01,
NULL, HFILL }},
{ &hf_x509ce_ReasonFlags_aACompromise,
- { "aACompromise", "x509ce.aACompromise",
+ { "aACompromise", "x509ce.ReasonFlags.aACompromise",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_x509ce_EntrustInfoFlags_keyUpdateAllowed,
- { "keyUpdateAllowed", "x509ce.keyUpdateAllowed",
+ { "keyUpdateAllowed", "x509ce.EntrustInfoFlags.keyUpdateAllowed",
FT_BOOLEAN, 8, NULL, 0x80,
NULL, HFILL }},
{ &hf_x509ce_EntrustInfoFlags_newExtensions,
- { "newExtensions", "x509ce.newExtensions",
+ { "newExtensions", "x509ce.EntrustInfoFlags.newExtensions",
FT_BOOLEAN, 8, NULL, 0x40,
NULL, HFILL }},
{ &hf_x509ce_EntrustInfoFlags_pKIXCertificate,
- { "pKIXCertificate", "x509ce.pKIXCertificate",
+ { "pKIXCertificate", "x509ce.EntrustInfoFlags.pKIXCertificate",
FT_BOOLEAN, 8, NULL, 0x20,
NULL, HFILL }},
{ &hf_x509ce_EntrustInfoFlags_enterpriseCategory,
- { "enterpriseCategory", "x509ce.enterpriseCategory",
+ { "enterpriseCategory", "x509ce.EntrustInfoFlags.enterpriseCategory",
FT_BOOLEAN, 8, NULL, 0x10,
NULL, HFILL }},
{ &hf_x509ce_EntrustInfoFlags_webCategory,
- { "webCategory", "x509ce.webCategory",
+ { "webCategory", "x509ce.EntrustInfoFlags.webCategory",
FT_BOOLEAN, 8, NULL, 0x08,
NULL, HFILL }},
{ &hf_x509ce_EntrustInfoFlags_sETCategory,
- { "sETCategory", "x509ce.sETCategory",
+ { "sETCategory", "x509ce.EntrustInfoFlags.sETCategory",
FT_BOOLEAN, 8, NULL, 0x04,
NULL, HFILL }},