[email protected]
changed
bug 8674
What |
Removed |
Added |
Attachment #10764 is obsolete |
|
1
|
Attachment #10791 Flags |
|
review_for_checkin?
|
Comment # 5
on bug 8674
from [email protected]
Created attachment 10791 [details]
GVCP dissector patch
Thanks for the feedback. I've uploaded an updated patch file.
I have some functionality, register_custom_registers(), which is currently
disabled in the patch. This is used to populate a table for decoding custom
(vendor-specific) registers/fields. It currently only works for the first
session because the data is allocated using the se_alloc() calls. I would like
this to be persistent for the application runtime. If I use g_malloc() instead,
where would I free this memory? Is there a callback for when Wireshark is
closing? Is there a better way to do this?
You are receiving this mail because:
- You are watching all bug changes.