Struct LSARequest

File: Network/OSPFv2/OSPFPacket.msg

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

LSARequest

Fields:

Name Type Description
lsType unsigned long
linkStateID unsigned long
advertisingRouter IPAddress

Source code:

struct LSARequest
{
    fields:
        unsigned long   lsType;
        unsigned long   linkStateID;
        IPAddress       advertisingRouter;
}