×

Welcome to TagMyCode

Please login or create account to add a snippet.
1
0
 
0
Language: Bash
Posted by: petecocoon
Added: Aug 31, 2011 7:10 AM
Views: 770
  1. tcpdump -w test.pcap -i eth1 tcp port 6881
  2. #if at the same time I am interested on getting packets on udp port 33210 and 33220:
  3. tcpdump -w test.pcap -i eth1 tcp port 6881 or udp \( 33210 or 33220 \)