decrypt drsuapi attributes
[wireshark-sm.git] / epan / lapd_sapi.h
blob3729a3483dd9e69579b94f2524df891bce7bbdb0
1 /** @file
3 * Declarations of LAPD SAPI values.
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 2004 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __LAPD_SAPI_H__
13 #define __LAPD_SAPI_H__
15 #define LAPD_SAPI_Q931 0 /* Q.931 call control procedure */
16 #define LAPD_SAPI_PM_Q931 1 /* Packet mode Q.931 call control procedure */
17 #define LAPD_SAPI_X25 16 /* X.25 Level 3 procedures */
18 #define LAPD_SAPI_L2 63 /* Layer 2 management procedures */
20 #define LAPD_GSM_SAPI_RA_SIG_PROC 0
21 #define LAPD_GSM_SAPI_NOT_USED_1 1
22 #define LAPD_GSM_SAPI_NOT_USED_16 16
23 #define LAPD_GSM_SAPI_OM_PROC 62
25 #endif /* lapd_sapi.h */