aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-crmf.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-07 16:54:29 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-07 16:54:29 +0000
commit9ade30a7b1683f247ae2fb40cecd07e745d0cb6c (patch)
treefc7077cfdf576673863c1af98e0381262faeb905 /epan/dissectors/packet-crmf.c
parentbd725b667d4dff355af88c4f98994afb3c79cdb2 (diff)
#include <string.h> and/or #include <stdio.h> not needed.
svn path=/trunk/; revision=32417
Diffstat (limited to 'epan/dissectors/packet-crmf.c')
-rw-r--r--epan/dissectors/packet-crmf.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/epan/dissectors/packet-crmf.c b/epan/dissectors/packet-crmf.c
index 9905839397..7099d19acd 100644
--- a/epan/dissectors/packet-crmf.c
+++ b/epan/dissectors/packet-crmf.c
@@ -39,8 +39,6 @@
#include <epan/packet.h>
#include <epan/asn1.h>
-#include <string.h>
-
#include "packet-ber.h"
#include "packet-crmf.h"
#include "packet-cms.h"
@@ -135,7 +133,7 @@ static int hf_crmf_attributes = -1; /* Attributes */
static int hf_crmf_Attributes_item = -1; /* Attribute */
/*--- End of included file: packet-crmf-hf.c ---*/
-#line 50 "packet-crmf-template.c"
+#line 48 "packet-crmf-template.c"
/* Initialize the subtree pointers */
@@ -169,7 +167,7 @@ static gint ett_crmf_PrivateKeyInfo = -1;
static gint ett_crmf_Attributes = -1;
/*--- End of included file: packet-crmf-ett.c ---*/
-#line 53 "packet-crmf-template.c"
+#line 51 "packet-crmf-template.c"
static const char *object_identifier_id;
@@ -865,7 +863,7 @@ static void dissect_EncKeyWithID_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-crmf-fn.c ---*/
-#line 57 "packet-crmf-template.c"
+#line 55 "packet-crmf-template.c"
/*--- proto_register_crmf ----------------------------------------------*/
@@ -1186,7 +1184,7 @@ void proto_register_crmf(void) {
"pkix1explicit.Attribute", HFILL }},
/*--- End of included file: packet-crmf-hfarr.c ---*/
-#line 69 "packet-crmf-template.c"
+#line 67 "packet-crmf-template.c"
};
/* List of subtrees */
@@ -1222,7 +1220,7 @@ void proto_register_crmf(void) {
&ett_crmf_Attributes,
/*--- End of included file: packet-crmf-ettarr.c ---*/
-#line 74 "packet-crmf-template.c"
+#line 72 "packet-crmf-template.c"
};
/* Register protocol */
@@ -1249,6 +1247,6 @@ void proto_reg_handoff_crmf(void) {
/*--- End of included file: packet-crmf-dis-tab.c ---*/
-#line 89 "packet-crmf-template.c"
+#line 87 "packet-crmf-template.c"
}