Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Rev 51084 causes the 32-bit x86 OS X build to fail, as it has an

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 2 Aug 2013 00:12:55 -0700
On Aug 1, 2013, at 1:11 PM, etxrab@xxxxxxxxxxxxx wrote:

> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51084
> 
> User: etxrab
> Date: 2013/08/01 01:11 PM
> 
> Log:
> Use glibs hastables rather than home grown variants for manuf an wka(well known addresses).

g_int64_hash() and g_int64_equal() first appear in GLib 2.22; we'll either have to require that as the minimum version of GLib, copy those into Wireshark if they're not in GLib, or use a different hash function.