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