Packet Captures: Difference between revisions

Content added Content deleted
Line 334: Line 334:
====Examples====
====Examples====
{|
{|
| udp dst port not 53 UDP not bound for port 53
| udp dst port not 53 || UDP not bound for port 53
|-
|-
| host 10.0.0.1 && host 10.0.0.2 Traffic between these hosts
| host 10.0.0.1 && host 10.0.0.2 || Traffic between these hosts
|-
|-
| tcp dst port 80 or 8080 Packets to either TCP port
| tcp dst port 80 or 8080 || Packets to either TCP port
|}
|}