Re: [Wireshark-dev] [Wireshark-commits] rev 45566: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-rdp.c

2012-10-25 Thread Jeff Morriss
Maynard, Chris wrote: -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev- boun...@wireshark.org] On Behalf Of Martin Kaiser Sent: Thursday, October 18, 2012 5:11 PM To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] [Wireshark-commits] rev 45566:

Re: [Wireshark-dev] RFD: The Future of Memory Management in Wireshark

2012-10-25 Thread Jeff Morriss
Evan Huus wrote: On Thu, Oct 25, 2012 at 2:05 PM, Jeff Morriss jeff.morriss...@gmail.com wrote: Evan Huus wrote: The usage might look something like this: wmem_allocator_t *ep_scope = wmem_create_glib_allocator(); doWork(ep_scope); wmem_destroy_glib_allocator(ep_scope); and then in doWork,

Re: [Wireshark-dev] RFD: The Future of Memory Management in Wireshark

2012-10-25 Thread Pascal Quantin
Le 25/10/2012 22:10, Evan Huus a écrit : On Thu, Oct 25, 2012 at 4:00 PM, Jeff Morriss jeff.morriss...@gmail.com wrote: Evan Huus wrote: On Thu, Oct 25, 2012 at 2:05 PM, Jeff Morriss jeff.morriss...@gmail.com wrote: Evan Huus wrote: The usage might look something like this: