aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cms.h
diff options
context:
space:
mode:
authorJoakim Karlsson <oakimk@gmail.com>2022-11-30 13:23:33 +0100
committerAndersBroman <a.broman58@gmail.com>2022-11-30 17:31:46 +0000
commit4b0bf62791c093e242565739aa0ec7a5ad335dfe (patch)
treee42035053723538998a8a74d003ac1556d5936d5 /epan/dissectors/packet-cms.h
parent729ea56b46b1c9faca58108b26723d1ddc986a1b (diff)
asn2wrs: disable template line directive by default
Same as with !8955, To debug with line directive build with -DENABLE_DEBUG_A2W=ON flag
Diffstat (limited to 'epan/dissectors/packet-cms.h')
-rw-r--r--epan/dissectors/packet-cms.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/dissectors/packet-cms.h b/epan/dissectors/packet-cms.h
index 191096c29f..48b7e05439 100644
--- a/epan/dissectors/packet-cms.h
+++ b/epan/dissectors/packet-cms.h
@@ -3,9 +3,6 @@
/* packet-cms.h */
/* asn2wrs.py -b -C -L -p cms -c ./cms.cnf -s ./packet-cms-template -D . -O ../.. CryptographicMessageSyntax.asn AttributeCertificateVersion1.asn CMSFirmwareWrapper.asn */
-/* Input file: packet-cms-template.h */
-
-#line 1 "./asn1/cms/packet-cms-template.h"
/* packet-cms.h
* Routines for RFC5652 Cryptographic Message Syntax packet dissection
* Ronnie Sahlberg 2004
@@ -21,9 +18,6 @@
#ifndef PACKET_CMS_H
#define PACKET_CMS_H
-
-/*--- Included file: packet-cms-exp.h ---*/
-#line 1 "./asn1/cms/packet-cms-exp.h"
extern const value_string cms_SignerIdentifier_vals[];
int dissect_cms_ContentInfo(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_cms_ContentType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
@@ -43,8 +37,5 @@ int dissect_cms_IssuerAndSerialNumber(gboolean implicit_tag _U_, tvbuff_t *tvb _
int dissect_cms_Countersignature(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_cms_DigestInfo(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
-/*--- End of included file: packet-cms-exp.h ---*/
-#line 17 "./asn1/cms/packet-cms-template.h"
-
#endif /* PACKET_CMS_H */