We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e59d87 commit db4e9f8Copy full SHA for db4e9f8
INSTALL.md
@@ -111,6 +111,7 @@ cmake \
111
-DCMAKE_CXX_COMPILER=$(which g++-6) ..
112
make -j$(nproc)
113
make install
114
+cp "${PREFIX}/bin/dumpcap" ./bin
115
```
116
117
## Building EPL-Viz
@@ -134,6 +135,10 @@ cmake \
134
135
136
137
-cd ${BUILD_ROOT}
138
-mv ./wireshark/build/run/dumpcap ./EPL-Viz/build/bin/
139
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