|
BroPortRawProtocolType Property |
Gets raw protocol type number.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public int RawProtocolType { get; }
Public ReadOnly Property RawProtocolType As Integer
Get
member RawProtocolType : int with get
/** @property */
public int get_RawProtocolType()
function get_RawProtocolType();
Property Value
Type:
Int32Remarks
Property exists to return actual protocol type integer in rare case that there is no
corresponding
ProtocolType enumeration.
Remarks
Returns the
port_proto value from the
bro_port structure.
See Also