Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-stat-notify.h
1 /* packet-stat-notify.h
2  * Async callback to notify NSM servers of changes in client status
3  * 2001 Ronnie Sahlberg <See AUTHORS for email>
4  *
5  * Wireshark - Network traffic analyzer
6  * By Gerald Combs <gerald@wireshark.org>
7  * Copyright 1998 Gerald Combs
8  *
9  * SPDX-License-Identifier: GPL-2.0-or-later
10  */
11 
12 #ifndef PACKET_STAT_NOTIFY_H
13 #define PACKET_STAT_NOTIFY_H
14 
15 #define STATNOTIFY_PROGRAM 200048
16 
17 #define STATNOTIFYPROC_NULL 0
18 #define STATNOTIFYPROC_MON 1
19 
20 #endif