Changes between Version 5 and Version 6 of HowTo/InstallWireSharkOpenFlowPlugin


Ignore:
Timestamp:
07/10/15 04:56:30 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/InstallWireSharkOpenFlowPlugin

    v5 v6  
    1313sudo apt-get update
    1414
    15  sudo apt-get install wireshark
     15 sudo apt-get install wireshark
     16
     17#To avoid the pop-up dialogue you can use
     18sudo DEBIAN_FRONTEND=noninteractive apt-get -y -q install wireshark
    1619}}}
    1720
     21Allow to capture interfaces when run as non super users (without sudo)
     22{{{
     23sudo setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
     24}}}
    1825= Install OpenFlow Dissector for !WireShark =
    1926These instructions are tested on the standard Ubuntu 12.04 image of InstaGENI racks