Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mensinda authored Mar 26, 2017
1 parent 9e59d87 commit db4e9f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ cmake \
-DCMAKE_CXX_COMPILER=$(which g++-6) ..
make -j$(nproc)
make install
cp "${PREFIX}/bin/dumpcap" ./bin
```

## Building EPL-Viz
Expand All @@ -134,6 +135,10 @@ cmake \
-DCMAKE_CXX_COMPILER=$(which g++-6) ..
make -j$(nproc)
make install
cd ${BUILD_ROOT}
mv ./wireshark/build/run/dumpcap ./EPL-Viz/build/bin/
cp "${PREFIX}/bin/dumpcap" ./bin
```

### :warning: NOTE:

You have to give dumpcap special privileges to enable live captureing!
You can use `sudo setcap cap_net_admin,cap_net_raw+eip "${PREFIX}/bin/dumpcap"` for instance.

0 comments on commit db4e9f8

Please sign in to comment.