aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs12.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-11-01 22:30:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-11-01 22:30:14 +0000
commite375c3990afef53e911cdf3105f89aab4b47b7b7 (patch)
tree7b4756ec9a0e90f356c2066e7fc9c4ff4fd07cd2 /epan/dissectors/packet-pkcs12.c
parent7ce0cd961e76ba84639236970a4eb9bd65e28657 (diff)
Regenerate all asn2wrs generated dissectors
svn path=/trunk/; revision=26670
Diffstat (limited to 'epan/dissectors/packet-pkcs12.c')
-rw-r--r--epan/dissectors/packet-pkcs12.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-pkcs12.c b/epan/dissectors/packet-pkcs12.c
index 174dad2e45..8d537ffede 100644
--- a/epan/dissectors/packet-pkcs12.c
+++ b/epan/dissectors/packet-pkcs12.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-pkcs12.c */
-/* ../../tools/asn2wrs.py -b -e -p pkcs12 -c ./pkcs12.cnf -s ./packet-pkcs12-template -D . pkcs12.asn */
+/* ../../tools/asn2wrs.py -b -e -p pkcs12 -c pkcs12.cnf -s packet-pkcs12-template pkcs12.asn */
/* Input file: packet-pkcs12-template.c */
@@ -1289,11 +1289,11 @@ void proto_register_pkcs12(void) {
FT_BYTES, BASE_HEX, NULL, 0,
"cms.Digest", HFILL }},
{ &hf_pkcs12_AuthenticatedSafe_item,
- { "Item", "pkcs12.AuthenticatedSafe_item",
+ { "AuthenticatedSafe", "pkcs12.AuthenticatedSafe_item",
FT_NONE, BASE_NONE, NULL, 0,
"cms.ContentInfo", HFILL }},
{ &hf_pkcs12_SafeContents_item,
- { "Item", "pkcs12.SafeContents_item",
+ { "SafeContents", "pkcs12.SafeContents_item",
FT_NONE, BASE_NONE, NULL, 0,
"pkcs12.SafeBag", HFILL }},
{ &hf_pkcs12_bagId,
@@ -1309,7 +1309,7 @@ void proto_register_pkcs12(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"pkcs12.SET_OF_PKCS12Attribute", HFILL }},
{ &hf_pkcs12_bagAttributes_item,
- { "Item", "pkcs12.bagAttributes_item",
+ { "bagAttributes", "pkcs12.bagAttributes_item",
FT_NONE, BASE_NONE, NULL, 0,
"pkcs12.PKCS12Attribute", HFILL }},
{ &hf_pkcs12_certId,
@@ -1345,7 +1345,7 @@ void proto_register_pkcs12(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"pkcs12.T_attrValues", HFILL }},
{ &hf_pkcs12_attrValues_item,
- { "Item", "pkcs12.attrValues_item",
+ { "attrValues", "pkcs12.attrValues_item",
FT_NONE, BASE_NONE, NULL, 0,
"pkcs12.T_attrValues_item", HFILL }},
{ &hf_pkcs12_privateKeyVersion,
@@ -1365,7 +1365,7 @@ void proto_register_pkcs12(void) {
FT_UINT32, BASE_DEC, NULL, 0,
"pkcs12.Attributes", HFILL }},
{ &hf_pkcs12_Attributes_item,
- { "Item", "pkcs12.Attributes_item",
+ { "Attributes", "pkcs12.Attributes_item",
FT_NONE, BASE_NONE, NULL, 0,
"x509if.Attribute", HFILL }},
{ &hf_pkcs12_encryptionAlgorithm,