Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
gencode.h
1 /* gencode.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 2001 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef GENCODE_H
11 #define GENCODE_H
12 
13 void
14 dfw_gencode(dfwork_t *dfw);
15 
16 int*
17 dfw_interesting_fields(dfwork_t *dfw, int *caller_num_fields);
18 
19 #endif
Definition: dfilter-int.h:32