340
edits
Line 33: | Line 33: | ||
* '''==''': Will evaluate expression to true if left and right operand are equal. | * '''==''': Will evaluate expression to true if left and right operand are equal. | ||
* '''!=''': Will evaluate expression to true if left and right operand are not equal. | * '''!=''': Will evaluate expression to true if left and right operand are not equal. | ||
Following operands are supported: | Following operands are supported: | ||
Line 52: | Line 51: | ||
|- | |- | ||
|} | |} | ||
*'''mac''': A MAC address. The packet is captured if either source or destination MAC address of the packet match. | *'''mac''': A MAC address. The packet is captured if either source or destination MAC address of the packet match. | ||
Line 142: | Line 140: | ||
* '''callId''': The string value of a SIP call ID or similar identifier (e.g. P-Palladion-ID) | * '''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. | * '''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 parentheses '''('''/''')'''. | For a specific precedence you may use parentheses '''('''/''')'''. | ||
Examples: | Examples: |
edits