Click or drag to resize
BroccoliSharp BroPortProtocolType Property
Gets the ProtocolType of this BroPort.

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

Property Value

Type: ProtocolType
Remarks
Returns the port_proto value as a ProtocolType enumeration value from the bro_port structure.
See Also