Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Attributes | List of all members
OspfDDPacket Class Reference

OSPF database description packet structure. More...

Inheritance diagram for OspfDDPacket:
OspfPacket Pdu Signal Ospfv3DDPacket

Public Attributes

short mtu
 
byte option
 
bool initBit
 
bool masterBit
 
bool moreBit
 
int seqNumber
 
vector< OspfLSAHeaderlistLSAHeaders
 
- Public Attributes inherited from OspfPacket
byte version
 
byte typeCode
 
short length
 
ip routerId
 
ip areaId
 
short checkSum
 
short authenticationType
 
int sequence
 

Detailed Description

OSPF database description packet structure.

Member Data Documentation

◆ initBit

bool OspfDDPacket::initBit

◆ listLSAHeaders

vector<OspfLSAHeader> OspfDDPacket::listLSAHeaders

◆ masterBit

bool OspfDDPacket::masterBit

◆ moreBit

bool OspfDDPacket::moreBit

◆ mtu

short OspfDDPacket::mtu

◆ option

byte OspfDDPacket::option

◆ seqNumber

int OspfDDPacket::seqNumber

The documentation for this class was generated from the following file: