http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26571
User: gerald
Date: 2008/10/26 09:51 PM
Log:
Add support for the GeoIP library. Using different database files,
GeoIP can map IP addresses to Countries, Cities, AS numbers, ISPs,
etc. If any library paths are defined AND any database files are found,
corresponding columns are added to the endpoint tables in the GUI.
To do:
- Add columns to the conversation list
- Add GeoIP info to "-z conv,..."
- Create a default UAT file.
Directory: /trunk/epan/
Changes Path Action
+3 -2 Makefile.am Modified
+2 -0 Makefile.common Modified
+7 -0 epan.c Modified
+256 -0 geoip.c Added
+59 -0 geoip.h Added
Directory: /trunk/gtk/
Changes Path Action
+83 -48 hostlist_table.c Modified
+12 -4 hostlist_table.h Modified
+70 -23 prefs_nameres.c Modified
Directory: /trunk/
Changes Path Action
+30 -0 acinclude.m4 Modified
+25 -0 configure.in Modified