On Wed, Oct 24, 2012 at 9:20 AM, Evan Huus wrote:
> On Wed, Oct 24, 2012 at 8:08 AM, Pascal Quantin
> wrote:
>> Hi all,
>>
>> wmem_glib_free_all() makes use of g_slist_free_full that was introduced in
>> GLIB 2.28 while our minimum requirement is GLIB 2.14.0. Could we manually
>> free list elemen
Hello everyone,
Has anyone investigated developing Asterisk AMI and FreeSWITCH ESL
Wireshark dissectors? They're both fairly simple protocols and the
current telnet dissector *kind of* works but I need TCP reassembly to
work properly for both. It seems like Wireshark dissectors would be
very u
Hi Folks,
I'm writing a dissector for an interface which doesn't indicate direction
of data flow in the packet headers. I currently capture separate files in
pcapng format for uplink and downlink (separate streams), but I could merge
the two into a file. Currently I just open one file and merge th
On Wed, Oct 24, 2012 at 8:08 AM, Pascal Quantin
wrote:
> Hi all,
>
> wmem_glib_free_all() makes use of g_slist_free_full that was introduced in
> GLIB 2.28 while our minimum requirement is GLIB 2.14.0. Could we manually
> free list elements containing dynamically-allocated memory and call
> g_slis
On Wed, Oct 24, 2012 at 8:10 AM, Sébastien Tandel
wrote:
>
>
> On Wed, Oct 24, 2012 at 1:10 AM, Guy Harris wrote:
>>
>>
>> On Oct 18, 2012, at 6:01 PM, Evan Huus wrote:
>>
>> > I have linked a tarball [2] containing the following files:
>> > - wmem_allocator.h - the definition of the allocator i
Hi all,
wmem_glib_free_all() makes use of g_slist_free_full that was introduced in
GLIB 2.28 while our minimum requirement is GLIB 2.14.0. Could we manually
free list elements containing dynamically-allocated memory and call
g_slist_free() instead to keep compatibility with older GLIB versions?
R