aboutsummaryrefslogtreecommitdiffstats
path: root/debian/headers-check.c
blob: 0cc885ab25d467f09a832c4a31a67ca643481869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* headers-check.c
 *
 * Test program to ensure all required headers are in the debian package,
 * by Laszio <ezerotven@gmail.com>.
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#include <wireshark/config.h>
#include <epan/stats_tree.h>
#include <epan/packet.h>
#include <epan/prefs.h>