PPPoE header. More...
Data Fields | |
LT_BITFIELD8 | version:4 |
Protocol version number. | |
LT_BITFIELD8 | type:4 |
PPPoE Type. | |
uint8_t | code |
PPPoE Code. | |
uint16_t | session_id |
Session Identifier. | |
uint16_t | length |
Total Length of the PPP packet. |
PPPoE header.
uint8_t libtrace_pppoe::code |
PPPoE Code.
uint16_t libtrace_pppoe::length |
Total Length of the PPP packet.
uint16_t libtrace_pppoe::session_id |
Session Identifier.
LT_BITFIELD8 libtrace_pppoe::type |
PPPoE Type.
LT_BITFIELD8 libtrace_pppoe::version |
Protocol version number.