Add debug guide

This commit is contained in:
Pavel Odintsov 2015-03-22 13:36:18 +03:00
parent d81237df09
commit 918033cc68

4
docs/DEBUG.md Normal file
View File

@ -0,0 +1,4 @@
How to collect data for debugging netflow:
```bash
tcpdump -w ipfix_example_ipt_netflow_syn_flood.pcap -n 'udp dst port 2055'
```