summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-pkix1implicit.c2
-rw-r--r--epan/dissectors/packet-pkix1implicit.h8
2 files changed, 8 insertions, 2 deletions
diff --git a/epan/dissectors/packet-pkix1implicit.c b/epan/dissectors/packet-pkix1implicit.c
index 3f4c450f13..933299a0fc 100644
--- a/epan/dissectors/packet-pkix1implicit.c
+++ b/epan/dissectors/packet-pkix1implicit.c
@@ -201,7 +201,7 @@ static ber_sequence UserNotice_sequence[] = {
{ 0, 0, 0, NULL }
};
-static int
+int
dissect_pkix1implicit_UserNotice(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
offset = dissect_ber_sequence(implicit_tag, pinfo, tree, tvb, offset,
UserNotice_sequence, hf_index, ett_pkix1implicit_UserNotice);
diff --git a/epan/dissectors/packet-pkix1implicit.h b/epan/dissectors/packet-pkix1implicit.h
index 162152a43e..322cdde86b 100644
--- a/epan/dissectors/packet-pkix1implicit.h
+++ b/epan/dissectors/packet-pkix1implicit.h
@@ -32,7 +32,13 @@
#ifndef PACKET_PKIX1IMPLICIT_H
#define PACKET_PKIX1IMPLICIT_H
-/*#include "packet-pkix1implicit-exp.h"*/
+
+/*--- Included file: packet-pkix1implicit-exp.h ---*/
+
+int dissect_pkix1implicit_UserNotice(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index);
+
+/*--- End of included file: packet-pkix1implicit-exp.h ---*/
+
#endif /* PACKET_PKIX1IMPLICIT_H */