![]() |
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Internal structure representing a wmem-allocated string buffer. More...
#include <wmem_strbuf.h>
Public Attributes | |
wmem_allocator_t * | allocator |
char * | str |
size_t | len |
size_t | alloc_size |
Internal structure representing a wmem-allocated string buffer.
This structure holds a string buffer allocated via the wmem memory management system. It supports efficient string manipulation and resizing, including embedded NUL bytes.