Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
15 void
16 dfw_gencode(dfwork_t *dfw);
17 
18 int*
19 dfw_interesting_fields(dfwork_t *dfw, int *caller_num_fields);
20 
21 #endif
Definition: dfilter-int.h:75