21 lines
401 B
Markdown
21 lines
401 B
Markdown
|
|
We need permissions to sniff on the executable:
|
|
|
|
sudo setcap cap_net_raw,cap_net_admin=eip build/Debug/dinetrpcll-sniffer
|
|
|
|
See https://askubuntu.com/questions/530920/tcpdump-permissions-problem
|
|
|
|
Deps:
|
|
|
|
libpcap-dev
|
|
libboost-all-dev
|
|
|
|
Errors with these CFlags due to direct building of libtins:
|
|
|
|
```
|
|
add_cxxflag(-Wshadow)
|
|
add_cxxflag(-Wundef)
|
|
add_cxxflag(-Wconversion)
|
|
add_cxxflag(-Wold-style-cast)
|
|
```
|