![]() |
PacMap
1.05
PacketMapper
|
Public Member Functions | |
TCP (byte[] input, Packet.Packet packet) | |
Constructs TCP Class More... | |
override byte[] | Save () |
Save Protocol to bytes array More... | |
override void | Anonymize () |
Start AnonMapping Protocol More... | |
override object | GetFullInformation () |
Get Full Packet Information for Advanced Packet Viewing More... | |
![]() | |
Protocol (byte[] input, Packet.Packet owner) | |
Create General Internet Protocol More... | |
override string | ToString () |
To String More... | |
Properties | |
int | Port [get, set] |
Get or Set 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 | IHL [get] |
Get Internal Header Length More... | |
int | Flags [get] |
Get Flags Bytes Mask = 000X XXXX XXXX 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 |
PacMap.Protocols.TCP.TCP | ( | byte[] | input, |
Packet.Packet | packet | ||
) |
Constructs TCP Class
input | bytes array |
packet | packet frame |
|
virtual |
Start AnonMapping Protocol
Reimplemented from PacMap.Protocols.Protocol.
|
virtual |
Get Full Packet Information for Advanced Packet Viewing
Reimplemented from PacMap.Protocols.Protocol.
|
virtual |
|
getset |
Get or Set Destination Port
|
get |
Get Flags Bytes Mask = 000X XXXX XXXX
|
get |
Get Internal Header Length
|
getset |
Get or Set Port
|
getset |
Get or Set Remote Port
|
getset |
Get or Set Source Port