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
OspfHelloPacket Class Reference

OSPF hello packet structure. More...

Inheritance diagram for OspfHelloPacket:
OspfPacket Pdu Signal

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
 

Detailed Description

OSPF hello packet structure.

Member Data Documentation

◆ backupDesignatedRouter

ip OspfHelloPacket::backupDesignatedRouter

◆ deadInterval

int OspfHelloPacket::deadInterval

◆ designatedRouter

ip OspfHelloPacket::designatedRouter

◆ helloInterval

short OspfHelloPacket::helloInterval

◆ neighbors

vector<ip> OspfHelloPacket::neighbors

◆ networkMask

ip OspfHelloPacket::networkMask

◆ option

byte OspfHelloPacket::option

◆ priority

byte OspfHelloPacket::priority

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