Click or drag to resize

ServiceOtherMatch Property

Contains an INSPECT expression that defines the matching criteria. The connection is examined against the expression during the first packet. Example: tcp, dport = 21, direction = 0 matches incoming FTP control connections.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "match")]
public string Match { get; set; }
Request Example View Source

Property Value

Type: String
The match INSPECT expression.
Remarks
Requires DetailLevel of Full
See Also