![]() |
PacMap
1.05
PacketMapper
|
User Datagram Protocol More...
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... | |
![]() | |
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... | |
![]() | |
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 | |
![]() | |
string | mainInformation = "" |
string | shortName = "" |
byte[] | content = null |
Protocol | child = null |
Packet.Packet | packet = null |
int | totalLngth = 0 |
User Datagram Protocol
PacMap.Protocols.UDP.UDP | ( | byte[] | input, |
Packet.Packet | owner | ||
) |
Constructs UDP Class
input | bytes array |
owner | packet frame |
|
virtual |
Get Full Packet Information for Advanced Packet Viewing
Reimplemented from PacMap.Protocols.Protocol.
|
getset |
Get or Set Destination Port
|
get |
Get UDP Length
|
getset |
Get or Set Local Port
|
getset |
Get or Set Remote Port
|
getset |
Get or Set Source Port