forked from pool/wireshark
69de01cf37
update to 1.6.3 OBS-URL: https://build.opensuse.org/request/show/90132 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=46
13 lines
363 B
Diff
13 lines
363 B
Diff
--- epan/geoip_db.c.orig 2011-11-03 03:52:16.118977107 -0400
|
|
+++ epan/geoip_db.c 2011-11-03 03:56:23.711016549 -0400
|
|
@@ -165,6 +165,9 @@
|
|
geoip_dat_scan_dir(geoip_db_paths[i].path);
|
|
}
|
|
}
|
|
+ if (num_geoip_db_paths < 1) {
|
|
+ geoip_dat_scan_dir("/var/lib/GeoIP");
|
|
+ }
|
|
|
|
/* add fake databases for latitude and longitude (using "City" in reality) */
|
|
{
|