Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
dissectors
packet-rquota.h
1
/* packet-rquota.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_RQUOTA_H
12
#define PACKET_RQUOTA_H
13
14
#define RQUOTAPROC_NULL 0
15
#define RQUOTAPROC_GETQUOTA 1
16
#define RQUOTAPROC_GETACTIVEQUOTA 2
17
#define RQUOTAPROC_SETQUOTA 3
18
#define RQUOTAPROC_SETACTIVEQUOTA 4
19
20
#define RQUOTA_PROGRAM 100011
21
22
#endif
Generated by
1.8.11