Click or drag to resize
BroccoliSharp BroPacket Class
Represents a Bro packet used for working with libpcap packets.
Inheritance Hierarchy
SystemObject
  BroccoliSharpBroPacket

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public class BroPacket : IDisposable

The BroPacket type exposes the following members.

Constructors
Methods
  NameDescription
Public methodClone
Gets a clone of this BroPacket.
Public methodDispose
Releases all the resources used by this BroPacket object.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by this BroPacket object and optionally releases the managed resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Releases the unmanaged resources before this BroPacket object is reclaimed by GC.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Managed wrapper class for bro_packet structure.
See Also