Represents a raw captured packet
See Also: Inherited members from object.
|
Constructor |
|
LinkLayerType | PacketDotNet.LinkLayers . Documentation for this section has not yet been entered. |
|
Timeval | PosixTimeval . Documentation for this section has not yet been entered. |
Constructor
Syntax
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
Fetch data portion of the packet.
Syntax
public byte[] DataRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Documentation for this section has not yet been entered.
Syntax
public PacketDotNet.LinkLayers LinkLayerType { get; set; }Value
Link layer from which this packet was capturedRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
Documentation for this section has not yet been entered.
Syntax
public PosixTimeval Timeval { get; set; }Value
The unix timeval when the packet was createdRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: SharpPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0
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