fedora-infrastructure/scripts/cdp-sniff/sniff.sh

3 lines
62 B
Bash
Raw Normal View History

2009-01-05 08:56:20 -06:00
tcpdump -nn -v -i eth0 -s 1500 -c 1 'ether[20:2] == 0x2000'
2010-04-12 08:17:07 -05:00