Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-rwall.h
1 /* packet-rwall.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef PACKET_RWALL_H
11 #define PACKET_RWALL_H
12 
13 /* there is no procedure 1 */
14 #define RWALL_WALL 2
15 
16 #define RWALL_PROGRAM 100008
17 
18 #endif