![]() |
PacMap
1.05
PacketMapper
|
Public Member Functions | |
IPv4 (byte[] input, Packet.Packet packet) | |
Constructs IPv4 Class More... | |
override void | Anonymize () |
Start AnonMapping Protocol More... | |
override byte[] | Save () |
Save Protocol to bytes array More... | |
override object | GetFullInformation () |
Get Full Packet Information for Advanced Packet Viewing More... | |
override string | ToString () |
![]() | |
Protocol (byte[] input, Packet.Packet owner) | |
Create General Internet Protocol More... | |
override string | ToString () |
To String More... | |
Properties | |
Direction | Direction [get, set] |
bool | AnyError [get] |
int | IHL [get] |
Get Internal Header Length More... | |
int | DSCP [get] |
Get Differentiated Services Code Point More... | |
int | ECN [get] |
Get Explicit Congestion Notification More... | |
int | TL [get] |
Get Packet Total Length (expected one) More... | |
int | CTL [get] |
Get Packet Captured Length (true one) More... | |
int | ID [get] |
Get Identification More... | |
int | FLAGS [get] |
Get Flags More... | |
int | FO [get] |
Get Fragment offset More... | |
int | TTL [get] |
Get Time To Live More... | |
ProtocolType | Protocol [get] |
Get Protocol Type More... | |
string | IP [get, set] |
Get or Set Local IP Address More... | |
string | RemoteIP [get, set] |
Get or Set Remote IP Address More... | |
string | SourceIP [get, set] |
Get or Set Source IP Address (Left Address) More... | |
string | DestinationIP [get, set] |
Get or Set Destination IP Address (Right Address) More... | |
int | OriginalHeaderChecksum [get] |
Get Original Header Checksum More... | |
bool | IsHeaderCheckumCorrect [get] |
Check Header Checksum is Correct 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.IPv4.IPv4 | ( | byte[] | input, |
Packet.Packet | packet | ||
) |
Constructs IPv4 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 |
override string PacMap.Protocols.IPv4.ToString | ( | ) |
|
get |
|
get |
Get Packet Captured Length (true one)
|
getset |
Get or Set Destination IP Address (Right Address)
|
getset |
|
get |
Get Differentiated Services Code Point
|
get |
Get Explicit Congestion Notification
|
get |
Get Flags
|
get |
Get Fragment offset
|
get |
Get Identification
|
get |
Get Internal Header Length
|
getset |
Get or Set Local IP Address
|
get |
Check Header Checksum is Correct
|
get |
Get Original Header Checksum
|
get |
Get Protocol Type
|
getset |
Get or Set Remote IP Address
|
getset |
Get or Set Source IP Address (Left Address)
|
get |
Get Packet Total Length (expected one)
|
get |
Get Time To Live