|
BroConnectionPacketContext Property |
Gets or sets current packet context, i.e., the libpcap DLT linklayer type, for this
BroConnection.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public int PacketContext { get; set; }
Public Property PacketContext As Integer
Get
Set
member PacketContext : int with get, set
/** @property */
public int get_PacketContext()
/** @property */
public void set_PacketContext(int value)
function get_PacketContext();
function set_PacketContext(value);
Property Value
Type:
Int32Exceptions See Also