|
PcapPlusPlus
Next
|
#include <PostgresLayer.h>
Public Member Functions | |
| PostgresQueryMessage (const uint8_t *data, size_t dataLen) | |
| std::string | getQuery () const |
Additional Inherited Members |
Represents a PostgreSQL Query message (Frontend)
|
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::string pcpp::PostgresQueryMessage::getQuery | ( | ) | const |