PcapPlusPlus
pcpp::ppp_pptp_header Struct Reference

#include <GreLayer.h>

Public Attributes

uint8_t address
 
uint8_t control
 
uint16_t protocol
 

Detailed Description

Represents PPP layer that comes after GREv1 as part of PPTP protocol

Member Data Documentation

◆ address

uint8_t pcpp::ppp_pptp_header::address

Broadcast address

◆ control

uint8_t pcpp::ppp_pptp_header::control

Control byte

◆ protocol

uint16_t pcpp::ppp_pptp_header::protocol

Protocol type of the next layer (see PPP_* macros at PPPoELayer.h)