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

sudo cp for wireshark plugin

parent 8183cb62
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ function of {
# Tested on Ubuntu 11.04.
if [ -e /var/packet-openflow.so ]; then
WS_DIR=`ls -d /usr/lib/wireshark/libwireshark* | head -1`
cp /var/packet-openflow.so $WS_DIR/plugins/
sudo cp /var/packet-openflow.so $WS_DIR/plugins/
fi
# Copy coloring rules: OF is white-on-blue:
......
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