aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mms.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-mms.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-mms.h')
-rw-r--r--epan/dissectors/packet-mms.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/dissectors/packet-mms.h b/epan/dissectors/packet-mms.h
index d6deeecc56..f9def037d5 100644
--- a/epan/dissectors/packet-mms.h
+++ b/epan/dissectors/packet-mms.h
@@ -3,9 +3,6 @@
/* packet-mms.h */
/* asn2wrs.py -b -L -p mms -c ./mms.cnf -s ./packet-mms-template -D . -O ../.. mms.asn */
-/* Input file: packet-mms-template.h */
-
-#line 1 "./asn1/mms/packet-mms-template.h"
/* packet-mms.h
* Routines for MMS packet dissection
* Ronnie Sahlberg 2005
@@ -20,14 +17,8 @@
#ifndef PACKET_MMS_H
#define PACKET_MMS_H
-
-/*--- Included file: packet-mms-exp.h ---*/
-#line 1 "./asn1/mms/packet-mms-exp.h"
extern const value_string mms_MMSpdu_vals[];
int dissect_mms_MMSpdu(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-mms-exp.h ---*/
-#line 16 "./asn1/mms/packet-mms-template.h"
-
#endif /* PACKET_MMS_H */