packet-ldap: fix regression for SASL handling
[wireshark-sm.git] / epan / lapd_sapi.h
blob561efd75768f48ae3916ee95e9d986832a3fe62f
1 /* lapd_sapi.h
2 * Declarations of LAPD SAPI values.
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 2004 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef __LAPD_SAPI_H__
12 #define __LAPD_SAPI_H__
14 #define LAPD_SAPI_Q931 0 /* Q.931 call control procedure */
15 #define LAPD_SAPI_PM_Q931 1 /* Packet mode Q.931 call control procedure */
16 #define LAPD_SAPI_X25 16 /* X.25 Level 3 procedures */
17 #define LAPD_SAPI_L2 63 /* Layer 2 management procedures */
19 #define LAPD_GSM_SAPI_RA_SIG_PROC 0
20 #define LAPD_GSM_SAPI_NOT_USED_1 1
21 #define LAPD_GSM_SAPI_NOT_USED_16 16
22 #define LAPD_GSM_SAPI_OM_PROC 62
24 #endif /* lapd_sapi.h */