Namespace inet
PPPFrame
packetPPP frame.
Constant-value header fields are not modelled: Flag (=0x7e), address (=0xff), control (=0x03), CRC (bitError())
CRC is modelled only via cMessage's bit error attribute.
Protocol field is not modelled because types of encapsulated messages wil be determined from their class (using C++ dynamic_cast).
Source code
// // PPP frame. // // Constant-value header fields are not modelled: // Flag (=0x7e), address (=0xff), control (=0x03), CRC (bitError()) // // CRC is modelled only via cMessage's bit error attribute. // // Protocol field is not modelled because types of encapsulated messages // wil be determined from their class (using C++ dynamic_cast). // packet PPPFrame { }File: src/inet/linklayer/ppp/PPPFrame.msg