Re: [Wireshark-dev] Replacing GHashTable with wmem_map_t

2015-12-09 Thread Pascal Quantin
5 14:30 > *To:* Developer support list for Wireshark > *Subject:* Re: [Wireshark-dev] Replacing GHashTable with wmem_map_t > > > > Hi Gloria > > Hello, > > > > I’d like to ask you about the new API. I’m replacing the GHashTable type > with wmem_map_t

Re: [Wireshark-dev] Replacing GHashTable with wmem_map_t

2015-12-09 Thread POZUELO Gloria (BCS/PSD)
: Re: [Wireshark-dev] Replacing GHashTable with wmem_map_t Hi Gloria Hello, I’d like to ask you about the new API. I’m replacing the GHashTable type with wmem_map_t and I don’t know how can iterate through the wmem_map, as we can do it with GHashTable by using g_hash_table_iter methods. Thank

Re: [Wireshark-dev] Replacing GHashTable with wmem_map_t

2015-12-09 Thread Pascal Quantin
Hi Gloria Hello, I’d like to ask you about the new API. I’m replacing the GHashTable type with wmem_map_t and I don’t know how can iterate through the wmem_map, as we can do it with GHashTable by using g_hash_table_iter methods. Thank you in advance, Regards.

[Wireshark-dev] Replacing GHashTable with wmem_map_t

2015-12-09 Thread POZUELO Gloria (BCS/PSD)
Hello, I'd like to ask you about the new API. I'm replacing the GHashTable type with wmem_map_t and I don't know how can iterate through the wmem_map, as we can do it with GHashTable by using g_hash_table_iter methods. Thank you in advance, Regards. DISC