http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43604
User: guy
Date: 2012/07/07 06:17 PM
Log:
From Evan Huus:
Don't initialize GeoIP from epan_init(), as we probably haven't loaded the
preferences for it yet (thanks to it's new use of the UAT framework).
Instead, register a post_update callback with UAT and load it there. As a
bonus, this also means that applying GeoIP preferences no longer requires
restarting Wireshark - everything should Just Work with the new databases right
away.
Fixes bug 7446.
Directory: /trunk/epan/
Changes Path Action
+0 -4 epan.c Modified
+64 -10 geoip_db.c Modified
+0 -1 geoip_db.h Modified