diff options
author | Gerald Combs <gerald@wireshark.org> | 2018-03-02 11:24:31 -0800 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2018-03-02 21:59:21 +0000 |
commit | f529ab5d0a27173ed68aa017a638b36b3dcf585f (patch) | |
tree | 7b580a462fa2e4f30f883b9c0654afc2ac99955b /packaging/wix | |
parent | 84c7246e4c086f7bcfd7646a1d9f0c08c13dd41b (diff) |
Remove the endpoint "Map" feature.
Remove the endpoint map and its button from the Qt and GTK+ UIs. It
depends on GeoIP Legacy for coordinate information and those databases
are being deprecated in favor of MaxMind DB. We *could* upgrade the code
to use mmdbresolve, but according to
https://dev.maxmind.com/geoip/geoip2/geolite2/ they're also going to
remove coordinate information from GeoLite2:
"In addition, in 2019, latitude and longitude coordinates in the
GeoLite2 databases will be removed.* Latitude and longitude coordinates
will continue to be provided in GeoIP2 databases. Please check back for
updates."
Change-Id: I43e1593d282a0f1aae897b1f4724117d1496b21e
Reviewed-on: https://code.wireshark.org/review/26229
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/wix')
-rw-r--r-- | packaging/wix/ComponentGroups.wxi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/wix/ComponentGroups.wxi b/packaging/wix/ComponentGroups.wxi index 9415ea3cbd..d2d5a0fbf8 100644 --- a/packaging/wix/ComponentGroups.wxi +++ b/packaging/wix/ComponentGroups.wxi @@ -75,9 +75,6 @@ <Component Id="cmpExtcap_html" Guid="*"> <File Id="filExtcap_html" KeyPath="yes" Source="$(var.Staging.Dir)\extcap.html" /> </Component> - <Component Id="cmpIpmap_html" Guid="*"> - <File Id="filIpmap_html" KeyPath="yes" Source="$(var.Staging.Dir)\ipmap.html" /> - </Component> </DirectoryRef> </Fragment> <Fragment> |