Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
reassembly_table_functions Struct Reference

Table of functions for a reassembly table. More...

#include <reassemble.h>

Public Attributes

GHashFunc hash_func
 Hash function for fragment table keys.
GEqualFunc equal_func
 Equality function for fragment table keys.
fragment_temporary_key temporary_key_func
 Create a temporary (short-lived) fragment key.
fragment_persistent_key persistent_key_func
 Create a persistent (long-lived) fragment key.
GDestroyNotify free_temporary_key_func
 Destroy a temporary fragment key.
GDestroyNotify free_persistent_key_func
 Destroy a persistent fragment key.

Detailed Description

Table of functions for a reassembly table.


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