User guide
Using Diagnostic Tools
748 Check Point Safe@Office User Guide
or
PURPOSE
The or element is used to alternate between string elements. The filtered packets must
match at least one of the filter string elements.
S
YNTAX
element or element [or element...]
element || element [|| element...]
P
ARAMETERS
element
String. A filter string element.
EXAMPLE
The following filter string saves packets that either originate from IP address 192.168.10.1
or IP address 192.168.10.10:
src 192.168.10.1 or src 192.168.10.10
port
PURPOSE
The port element captures all packets originating from or destined for a specific port.
S
YNTAX
port port
Note: This element can be prepended by tcp or udp. For information, see tcp on page
750 and udp on page 751.
PARAMETERS
port
Integer. The port from/to which the packet is sent.