基于设备IP
tcpdump -i br0 -vvv host 10.1.113.247 -w test.pcap
基于设备MAC
tcpdump -i br0-vvv -s 0 ether host aa:bb:cc:dd:ee:ff -w test.pcap
基于设备IP
tcpdump -i br0 -vvv host 10.1.113.247 -w test.pcap
基于设备MAC
tcpdump -i br0-vvv -s 0 ether host aa:bb:cc:dd:ee:ff -w test.pcap