ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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.