PacMap.Packet.Frame

/// <summary>
/// Packet Frame
/// </summary>

Constructor

Frame(byte[])

/// <summary>
/// Create Packet Frame
/// </summary>
/// <param name="input">16 bytes of expected data</param>
Frame(byte[] input)

Properties

int CapturedPacketSize

/// <summary>
/// Get Captured Packet Size
/// </summary>
int CapturedPacketSize { get; }

int OriginalPacketSize

/// <summary>
/// Get Original Packet Size
/// </summary>
int OriginalPacketSize { get; }

Methods

Instance

m> ChangeFrameLenghtInformation(int, int)

/// <summary>
/// Change "Original Packet Size" "Captured Packet Size"
/// </summary>
/// <param name="originalPacketSize">original packet size in bytes</param>
/// <param name="CapturedPacketSize">captured packet size in bytes</param>
m> ChangeFrameLenghtInformation(int originalSize, int capturedSize)

byte[] Save()

/// <summary>
/// Get Frame class into the bytes of array
/// </summary>
/// <returns></returns>
byte[] Save()
 
assembly/packet/frame.txt · Last modified: 2013/06/30 23:46 (external edit)     Back to top
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki Design by LouisWolf