Fedora: support the -w option (wireshark)
This commit is contained in:
@@ -261,6 +261,14 @@ function wireshark_version_check {
|
|||||||
function wireshark {
|
function wireshark {
|
||||||
echo "Installing Wireshark dissector..."
|
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
|
sudo apt-get install -y wireshark tshark libgtk2.0-dev
|
||||||
|
|
||||||
if [ "$DIST" = "Ubuntu" ] && [ "$RELEASE" != "10.04" ]; then
|
if [ "$DIST" = "Ubuntu" ] && [ "$RELEASE" != "10.04" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user