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

User Datagram Protocol More...

Inheritance diagram for PacMap.Protocols.UDP:
PacMap.Protocols.Protocol

Public Member Functions

 UDP (byte[] input, Packet.Packet owner)
 Constructs UDP Class More...
 
override object GetFullInformation ()
 Get Full Packet Information for Advanced Packet Viewing More...
 
- Public Member Functions inherited from PacMap.Protocols.Protocol
 Protocol (byte[] input, Packet.Packet owner)
 Create General Internet Protocol More...
 
virtual byte[] Save ()
 Export to byte[] More...
 
virtual void Anonymize ()
 Anonymize protocol More...
 
override string ToString ()
 To String More...
 

Properties

int Port [get, set]
 Get or Set Local Port More...
 
int RemotePort [get, set]
 Get or Set Remote Port More...
 
int SourcePort [get, set]
 Get or Set Source Port More...
 
int DestinationPort [get, set]
 Get or Set Destination Port More...
 
int Length [get]
 Get UDP Length More...
 
- Properties inherited from PacMap.Protocols.Protocol
bool HasChild [get]
 Ask if this contains some inner protocol More...
 
Protocol Child [get]
 Get Child Content More...
 
string Name [get]
 Get Short Name Of Current Protocol More...
 
int TotalLength [get]
 Get Total Length of Protocol More...
 

Additional Inherited Members

- Protected Attributes inherited from PacMap.Protocols.Protocol
string mainInformation = ""
 
string shortName = ""
 
byte[] content = null
 
Protocol child = null
 
Packet.Packet packet = null
 
int totalLngth = 0
 

Detailed Description

User Datagram Protocol

Constructor & Destructor Documentation

PacMap.Protocols.UDP.UDP ( byte[]  input,
Packet.Packet  owner 
)

Constructs UDP Class

Parameters
inputbytes array
ownerpacket frame

Member Function Documentation

override object PacMap.Protocols.UDP.GetFullInformation ( )
virtual

Get Full Packet Information for Advanced Packet Viewing

Returns
Specialized Information Object

Reimplemented from PacMap.Protocols.Protocol.

Property Documentation

int PacMap.Protocols.UDP.DestinationPort
getset

Get or Set Destination Port

int PacMap.Protocols.UDP.Length
get

Get UDP Length

int PacMap.Protocols.UDP.Port
getset

Get or Set Local Port

int PacMap.Protocols.UDP.RemotePort
getset

Get or Set Remote Port

int PacMap.Protocols.UDP.SourcePort
getset

Get or Set Source Port


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