|
PcapPlusPlus
Next
|
#include <PostgresLayer.h>
Classes | |
| struct | PostgresColumnInfo |
Public Types | |
| enum class | PostgresColumnFormat { Text = 0 , Binary = 1 , Unknown = 2 } |
Public Member Functions | |
| PostgresRowDescriptionMessage (const uint8_t *data, size_t dataLen) | |
| std::vector< PostgresColumnInfo > | getColumnInfos () const |
Additional Inherited Members |
Represents a PostgreSQL RowDescription message (backend)
|
inline |
A constructor that creates the layer from an existing packet raw data
| [in] | data | A pointer to the raw data |
| [in] | dataLen | Size of the data in bytes |
| std::vector<PostgresColumnInfo> pcpp::PostgresRowDescriptionMessage::getColumnInfos | ( | ) | const |