SharpPcap : SharpPcap.AirPcap Namespace

AirPcapPacketHeader Class

Packet header

Syntax

public class AirPcapPacketHeader

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from object.

Public Properties

Caplen long . Number of bytes captured
Hdrlen long . Header length in bytes
Originallen long . On-line packet size in bytes
TsSec ulong . Seconds field
TsUsec ulong . Microseconds field

Public Methods

override
ToString () : string
ToString() override

Member Details

Caplen Property

Number of bytes captured

Syntax

public long Caplen { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Hdrlen Property

Header length in bytes

Syntax

public long Hdrlen { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Originallen Property

On-line packet size in bytes

Syntax

public long Originallen { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

ToString Method

ToString() override

Syntax

public override string ToString ()

Returns

A string

Remarks

Documentation for this section has not yet been entered.

Requirements

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

TsSec Property

Seconds field

Syntax

public ulong TsSec { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

TsUsec Property

Microseconds field

Syntax

public ulong TsUsec { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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