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 Upgrade RRC dissector to v11.5.0 2013-03-20 21:15:19 +00:00
Constant-definitions.asn Upgrade RRC dissector to v11.5.0 2013-03-20 21:15:19 +00:00
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 Upgrade RRC dissector to v11.5.0 2013-03-20 21:15:19 +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
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 Fix detection of H-RNTI when it is given after the DL-TransportChannelType configuration (typically in case of handoverToUTRANCommand) 2012-11-12 21:39:14 +00:00
rrc.cnf emem -> wmem conversion: 2013-09-22 15:50:55 +00:00