PcapPlusPlus  Next
pcpp::BgpOpenMessageLayer::bgp_open_message Struct Reference

#include <BgpLayer.h>

Inheritance diagram for pcpp::BgpOpenMessageLayer::bgp_open_message:
pcpp::BgpLayer::bgp_common_header

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.
 

Detailed Description

BGP OPEN message structure