aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs12.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pkcs12.c')
-rw-r--r--epan/dissectors/packet-pkcs12.c15
1 files changed, 6 insertions, 9 deletions
diff --git a/epan/dissectors/packet-pkcs12.c b/epan/dissectors/packet-pkcs12.c
index 716bd01d9a..cec43d6b80 100644
--- a/epan/dissectors/packet-pkcs12.c
+++ b/epan/dissectors/packet-pkcs12.c
@@ -41,9 +41,6 @@
#include <epan/asn1.h>
#include <epan/prefs.h>
-#include <stdio.h>
-#include <string.h>
-
#include "packet-ber.h"
#include "packet-pkcs12.h"
#include "packet-x509af.h"
@@ -145,7 +142,7 @@ static int hf_pkcs12_encryptionScheme = -1; /* AlgorithmIdentifier */
static int hf_pkcs12_messageAuthScheme = -1; /* AlgorithmIdentifier */
/*--- End of included file: packet-pkcs12-hf.c ---*/
-#line 82 "packet-pkcs12-template.c"
+#line 79 "packet-pkcs12-template.c"
/* Initialize the subtree pointers */
@@ -173,7 +170,7 @@ static gint ett_pkcs12_PBES2Params = -1;
static gint ett_pkcs12_PBMAC1Params = -1;
/*--- End of included file: packet-pkcs12-ett.c ---*/
-#line 85 "packet-pkcs12-template.c"
+#line 82 "packet-pkcs12-template.c"
static void append_oid(proto_tree *tree, const char *oid)
{
@@ -1129,7 +1126,7 @@ static void dissect_PBMAC1Params_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-pkcs12-fn.c ---*/
-#line 386 "packet-pkcs12-template.c"
+#line 383 "packet-pkcs12-template.c"
static int strip_octet_string(tvbuff_t *tvb)
{
@@ -1417,7 +1414,7 @@ void proto_register_pkcs12(void) {
"x509af.AlgorithmIdentifier", HFILL }},
/*--- End of included file: packet-pkcs12-hfarr.c ---*/
-#line 453 "packet-pkcs12-template.c"
+#line 450 "packet-pkcs12-template.c"
};
/* List of subtrees */
@@ -1448,7 +1445,7 @@ void proto_register_pkcs12(void) {
&ett_pkcs12_PBMAC1Params,
/*--- End of included file: packet-pkcs12-ettarr.c ---*/
-#line 459 "packet-pkcs12-template.c"
+#line 456 "packet-pkcs12-template.c"
};
module_t *pkcs12_module;
@@ -1509,7 +1506,7 @@ void proto_reg_handoff_pkcs12(void) {
/*--- End of included file: packet-pkcs12-dis-tab.c ---*/
-#line 491 "packet-pkcs12-template.c"
+#line 488 "packet-pkcs12-template.c"
register_ber_oid_dissector("1.2.840.113549.1.9.22.1", dissect_X509Certificate_OCTETSTRING_PDU, proto_pkcs12, "x509Certificate");