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

#ifndef PACKET_RWALL_H
#define PACKET_RWALL_H

/* there is no procedure 1 */
#define RWALL_WALL 2

#define RWALL_PROGRAM 100008

#endif