From de2680152bd99d347492fd767379c31272481f6f Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Sat, 14 Sep 2013 02:19:39 +0100 Subject: [PATCH] Fedora: support the -w option (wireshark) --- util/install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/util/install.sh b/util/install.sh index 0c2016c..c5c3d77 100755 --- a/util/install.sh +++ b/util/install.sh @@ -261,6 +261,14 @@ function wireshark_version_check { function wireshark { echo "Installing Wireshark dissector..." + if [ "$DIST" = "Fedora" ]; then + # Just install Fedora's wireshark RPMS + # Fedora's wirehark >= 1.10.2-2 includes an OF dissector + # (it has been backported from the future Wireshark 1.12 code base) + $install wireshark wireshark-gnome + return + fi + sudo apt-get install -y wireshark tshark libgtk2.0-dev if [ "$DIST" = "Ubuntu" ] && [ "$RELEASE" != "10.04" ]; then