aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-klm.h
blob: 9ee4882ddf274e7962611444931e3af850555b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* packet-klm.h   2001 Ronnie Sahlberg <See AUTHORS for email>
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef PACKET_KLM_H
#define PACKET_KLM_H

#define KLMPROC_TEST   1
#define KLMPROC_LOCK   2
#define KLMPROC_CANCEL 3
#define KLMPROC_UNLOCK 4

#define KLM_PROGRAM 100020

#endif