Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
packet-stat.h
1/* packet-stat.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
6 *
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11#ifndef PACKET_STAT_H
12#define PACKET_STAT_H
13
14#define STAT_PROGRAM 100024
15
16#define STATPROC_NULL 0
17#define STATPROC_STAT 1
18#define STATPROC_MON 2
19#define STATPROC_UNMON 3
20#define STATPROC_UNMON_ALL 4
21#define STATPROC_SIMU_CRASH 5
22#define STATPROC_NOTIFY 6
23
24#endif