|
PcapPlusPlus
25.05
|
#include <BgpLayer.h>
Public Attributes | |
| uint8_t | version |
| BGP version number. | |
| uint16_t | myAutonomousSystem |
| Autonomous System number of the sender. | |
| uint16_t | holdTime |
| The number of seconds the sender proposes for the value of the Hold Timer. | |
| uint32_t | bgpId |
| BGP Identifier of the sender. | |
| uint8_t | optionalParameterLength |
| The total length of the Optional Parameters field. | |
Public Attributes inherited from pcpp::BgpLayer::bgp_common_header | |
| uint8_t | marker [16] |
| 16-octet marker | |
| uint16_t | length |
| Total length of the message, including the header. | |
| uint8_t | messageType |
| BGP message type. | |
BGP OPEN message structure