Skip to content
Snippets Groups Projects
Commit 412726d3 authored by Bob Lantz's avatar Bob Lantz
Browse files

Fix -a

parent 136c9591
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ function install_wireshark {
cp -n $MININET_DIR/mininet/util/colorfilters $HOME/.wireshark
echo "Checking Wireshark version"
WSVER=`wireshark -v | egrep -o -m 1 '[0-9\.]+' | head -1`
WSVER=`wireshark -v | egrep -o '[0-9\.]+' | head -1`
if version_ge $WSVER 1.12; then
echo "Wireshark version $WSVER >= 1.12 - returning"
return
......@@ -592,7 +592,7 @@ function all {
# Skip mn_dev (doxypy/texlive/fonts/etc.) because it's huge
# mn_dev
of
wireshark
install_wireshark
ovs
# We may add ivs once it's more mature
# ivs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment