wireshark/epan/dissectors/packet-rwall.h

19 lines
323 B
C

/* 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