aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ns_cert_exts.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-11 02:33:30 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-11 02:33:30 +0000
commit996a6b381733eb4d10fe15edaf2b8e71ee8fd850 (patch)
tree5369fadcd3928598d4854a7661e7a55913f8737f /epan/dissectors/packet-ns_cert_exts.c
parent60b8391d5b82e47a719cef318d4e1d06995f7c69 (diff)
Regenerate a few more of the ASN.1 dissectors
svn path=/trunk/; revision=32744
Diffstat (limited to 'epan/dissectors/packet-ns_cert_exts.c')
-rw-r--r--epan/dissectors/packet-ns_cert_exts.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-ns_cert_exts.c b/epan/dissectors/packet-ns_cert_exts.c
index af2f430a9a..b79c408fa0 100644
--- a/epan/dissectors/packet-ns_cert_exts.c
+++ b/epan/dissectors/packet-ns_cert_exts.c
@@ -238,35 +238,35 @@ void proto_register_ns_cert_exts(void) {
{ &hf_ns_cert_exts_BaseUrl_PDU,
{ "BaseUrl", "ns_cert_exts.BaseUrl",
FT_STRING, BASE_NONE, NULL, 0,
- "ns_cert_exts.BaseUrl", HFILL }},
+ NULL, HFILL }},
{ &hf_ns_cert_exts_RevocationUrl_PDU,
{ "RevocationUrl", "ns_cert_exts.RevocationUrl",
FT_STRING, BASE_NONE, NULL, 0,
- "ns_cert_exts.RevocationUrl", HFILL }},
+ NULL, HFILL }},
{ &hf_ns_cert_exts_CaRevocationUrl_PDU,
{ "CaRevocationUrl", "ns_cert_exts.CaRevocationUrl",
FT_STRING, BASE_NONE, NULL, 0,
- "ns_cert_exts.CaRevocationUrl", HFILL }},
+ NULL, HFILL }},
{ &hf_ns_cert_exts_CaPolicyUrl_PDU,
{ "CaPolicyUrl", "ns_cert_exts.CaPolicyUrl",
FT_STRING, BASE_NONE, NULL, 0,
- "ns_cert_exts.CaPolicyUrl", HFILL }},
+ NULL, HFILL }},
{ &hf_ns_cert_exts_Comment_PDU,
{ "Comment", "ns_cert_exts.Comment",
FT_STRING, BASE_NONE, NULL, 0,
- "ns_cert_exts.Comment", HFILL }},
+ NULL, HFILL }},
{ &hf_ns_cert_exts_SslServerName_PDU,
{ "SslServerName", "ns_cert_exts.SslServerName",
FT_STRING, BASE_NONE, NULL, 0,
- "ns_cert_exts.SslServerName", HFILL }},
+ NULL, HFILL }},
{ &hf_ns_cert_exts_CertRenewalUrl_PDU,
{ "CertRenewalUrl", "ns_cert_exts.CertRenewalUrl",
FT_STRING, BASE_NONE, NULL, 0,
- "ns_cert_exts.CertRenewalUrl", HFILL }},
+ NULL, HFILL }},
{ &hf_ns_cert_exts_CertType_PDU,
{ "CertType", "ns_cert_exts.CertType",
FT_BYTES, BASE_NONE, NULL, 0,
- "ns_cert_exts.CertType", HFILL }},
+ NULL, HFILL }},
{ &hf_ns_cert_exts_CertType_ssl_client,
{ "ssl-client", "ns_cert_exts.ssl-client",
FT_BOOLEAN, 8, NULL, 0x80,