wireshark/asn1/lte-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 Some more 2013-05-07 16:26:35 +00:00
EUTRA-InterNodeDefinitions.asn Upgrade LTE RRC dissector to v11.4.0 2013-07-09 20:39:09 +00:00
EUTRA-RRC-Definitions.asn Upgrade LTE RRC dissector to v11.4.0 2013-07-09 20:39:09 +00:00
EUTRA-UE-Variables.asn Upgrade LTE RRC dissector to v11.4.0 2013-07-09 20:39:09 +00:00
Makefile.am Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.common Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.nmake Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
lte-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
packet-lte-rrc-template.c Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
packet-lte-rrc-template.h Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00