SharpPcap : SharpPcap Namespace

RawCapture Class

Represents a raw captured packet

Syntax

public class RawCapture

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Members

See Also: Inherited members from object.

Public Constructors

Public Fields

Data byte[]. Fetch data portion of the packet.

Public Properties

LinkLayerType PacketDotNet.LinkLayers . Documentation for this section has not yet been entered.
Timeval PosixTimeval . Documentation for this section has not yet been entered.

Public Methods

override
ToString () : string
Output this packet as a readable string

Member Details

RawCapture Constructor

Constructor

Syntax

public RawCapture (PacketDotNet.LinkLayers LinkLayerType, PosixTimeval Timeval, byte[] Data)

Parameters

LinkLayerType
A PacketDotNet.LinkLayers
Timeval
A SharpPcap.PosixTimeval
Data
A byte

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Data Field

Fetch data portion of the packet.

Syntax

public byte[] Data

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

LinkLayerType Property

Documentation for this section has not yet been entered.

Syntax

public PacketDotNet.LinkLayers LinkLayerType { get; set; }

Value

Link layer from which this packet was captured

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Timeval Property

Documentation for this section has not yet been entered.

Syntax

public PosixTimeval Timeval { get; set; }

Value

The unix timeval when the packet was created

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

ToString Method

Output this packet as a readable string

Syntax

public override string ToString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0