|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A doubly-linked list of queued subdissector calls with a shared memory pool. More...
#include <next_tvb.h>
Public Attributes | |
| next_tvb_item_t * | first |
| next_tvb_item_t * | last |
| wmem_allocator_t * | pool |
| int | count |
A doubly-linked list of queued subdissector calls with a shared memory pool.
| int next_tvb_list_t::count |
Number of items currently in the list
| next_tvb_item_t* next_tvb_list_t::first |
Pointer to the first item in the list, or NULL if empty
| next_tvb_item_t* next_tvb_list_t::last |
Pointer to the last item in the list, or NULL if empty
| wmem_allocator_t* next_tvb_list_t::pool |
Memory allocator used for all items in this list