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-klm.h
1
/* packet-klm.h 2001 Ronnie Sahlberg <See AUTHORS for email>
2
*
3
* Wireshark - Network traffic analyzer
4
* By Gerald Combs <gerald@wireshark.org>
5
* Copyright 1998 Gerald Combs
6
*
7
* SPDX-License-Identifier: GPL-2.0-or-later
8
*/
9
10
#ifndef PACKET_KLM_H
11
#define PACKET_KLM_H
12
13
#define KLMPROC_TEST 1
14
#define KLMPROC_LOCK 2
15
#define KLMPROC_CANCEL 3
16
#define KLMPROC_UNLOCK 4
17
18
#define KLM_PROGRAM 100020
19
20
#endif
Generated by
1.8.11