|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
OSPF hello packet structure. More...
Public Attributes | |
| ip | networkMask |
| short | helloInterval |
| byte | option |
| byte | priority |
| int | 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 |
OSPF hello packet structure.
| ip OspfHelloPacket::backupDesignatedRouter |
| int OspfHelloPacket::deadInterval |
| ip OspfHelloPacket::designatedRouter |
| short OspfHelloPacket::helloInterval |
| vector<ip> OspfHelloPacket::neighbors |
| ip OspfHelloPacket::networkMask |
| byte OspfHelloPacket::option |
| byte OspfHelloPacket::priority |