Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
next_tvb_list_t Struct Reference

A doubly-linked list of queued subdissector calls with a shared memory pool. More...

#include <next_tvb.h>

Public Attributes

next_tvb_item_tfirst
 
next_tvb_item_tlast
 
wmem_allocator_tpool
 
int count
 

Detailed Description

A doubly-linked list of queued subdissector calls with a shared memory pool.

Member Data Documentation

◆ count

int next_tvb_list_t::count

Number of items currently in the list

◆ first

next_tvb_item_t* next_tvb_list_t::first

Pointer to the first item in the list, or NULL if empty

◆ last

next_tvb_item_t* next_tvb_list_t::last

Pointer to the last item in the list, or NULL if empty

◆ pool

wmem_allocator_t* next_tvb_list_t::pool

Memory allocator used for all items in this list


The documentation for this struct was generated from the following file: