Packet PIMPacket

File: src/inet/routing/pim/PIMPacket.msg

C++ definition

Header

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Known subclasses:

Name Type Description
PIMAssert packet

Assert message DM, SM

PIMHello packet

Hello message DM, SM

PIMJoinPrune packet

Join/Prune message DM, SM

PIMRegister packet

Register message SM

PIMRegisterStop packet

Register-Stop message SM

PIMStateRefresh packet

State Refresh message DM

Fields:

Name Type Description
version short
type short

Source code:

///////////////////////////////////////////////////////////////////////////////////////////////
// Header
packet PIMPacket
{
    short version = 2;
    short type @enum(PIMPacketType);
}