aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/gencode.h
blob: e9857da26ec5bd74ba7e4027c7b1823582b840b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** @file
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 2001 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef GENCODE_H
#define GENCODE_H

void
dfw_gencode(dfwork_t *dfw);

int*
dfw_interesting_fields(dfwork_t *dfw, int *caller_num_fields);

#endif