Click or drag to resize
BroccoliSharp BroPortRawProtocolType Property
Gets raw protocol type number.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public int RawProtocolType { get; }

Property Value

Type: Int32
Remarks
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