wireshark/asn1/rrc
Michael Mann 9b7fb8a811 Create the ability to have packet scoped "proto" data. Bug 9470 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9470)
I'm not sold on the name or module the proto_data functions live in, but I believe the function arguments are solid and gives us the most flexibility for the future.  And search/replace of a function name is easy enough to do.

The big driving force for getting this in sooner rather than later is the saved memory on ethernet packets (and IP packets soon), that used to have file_scope() proto data when all it needed was packet_scope() data (technically packet_info->pool scoped), strictly for Decode As.

All dissectors that use p_add_proto_data() only for Decode As functionality have been converted to using packet_scope().  All other dissectors were converted to using file_scope() which was the original scope for "proto" data.

svn path=/trunk/; revision=53520
2013-11-23 02:20:13 +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.7.0 2013-09-24 17:56:17 +00:00
Constant-definitions.asn Upgrade RRC dissector to v11.7.0 2013-09-24 17:56:17 +00:00
InformationElements.asn Upgrade RRC dissector to v11.7.0 2013-09-24 17:56:17 +00:00
Internode-definitions.asn Upgrade RRC dissector to v11.7.0 2013-09-24 17:56:17 +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 Upgrade RRC dissector to v11.7.0 2013-09-24 17:56:17 +00:00
packet-rrc-template.c Create the ability to have packet scoped "proto" data. Bug 9470 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9470) 2013-11-23 02:20:13 +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 Create the ability to have packet scoped "proto" data. Bug 9470 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9470) 2013-11-23 02:20:13 +00:00