aboutsummaryrefslogtreecommitdiffstats
path: root/tools/rpm_setup.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-05-29tools: rename rpm_setup.sh to reflect other similar scripts.Dario Lombardo1-183/+0
Change-Id: Ie686d7c5b808d9b89ff47cd65830ae441de8f8a2 Reviewed-on: https://code.wireshark.org/review/27862 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-05-03tools: add missing optional packages in debian/rpm setup.Dario Lombardo1-1/+4
Change-Id: Ie84f8d6e9ebdff0b760bc71ec227358ce23f427d Reviewed-on: https://code.wireshark.org/review/27307 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-05-03tools: add ninja to debian/rpm additional packages.Dario Lombardo1-1/+2
Change-Id: I56c1af8a5a4bdd4f9c2276a6e246a1b76a003049 Reviewed-on: https://code.wireshark.org/review/27302 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-04-25Don't install autotools or GTK+, but do install CMake.Guy Harris1-7/+30
We no longer use autotools/libtool, so we don't need to install automake, autoconf, or libtool; we only support CMake, so we *do* need to install it. We no longer support GTK+, so we don't need to install it. Change-Id: I41df9f67c8aba486220e77f7c8c67efa7784a7f2 Reviewed-on: https://code.wireshark.org/review/27152 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-04-24tools: make rpm and debian setup scripts more similar.Dario Lombardo1-3/+24
Change-Id: Ie46d56aff91694a3b8c4c62b4b03e38d3fb1e68a Reviewed-on: https://code.wireshark.org/review/27116 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2018-04-18tshark: add -G elastic-mapping report.Dario Lombardo1-1/+1
This option generates an ElasticSearch mapping file as described here: https://www.elastic.co/blog/analyzing-network-packets-with-wireshark-elasticsearch-and-kibana It leverages the Glib-json library. Change-Id: Iff25f991e87d3da07bf06654e353fb785799dde9 Reviewed-on: https://code.wireshark.org/review/26848 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-04-11tools: add openSUSE asciidoctor to rpm_setup.sh.Dario Lombardo1-1/+1
Change-Id: I939110047739ac9b7a5c6984a84351d4fdfbf556 Reviewed-on: https://code.wireshark.org/review/26860 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-07More licenses converted to SPDX.Dario Lombardo1-13/+1
Change-Id: Id4f987dcdacf06622d70263f4659a4400e30dc39 Reviewed-on: https://code.wireshark.org/review/26332 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-2/+2
MaxMind is discontinuing its legacy databases in April in favor of GeoIP2, which use a newer database format (MaxMind DB). The reference C library (libmaxminddb) is available under the Apache 2.0 license which isn't quite compatible with ours. Add mmdbresolve, a utility that reads IPv4 and IPv6 addresses on stdin and prints resolved information on stdout. Place it under a liberal license (MIT) so that we can keep libmaxminddb at arm's length. Add epan/maxmind_db.[ch], which spawns mmdbresolve and communicates with it via stdio. Migrate the preferences and documentation to MaxMindDB. Change the IPv4 and IPv6 asnum fields to FT_UINT32s. Change the geographic coordinate fields to FT_DOUBLEs. Bug: 10658 Change-Id: I24aeed637bea1b41d173270bda413af230f4425f Reviewed-on: https://code.wireshark.org/review/26214 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-02-12Remove Lynx.Gerald Combs1-1/+4
Use tools/html2text.py to convert HTML to text. Remove some now-obsolete documentation. Change-Id: Ib21a1ab10c789182da5fcc68e98917a00f2fa650 Reviewed-on: https://code.wireshark.org/review/25733 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2016-12-19tools: add rpm-setup.sh.Dario Lombardo1-0/+144
This script mimics tools/debian-setup.sh for RPM based systems. It installs all the required and optional packages to compile Wireshark. Tested on Centos 7, Fedora 25, openSUSE Leap 42.1. Change-Id: Ifc55f45608e5f5a74188d4fb5612bedb6437fcb1 Reviewed-on: https://code.wireshark.org/review/19088 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Dario Lombardo <lomato@gmail.com>