547
edits
No edit summary |
|||
Line 155: | Line 155: | ||
* '''icmpType''': The value of a certain ICMP type (e.g. Echo request 8, Echo reply 0). | * '''icmpType''': The value of a certain ICMP type (e.g. Echo request 8, Echo reply 0). | ||
* '''tcpFlags''': A single TCP flag or a list of TCP flags joined by the ‘+’ sign. If a list of flags is given, all flags must be present in the packet. Supported TCP flags are syn, ack, fin, rst, psh and urg. | * '''tcpFlags''': A single TCP flag or a list of TCP flags joined by the ‘+’ sign. If a list of flags is given, all flags must be present in the packet. Supported TCP flags are syn, ack, fin, rst, psh and urg. | ||
* '''callId''': The string value of a SIP call ID or similar identifier (e.g. P-Palladion-ID) | |||
* '''ipFragment''': If set to 1 all IPv4 fragments will be captured (i.e. packets having the 'More fragments' flag and 'Fragment offset' set). If set to 0 all packets without IPv4 fragmentation will be captured. | |||
For a specific precedence you may use ( '''or''' ) parentheses. | For a specific precedence you may use ( '''or''' ) parentheses. |
edits