Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-spray.h
1 /* packet-spray.h
2  * 2001 Ronnie Sahlberg <See AUTHORS for email>
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10 
11 #ifndef PACKET_SPRAY_H
12 #define PACKET_SPRAY_H
13 
14 #define SPRAYPROC_NULL 0
15 #define SPRAYPROC_SPRAY 1
16 #define SPRAYPROC_GET 2
17 #define SPRAYPROC_CLEAR 3
18 
19 #define SPRAY_PROGRAM 100012
20 
21 #endif