wireshark/asn1/ranap
Pascal Quantin a0c53ffaa1 emem -> wmem conversion:
- ep_tvb_get_bits() -> wmem_packet_tvb_get_bits()
- tvb_g_memdup()/ep_tvb_memdup() -> tvb_memdup()
- tvb_fake_unicode()/tvb_get_ephemeral_faked_unicode() -> tvb_get_faked_unicode()
- tvb_get_g_string()/tvb_get_ephemeral_string()/tvb_get_seasonal_string() -> tvb_get_string()
- tvb_get_g_unicode_string()/tvb_get_ephemeral_unicode_string() -> tvb_get_unicode_string()
- tvb_get_ephemeral_string_enc() -> tvb_get_string_enc()
- update docs accordingly

svn path=/trunk/; revision=52172
2013-09-22 15:50:55 +00:00
..
CMakeLists.txt I added EXPORT_FILES in too many places, remove them 2013-05-11 22:02:33 +00:00
Makefile.am Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.common Just whitespace changes 2013-05-05 08:49:18 +00:00
Makefile.nmake Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
RANAP-CommonDataTypes.asn From David Wei and me, update to 3GPP TS 25.413 V10.4.0 (2011-12). 2012-02-21 09:25:41 +00:00
RANAP-Constants.asn - Put back not used constants to fill value_strings_ext. 2012-07-31 13:49:39 +00:00
RANAP-Containers.asn From David Wei and me, update to 3GPP TS 25.413 V10.4.0 (2011-12). 2012-02-21 09:25:41 +00:00
RANAP-IEs.asn Remove all non-ASCII characters from all .asn files. I didn't see the harm in replacing them all as opposed to only those not copied verbatim from other sources. 2013-09-18 02:48:29 +00:00
RANAP-PDU-Contents.asn Remove all non-ASCII characters from all .asn files. I didn't see the harm in replacing them all as opposed to only those not copied verbatim from other sources. 2013-09-18 02:48:29 +00:00
RANAP-PDU-Descriptions.asn From David Wei and me, update to 3GPP TS 25.413 V10.4.0 (2011-12). 2012-02-21 09:25:41 +00:00
packet-ranap-template.c Add an option to dissect RRC-Container IE 2013-06-24 21:31:25 +00:00
packet-ranap-template.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
ranap.cnf emem -> wmem conversion: 2013-09-22 15:50:55 +00:00