aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-p22.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-p22.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-p22.h')
-rw-r--r--epan/dissectors/packet-p22.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/dissectors/packet-p22.h b/epan/dissectors/packet-p22.h
index 885f91a042..2011ed4467 100644
--- a/epan/dissectors/packet-p22.h
+++ b/epan/dissectors/packet-p22.h
@@ -3,9 +3,6 @@
/* packet-p22.h */
/* asn2wrs.py -b -C -L -p p22 -c ./p22.cnf -s ./packet-p22-template -D . -O ../.. IPMSInformationObjects.asn IPMSHeadingExtensions.asn IPMSExtendedBodyPartTypes2.asn IPMSFileTransferBodyPartType.asn IPMSExtendedVoiceBodyPartType.asn IPMSForwardedContentBodyPartType.asn IPMSMessageStoreAttributes.asn IPMSSecurityExtensions.asn IPMSObjectIdentifiers.asn IPMSUpperBounds.asn */
-/* Input file: packet-p22-template.h */
-
-#line 1 "./asn1/p22/packet-p22-template.h"
/* packet-p22.h
* Routines for X.420 (X.400 Message Transfer) packet dissection
* Graeme Lunt 2005
@@ -20,9 +17,6 @@
#ifndef PACKET_P22_H
#define PACKET_P22_H
-
-/*--- Included file: packet-p22-exp.h ---*/
-#line 1 "./asn1/p22/packet-p22-exp.h"
extern const value_string p22_InformationObject_vals[];
extern const value_string p22_NonReceiptReasonField_vals[];
extern const value_string p22_DiscardReasonField_vals[];
@@ -36,9 +30,6 @@ int dissect_p22_NonReceiptReasonField(gboolean implicit_tag _U_, tvbuff_t *tvb _
int dissect_p22_DiscardReasonField(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_p22_ReceiptTimeField(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-p22-exp.h ---*/
-#line 16 "./asn1/p22/packet-p22-template.h"
-
void proto_reg_handoff_p22(void);
void proto_register_p22(void);