Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
gencode.h
Go to the documentation of this file.
1
10#ifndef GENCODE_H
11#define GENCODE_H
12
13#include "dfilter-int.h"
14
22void
24
25int*
26
36dfw_interesting_fields(dfwork_t *dfw, int *caller_num_fields);
37
38#endif
void dfw_gencode(dfwork_t *dfw)
Generates code for a given data flow work structure.
Definition gencode.c:901
int * dfw_interesting_fields(dfwork_t *dfw, int *caller_num_fields)
Retrieves an array of interesting fields from a dfwork_t structure.
Definition gencode.c:933
State for the second stage of display filter compilation (semantic check and code generation).
Definition dfilter-int.h:90