Why not just thrown them in addr_resolv.c (where they are used) for now
(until someone else wants to use them)? It's not like it's a lot of (or
complex) code...
On 08/02/13 03:49, Anders Broman wrote:
Isn't copying them into Wireshark if not in glib the easiest? New file(s) in epan or wsutil?
ws_hash_func.[ch]?
[...]
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.