BroPacket Class |
Namespace: BroccoliSharp
The BroPacket type exposes the following members.
Name | Description | |
---|---|---|
BroPacket(DateTime, UInt32, Byte, String) |
Creates a new BroPacket from libpcap packet header information with .NET DateTime and packet data.
| |
BroPacket(UInt64, UInt32, Byte, String) |
Creates a new BroPacket from libpcap packet header information with 64-bit timestamp and packet data.
| |
BroPacket(UInt32, UInt32, UInt32, Byte, String) |
Creates a new BroPacket from libpcap packet header information with seconds, microseconds and packet data.
|
Name | Description | |
---|---|---|
Clone |
Gets a clone of this BroPacket.
| |
Dispose |
Releases all the resources used by this BroPacket object.
| |
Dispose(Boolean) |
Releases the unmanaged resources used by this BroPacket object and optionally releases the managed resources.
| |
Equals | (Inherited from Object.) | |
Finalize |
Releases the unmanaged resources before this BroPacket object is reclaimed by GC.
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |