summaryrefslogtreecommitdiffstats
path: root/epan/dfilter/gencode.h
blob: 94191b6a970e73d58878d9fd68cab1c278722098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/** @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

#include "dfilter-int.h"

void
dfw_gencode(dfwork_t *dfw);

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

#endif