PacMap  1.05
PacketMapper
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
PacMap.Packet.Frame Class Reference

Packet Frame More...

Public Member Functions

 Frame (byte[] input)
 Create Packet Frame More...
 
byte[] Save ()
 Get Frame class into the bytes of array More...
 
void ChangeFrameLenghtInformation (int originalSize, int capturedSize)
 Change "Original Packet Size" & "Captured Packet Size" More...
 

Properties

int OriginalPacketSize [get]
 Get Original Packet Size More...
 
int CapturedPacketSize [get]
 Get Captured Packet Size More...
 

Detailed Description

Packet Frame

Constructor & Destructor Documentation

PacMap.Packet.Frame.Frame ( byte[]  input)

Create Packet Frame

Parameters
input16 bytes of expected data

Member Function Documentation

void PacMap.Packet.Frame.ChangeFrameLenghtInformation ( int  originalSize,
int  capturedSize 
)

Change "Original Packet Size" & "Captured Packet Size"

Parameters
originalPacketSizeoriginal packet size in bytes
CapturedPacketSizecaptured packet size in bytes
byte [] PacMap.Packet.Frame.Save ( )

Get Frame class into the bytes of array

Returns

Property Documentation

int PacMap.Packet.Frame.CapturedPacketSize
get

Get Captured Packet Size

int PacMap.Packet.Frame.OriginalPacketSize
get

Get Original Packet Size


The documentation for this class was generated from the following file: