BroccoliSharp Namespace |
Class | Description | |
---|---|---|
BroConfiguration |
Defines configuration file access functions for Broccoli.
|
|
BroConnection |
Represents a Bro connection. PCAP functionality is enabled for this build.
|
|
BroEvent |
Represents a Bro event implemented as an IEnumerable<BroValue>.
|
|
BroEventArgs |
Represents the EventArgs for received Bro events.
|
|
BroEventQueue |
Represents functions related to the event queue for a BroConnection.
|
|
BroField | ||
BroPacket |
Represents a Bro packet used for working with libpcap packets.
|
|
BroRecord |
Represents a Bro record implemented as an IList<BroField>.
|
|
BroSet |
Represents a Bro set implemented as an ISet<BroValue>.
|
|
BroString |
Represents an immutable Bro string. Implicitly castable as a String.
|
|
BroTable |
Represents a Bro table implemented as an IDictionary<BroValue, BroValue>.
|
|
BroTypeExtensions |
Defines extension functions for the BroType enumeration.
|
|
BroValue |
Represents a Bro value. Implicitly castable to all BroType wrapper classes,
structures and applicable .NET data types.
|
|
BroValueExtensions |
Defines extension functions for the BroValue interface.
|
|
BroVector |
Represents a Bro vector implemented as an IList<BroValue>.
|
Structure | Description | |
---|---|---|
BroAddress |
Represents an immutable Bro IP address. Implicitly castable as an IPAddress.
|
|
BroPort |
Represents an immutable Bro port and protocol type.
|
|
BroSubnet |
Represents an immutable Bro subnet.
|
|
BroTime |
Enumeration | Description | |
---|---|---|
BroConnectionFlags |
Bro connection flags enumeration.
|
|
BroType |
Bro value type enumeration.
|