- Capture all UDP VLAN tagged traffic from the specified interface:
# onload_tcpdump -nn -i eth3 udp and vlan
- Capture all UDP non-VLAN tagged traffic from the specified interface:
# onload_tcpdump -nn -i eth3 udp and not vlan
# onload_tcpdump -nn -i eth3 udp and vlan
# onload_tcpdump -nn -i eth3 udp and not vlan