https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639
Anders Broman <anders.broman@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #9175|review_for_checkin? |review_for_checkin-
Flags| |
--- Comment #74 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-09-21 02:00:19 PDT ---
Comment on attachment 9175
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9175
[PATCH 12] Bluetooth: Use p_*_proto_data APIs for protocols
Hi,
per_proto_data has session scope e.g the memory will be keept around as long as
th capture file is open. You can't use ep alloced memmory inside the struct and
you must be careful of the memory consumtion penalty of storing per packet
data.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.