aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sbc-ap.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-19 22:47:36 +0000
committerEvan Huus <eapache@gmail.com>2013-06-19 22:47:36 +0000
commitb1e12ec925fd8b3b27a2c06baf655798ec0dcbb6 (patch)
tree06edd7bf499f2f294b7c723ec9fcc44f29c63274 /epan/dissectors/packet-sbc-ap.c
parent8e7abd987101794c25c4cf3cdfcefc821a821fec (diff)
Convert the rest of the ASN1 dissectors from emem to wmem.
svn path=/trunk/; revision=50063
Diffstat (limited to 'epan/dissectors/packet-sbc-ap.c')
-rw-r--r--epan/dissectors/packet-sbc-ap.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/epan/dissectors/packet-sbc-ap.c b/epan/dissectors/packet-sbc-ap.c
index 3a1060dbc7..7efec5c6b5 100644
--- a/epan/dissectors/packet-sbc-ap.c
+++ b/epan/dissectors/packet-sbc-ap.c
@@ -39,7 +39,6 @@
#include <stdio.h>
#include <string.h>
-#include <epan/emem.h>
#include <epan/strutil.h>
#include <epan/asn1.h>
#include <epan/sctpppids.h>
@@ -102,7 +101,7 @@ typedef enum _ProtocolIE_ID_enum {
} ProtocolIE_ID_enum;
/*--- End of included file: packet-sbc-ap-val.h ---*/
-#line 55 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
+#line 54 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
/* Initialize the protocol and registered fields */
static int proto_sbc_ap = -1;
@@ -167,7 +166,7 @@ static int hf_sbc_ap_successfulOutcome_value = -1; /* SuccessfulOutcome_value *
static int hf_sbc_ap_unsuccessfulOutcome_value = -1; /* UnsuccessfulOutcome_value */
/*--- End of included file: packet-sbc-ap-hf.c ---*/
-#line 60 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
+#line 59 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
/* Initialize the subtree pointers */
static int ett_sbc_ap = -1;
@@ -200,7 +199,7 @@ static gint ett_sbc_ap_SuccessfulOutcome = -1;
static gint ett_sbc_ap_UnsuccessfulOutcome = -1;
/*--- End of included file: packet-sbc-ap-ett.c ---*/
-#line 65 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
+#line 64 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
enum{
INITIATING_MESSAGE,
@@ -1129,7 +1128,7 @@ static int dissect_SBC_AP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
/*--- End of included file: packet-sbc-ap-fn.c ---*/
-#line 92 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
+#line 91 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
@@ -1416,7 +1415,7 @@ void proto_register_sbc_ap(void) {
"UnsuccessfulOutcome_value", HFILL }},
/*--- End of included file: packet-sbc-ap-hfarr.c ---*/
-#line 154 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
+#line 153 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
};
/* List of subtrees */
@@ -1450,7 +1449,7 @@ void proto_register_sbc_ap(void) {
&ett_sbc_ap_UnsuccessfulOutcome,
/*--- End of included file: packet-sbc-ap-ettarr.c ---*/
-#line 160 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
+#line 159 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
};
@@ -1508,7 +1507,7 @@ proto_reg_handoff_sbc_ap(void)
/*--- End of included file: packet-sbc-ap-dis-tab.c ---*/
-#line 193 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
+#line 192 "../../asn1/sbc-ap/packet-sbc-ap-template.c"
} else {
if (SctpPort != 0) {
dissector_delete_uint("sctp.port", SctpPort, sbc_ap_handle);