|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
OSPF database description packet structure. More...
Public Attributes | |
| short | mtu |
| byte | option |
| bool | initBit |
| bool | masterBit |
| bool | moreBit |
| int | seqNumber |
| vector< OspfLSAHeader > | listLSAHeaders |
Public Attributes inherited from OspfPacket | |
| byte | version |
| byte | typeCode |
| short | length |
| ip | routerId |
| ip | areaId |
| short | checkSum |
| short | authenticationType |
| int | sequence |
OSPF database description packet structure.
| bool OspfDDPacket::initBit |
| vector<OspfLSAHeader> OspfDDPacket::listLSAHeaders |
| bool OspfDDPacket::masterBit |
| bool OspfDDPacket::moreBit |
| short OspfDDPacket::mtu |
| byte OspfDDPacket::option |
| int OspfDDPacket::seqNumber |