Skip to content

Commit db4e9f8

Browse files
authored
Update INSTALL.md
1 parent 9e59d87 commit db4e9f8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

INSTALL.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ cmake \
111111
-DCMAKE_CXX_COMPILER=$(which g++-6) ..
112112
make -j$(nproc)
113113
make install
114+
cp "${PREFIX}/bin/dumpcap" ./bin
114115
```
115116

116117
## Building EPL-Viz
@@ -134,6 +135,10 @@ cmake \
134135
-DCMAKE_CXX_COMPILER=$(which g++-6) ..
135136
make -j$(nproc)
136137
make install
137-
cd ${BUILD_ROOT}
138-
mv ./wireshark/build/run/dumpcap ./EPL-Viz/build/bin/
138+
cp "${PREFIX}/bin/dumpcap" ./bin
139139
```
140+
141+
### :warning: NOTE:
142+
143+
You have to give dumpcap special privileges to enable live captureing!
144+
You can use `sudo setcap cap_net_admin,cap_net_raw+eip "${PREFIX}/bin/dumpcap"` for instance.

0 commit comments

Comments
 (0)