/* packet-rwall.h * * Wireshark - Network traffic analyzer * By Gerald Combs * 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