aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-p7.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-p7.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-p7.h')
-rw-r--r--epan/dissectors/packet-p7.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/dissectors/packet-p7.h b/epan/dissectors/packet-p7.h
index a40d63e1b1..a219740610 100644
--- a/epan/dissectors/packet-p7.h
+++ b/epan/dissectors/packet-p7.h
@@ -3,9 +3,6 @@
/* packet-p7.h */
/* asn2wrs.py -b -C -L -p p7 -c ./p7.cnf -s ./packet-p7-template -D . -O ../.. MSAbstractService.asn MSGeneralAttributeTypes.asn MSAccessProtocol.asn MSUpperBounds.asn */
-/* Input file: packet-p7-template.h */
-
-#line 1 "./asn1/p7/packet-p7-template.h"
/* packet-p7.h
* Routines for X.413 (P7) packet dissection
* Graeme Lunt 2007
@@ -20,14 +17,8 @@
#ifndef PACKET_P7_H
#define PACKET_P7_H
-
-/*--- Included file: packet-p7-exp.h ---*/
-#line 1 "./asn1/p7/packet-p7-exp.h"
extern const value_string p7_SignatureStatus_vals[];
int dissect_p7_SequenceNumber(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_p7_SignatureStatus(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-p7-exp.h ---*/
-#line 16 "./asn1/p7/packet-p7-template.h"
-
#endif /* PACKET_P7_H */