Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
lapd_sapi.h
1 /* lapd_sapi.h
2  * Declarations of LAPD SAPI values.
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 2004 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10 
11 #ifndef __LAPD_SAPI_H__
12 #define __LAPD_SAPI_H__
13 
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 */
18 
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
23 
24 #endif /* lapd_sapi.h */