Wireshark-commits: [Wireshark-commits] rev 27063: /trunk/ /trunk/epan/dissectors/: packet-ip.c /tru

Date: Fri, 19 Dec 2008 23:49:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27063

User: gerald
Date: 2008/12/19 03:49 PM

Log:
 Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. Rename
 some functions to match.
 
 Add GeoIP lookups to the IP dissector. Add a preference for GeoIP lookups,
 which is disabled by default.

Directory: /trunk/epan/dissectors/
  Changes    Path           Action
  +165 -15   packet-ip.c    Modified

Directory: /trunk/epan/
  Changes    Path               Action
  +2 -2      Makefile.common    Modified
  +2 -2      epan.c             Modified
  +0 -288    geoip.c            Removed
  +0 -66     geoip.h            Removed
  +303 -0    geoip_db.c         Added
  +75 -0     geoip_db.h         Added

Directory: /trunk/gtk/
  Changes    Path                Action
  +2 -2      about_dlg.c         Modified
  +2 -2      hostlist_table.c    Modified

Directory: /trunk/
  Changes    Path              Action
  +1 -1      version_info.c    Modified