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

Single Packet Class More...

Public Member Functions

 Packet (Stream stream)
 Create new Packet class More...
 
void Anonymize (Template anonmappingSettings)
 Make AnonMappings on actual packet More...
 
byte[] Save ()
 Export Packets into the Bytes Array More...
 
object GetFullInformation ()
 Get Full Packet Information for Advanced Packet Viewing More...
 
override string ToString ()
 To String More...
 

Properties

Direction Direction [get, set]
 
Frame Frame [get]
 Get Frame distribution More...
 
Template AnonSettings [get]
 Get Anonmapping Settings for This Packet More...
 
string IPLocal [get]
 
string IPRemote [get]
 
int ProtocolNo [get, set]
 
string Protocol [get, set]
 
string MACSource [get, set]
 
string MACDestination [get, set]
 
string IPSource [get, set]
 
string IPDestination [get, set]
 
int LocalPort [get, set]
 
int RemotePort [get, set]
 
string PortInfo [get, set]
 
string Info [get, set]
 

Detailed Description

Single Packet Class

Constructor & Destructor Documentation

PacMap.Packet.Packet.Packet ( Stream  stream)

Create new Packet class

Parameters
streamstream of bytes of single packet to make parsing

Member Function Documentation

void PacMap.Packet.Packet.Anonymize ( Template  anonmappingSettings)

Make AnonMappings on actual packet

object PacMap.Packet.Packet.GetFullInformation ( )

Get Full Packet Information for Advanced Packet Viewing

Returns
Specialized Tree Information Object
byte [] PacMap.Packet.Packet.Save ( )

Export Packets into the Bytes Array

Returns
array of bytes
override string PacMap.Packet.Packet.ToString ( )

To String

Returns

Property Documentation

Template PacMap.Packet.Packet.AnonSettings
get

Get Anonmapping Settings for This Packet

Direction PacMap.Packet.Packet.Direction
getset
Frame PacMap.Packet.Packet.Frame
get

Get Frame distribution

string PacMap.Packet.Packet.Info
getset
string PacMap.Packet.Packet.IPDestination
getset
string PacMap.Packet.Packet.IPLocal
get
string PacMap.Packet.Packet.IPRemote
get
string PacMap.Packet.Packet.IPSource
getset
int PacMap.Packet.Packet.LocalPort
getset
string PacMap.Packet.Packet.MACDestination
getset
string PacMap.Packet.Packet.MACSource
getset
string PacMap.Packet.Packet.PortInfo
getset
string PacMap.Packet.Packet.Protocol
getset
int PacMap.Packet.Packet.ProtocolNo
getset
int PacMap.Packet.Packet.RemotePort
getset

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