File: Network/OSPFv2/OSPFPacket.msg
Represents an OSPF Database Description packet
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| OSPFPacket | Represents an OSPF packet header |
| Name | Type | Description |
|---|---|---|
| interfaceMTU | unsigned short | |
| options | OSPFOptions | |
| ddOptions | OSPFDDOptions | |
| ddSequenceNumber | unsigned long | |
| lsaHeaders | OSPFLSAHeader[] |
message OSPFDatabaseDescriptionPacket extends OSPFPacket { fields: unsigned short interfaceMTU; OSPFOptions options; OSPFDDOptions ddOptions; unsigned long ddSequenceNumber; OSPFLSAHeader lsaHeaders[]; }