1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 14:01:20 +02:00

Fix in debug reference

This commit is contained in:
Pavel Odintsov 2015-06-09 17:46:56 +03:00
parent 550450421f
commit f87add96a1

View File

@ -1,9 +1,9 @@
How to collect data for debugging netflow:
```bash
tcpdump -w ipfix_example_ipt_netflow_syn_flood.pcap -n 'udp dst port 2055'
tcpdump -w /root/netflow_data.pcap -n 'udp dst port 2055'
```
How to collect data for debugging sFLOW:
```bash
tcpdump -w /root/sflow5_network_dump.dat -n -i eth0 'udp dst port 6343'
tcpdump -w /root/sflow_data.pcap -n 'udp dst port 6343'
```