|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include "dfilter-int.h"Go to the source code of this file.
Functions | |
| void | dfw_gencode (dfwork_t *dfw) |
| Generates code for a given data flow work structure. | |
| int * | dfw_interesting_fields (dfwork_t *dfw, int *caller_num_fields) |
| Retrieves an array of interesting fields from a dfwork_t structure. | |
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 2001 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| void dfw_gencode | ( | dfwork_t * | dfw | ) |
Generates code for a given data flow work structure.
This function initializes various data structures and generates code based on the data flow work.
| dfw | Pointer to the data flow work structure. |
| int * dfw_interesting_fields | ( | dfwork_t * | dfw, |
| int * | caller_num_fields | ||
| ) |
Retrieves an array of interesting fields from a dfwork_t structure.
This function returns an array containing the keys of all fields marked as interesting in the given dfwork_t structure.
| dfw | Pointer to the dfwork_t structure containing the interesting fields. |
| caller_num_fields | Pointer to an integer that will be set to the number of interesting fields returned. |