Click or drag to resize
BroccoliSharp BroConnectionPacketContext Property
Gets or sets current packet context, i.e., the libpcap DLT linklayer type, for this BroConnection.

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

Property Value

Type: Int32
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot set property, Bro connection is disposed.
See Also