#include <proto.hpp>
Definition at line 1607 of file proto.hpp.
◆ Packet() [1/2]
openvpn::ProtoContext::Packet::Packet |
( |
| ) |
|
|
inline |
◆ Packet() [2/2]
openvpn::ProtoContext::Packet::Packet |
( |
BufferPtr && |
buf_arg, |
|
|
const unsigned int |
opcode_arg = CONTROL_V1 |
|
) |
| |
|
inline |
◆ buffer()
const Buffer & openvpn::ProtoContext::Packet::buffer |
( |
| ) |
const |
|
inline |
◆ buffer_ptr()
const BufferPtr & openvpn::ProtoContext::Packet::buffer_ptr |
( |
| ) |
|
|
inline |
◆ clone()
Packet openvpn::ProtoContext::Packet::clone |
( |
| ) |
const |
|
inline |
◆ contains_tls_ciphertext()
bool openvpn::ProtoContext::Packet::contains_tls_ciphertext |
( |
| ) |
const |
|
inline |
This returns if this packet type has a payload that should considered to be TLS ciphertext/TLS packet
Definition at line 1648 of file proto.hpp.
◆ frame_prepare()
void openvpn::ProtoContext::Packet::frame_prepare |
( |
const Frame & |
frame, |
|
|
const unsigned int |
context |
|
) |
| |
|
inline |
◆ operator bool()
openvpn::ProtoContext::Packet::operator bool |
( |
| ) |
const |
|
inline |
◆ reset()
void openvpn::ProtoContext::Packet::reset |
( |
| ) |
|
|
inline |
◆ reset_non_buf()
void openvpn::ProtoContext::Packet::reset_non_buf |
( |
| ) |
|
|
inlineprivate |
◆ ProtoContext
◆ buf
◆ opcode
unsigned int openvpn::ProtoContext::Packet::opcode |
|
private |
The documentation for this class was generated from the following file: