aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs1.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pkcs1.c')
-rw-r--r--epan/dissectors/packet-pkcs1.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-pkcs1.c b/epan/dissectors/packet-pkcs1.c
index 82ed6dca48..c7c677c611 100644
--- a/epan/dissectors/packet-pkcs1.c
+++ b/epan/dissectors/packet-pkcs1.c
@@ -37,7 +37,6 @@
#include <glib.h>
#include <epan/packet.h>
-#include <epan/conversation.h>
#include <epan/asn1.h>
#include <stdio.h>
@@ -69,7 +68,7 @@ static int hf_pkcs1_digestAlgorithm = -1; /* DigestAlgorithmIdentifier *
static int hf_pkcs1_digest = -1; /* Digest */
/*--- End of included file: packet-pkcs1-hf.c ---*/
-#line 49 "packet-pkcs1-template.c"
+#line 48 "packet-pkcs1-template.c"
/* Initialize the subtree pointers */
@@ -80,7 +79,7 @@ static gint ett_pkcs1_RSAPrivateKey = -1;
static gint ett_pkcs1_DigestInfo = -1;
/*--- End of included file: packet-pkcs1-ett.c ---*/
-#line 52 "packet-pkcs1-template.c"
+#line 51 "packet-pkcs1-template.c"
/*--- Included file: packet-pkcs1-fn.c ---*/
@@ -178,7 +177,7 @@ dissect_pkcs1_DigestInfo(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offse
/*--- End of included file: packet-pkcs1-fn.c ---*/
-#line 54 "packet-pkcs1-template.c"
+#line 53 "packet-pkcs1-template.c"
/*--- proto_register_pkcs1 ----------------------------------------------*/
void proto_register_pkcs1(void) {
@@ -234,7 +233,7 @@ void proto_register_pkcs1(void) {
"pkcs1.Digest", HFILL }},
/*--- End of included file: packet-pkcs1-hfarr.c ---*/
-#line 61 "packet-pkcs1-template.c"
+#line 60 "packet-pkcs1-template.c"
};
/* List of subtrees */
@@ -247,7 +246,7 @@ void proto_register_pkcs1(void) {
&ett_pkcs1_DigestInfo,
/*--- End of included file: packet-pkcs1-ettarr.c ---*/
-#line 66 "packet-pkcs1-template.c"
+#line 65 "packet-pkcs1-template.c"
};
/* Register protocol */