wireshark/asn1/rrc
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
Class-definitions.asn
Constant-definitions.asn
InformationElements.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
Internode-definitions.asn
Makefile.am
Makefile.common Just whitespace changes 2013-05-05 08:49:18 +00:00
Makefile.nmake
PDU-definitions.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
packet-rrc-template.c emem -> wmem (don't forget about .cnf) 2013-09-15 14:33:38 +00:00
packet-rrc-template.h
rrc.cnf emem -> wmem conversion: 2013-09-22 15:50:55 +00:00