Update README.md

Add info about debug flags
This commit is contained in:
Pavel Odintsov 2014-06-20 19:18:01 +04:00
parent 7549b264d0
commit 818fea1196

@ -219,3 +219,11 @@ setcap cap_net_admin+eip fastnetmon
su fastnetmon
./fastnetmon eth0,eth1
```
Debugging flags.
DUMP_ALL_PACKETS will enable all packets dumping to console. It's very useful for testing tool on non standard platforms.
```bash
DUMP_ALL_PACKETS=yes ./fastnetmon eth3,eth4
```