aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atn-cm.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-09-05 12:13:00 +0000
committerEvan Huus <eapache@gmail.com>2013-09-05 12:13:00 +0000
commit3b6f55c579c23a12d609e81be0188f6448b832c4 (patch)
treecd0af4382b66bb26ec8adb7d82adbdf3578501b7 /epan/dissectors/packet-atn-cm.c
parentc248e3c5b2d64f25bbec6973b5eea42a55a87bc7 (diff)
Convert atn-* dissectors to wmem. No emem in new code please!
svn path=/trunk/; revision=51780
Diffstat (limited to 'epan/dissectors/packet-atn-cm.c')
-rw-r--r--epan/dissectors/packet-atn-cm.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-atn-cm.c b/epan/dissectors/packet-atn-cm.c
index dc115bd72e..75075633f8 100644
--- a/epan/dissectors/packet-atn-cm.c
+++ b/epan/dissectors/packet-atn-cm.c
@@ -58,7 +58,6 @@
#include <epan/conversation.h>
#include <epan/dissectors/packet-ber.h>
#include <epan/dissectors/packet-per.h>
-#include <epan/emem.h>
#include <epan/conversation.h>
#include <stdio.h>
@@ -114,7 +113,7 @@ static int hf_atn_cm_hours = -1; /* Timehours */
static int hf_atn_cm_minutes = -1; /* Timeminutes */
/*--- End of included file: packet-atn-cm-hf.c ---*/
-#line 65 "../../asn1/atn-cm/packet-atn-cm-template.c"
+#line 64 "../../asn1/atn-cm/packet-atn-cm-template.c"
/*--- Included file: packet-atn-cm-ett.c ---*/
@@ -136,7 +135,7 @@ static gint ett_atn_cm_ShortTsap = -1;
static gint ett_atn_cm_Time = -1;
/*--- End of included file: packet-atn-cm-ett.c ---*/
-#line 67 "../../asn1/atn-cm/packet-atn-cm-template.c"
+#line 66 "../../asn1/atn-cm/packet-atn-cm-template.c"
static gint ett_atn_cm = -1;
@@ -633,7 +632,7 @@ static void dissect_CMGroundMessage_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U
/*--- End of included file: packet-atn-cm-fn.c ---*/
-#line 70 "../../asn1/atn-cm/packet-atn-cm-template.c"
+#line 69 "../../asn1/atn-cm/packet-atn-cm-template.c"
static int proto_atn_cm = -1;
static int
@@ -942,7 +941,7 @@ void proto_register_atn_cm (void)
"Timeminutes", HFILL }},
/*--- End of included file: packet-atn-cm-hfarr.c ---*/
-#line 214 "../../asn1/atn-cm/packet-atn-cm-template.c"
+#line 213 "../../asn1/atn-cm/packet-atn-cm-template.c"
};
static gint *ett[] = {
@@ -965,7 +964,7 @@ void proto_register_atn_cm (void)
&ett_atn_cm_Time,
/*--- End of included file: packet-atn-cm-ettarr.c ---*/
-#line 217 "../../asn1/atn-cm/packet-atn-cm-template.c"
+#line 216 "../../asn1/atn-cm/packet-atn-cm-template.c"
&ett_atn_cm
};