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

Wireshark-commits: [Wireshark-commits] rev 43604: /trunk/epan/ /trunk/epan/: epan.c geoip_db.c geoi

Date: Sun, 08 Jul 2012 01:17:19 GMT
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