RipPacket
classRIPv2 packet
note: Authentication entry is not allowed
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
command | RipCommand | |
entry | RipEntry[] |
version is fixed: 2 |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // RIPv2 packet // // note: Authentication entry is not allowed // class RipPacket extends FieldsChunk { RipCommand command; // version is fixed: 2 RipEntry entry[]; }File: src/inet/routing/rip/RipPacket.msg