aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-crmf.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-06 17:01:14 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-06 17:01:14 +0000
commite792d7ccedfb93e924f0d5369b307c0737e4ca3f (patch)
tree359e3a3d95eeca6bdb24e0c7470d16982b966d28 /epan/dissectors/packet-crmf.c
parent6887130562bc2fa7e7d8f67f5d3f9082a0a4ae7b (diff)
#include <stdio.h> not needed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32405 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-crmf.c')
-rw-r--r--epan/dissectors/packet-crmf.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/epan/dissectors/packet-crmf.c b/epan/dissectors/packet-crmf.c
index 858e0e0f0c..9905839397 100644
--- a/epan/dissectors/packet-crmf.c
+++ b/epan/dissectors/packet-crmf.c
@@ -39,7 +39,6 @@
#include <epan/packet.h>
#include <epan/asn1.h>
-#include <stdio.h>
#include <string.h>
#include "packet-ber.h"
@@ -136,7 +135,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 51 "packet-crmf-template.c"
+#line 50 "packet-crmf-template.c"
/* Initialize the subtree pointers */
@@ -170,7 +169,7 @@ static gint ett_crmf_PrivateKeyInfo = -1;
static gint ett_crmf_Attributes = -1;
/*--- End of included file: packet-crmf-ett.c ---*/
-#line 54 "packet-crmf-template.c"
+#line 53 "packet-crmf-template.c"
static const char *object_identifier_id;
@@ -866,7 +865,7 @@ static void dissect_EncKeyWithID_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-crmf-fn.c ---*/
-#line 58 "packet-crmf-template.c"
+#line 57 "packet-crmf-template.c"
/*--- proto_register_crmf ----------------------------------------------*/
@@ -1187,7 +1186,7 @@ void proto_register_crmf(void) {
"pkix1explicit.Attribute", HFILL }},
/*--- End of included file: packet-crmf-hfarr.c ---*/
-#line 70 "packet-crmf-template.c"
+#line 69 "packet-crmf-template.c"
};
/* List of subtrees */
@@ -1223,7 +1222,7 @@ void proto_register_crmf(void) {
&ett_crmf_Attributes,
/*--- End of included file: packet-crmf-ettarr.c ---*/
-#line 75 "packet-crmf-template.c"
+#line 74 "packet-crmf-template.c"
};
/* Register protocol */
@@ -1250,6 +1249,6 @@ void proto_reg_handoff_crmf(void) {
/*--- End of included file: packet-crmf-dis-tab.c ---*/
-#line 90 "packet-crmf-template.c"
+#line 89 "packet-crmf-template.c"
}