|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
OSPFv3 hello packets structure. More...
Public Attributes | |
| int | interfaceId |
| byte | priority |
| int | optionV3 |
| short | helloInterval |
| short | deadInterval |
| ip | designatedRouter |
| ip | backupDesignatedRouter |
| vector< ip > | neighbors |
Public Attributes inherited from OspfPacket | |
| byte | version |
| byte | typeCode |
| short | length |
| ip | routerId |
| ip | areaId |
| short | checkSum |
| short | authenticationType |
| int | sequence |
OSPFv3 hello packets structure.
| ip Ospfv3HelloPacket::backupDesignatedRouter |
| short Ospfv3HelloPacket::deadInterval |
| ip Ospfv3HelloPacket::designatedRouter |
| short Ospfv3HelloPacket::helloInterval |
| int Ospfv3HelloPacket::interfaceId |
| vector<ip> Ospfv3HelloPacket::neighbors |
| int Ospfv3HelloPacket::optionV3 |
| byte Ospfv3HelloPacket::priority |