Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / nbap / packet-nbap-template.h
blobf31700808974ec7c631d9ac5690b2da2c5072ac7
1 /* packet-nbap-template.h
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef PACKET_NBAP_H
11 #define PACKET_NBAP_H
13 #include "packet-umts_rlc.h"
14 #include "packet-umts_mac.h"
17 * Ericsson specific mapping for various dissector settings.
18 * Must be altered for other equipment.
21 /*Array are indexed on logical channel id, meaning they need to be defined for 1-15*/
22 /* Mapping from logical channel id to MAC content type ie. DCCH or DTCH*/
23 extern uint8_t lchId_type_table[];
25 /* Mapping logicalchannel id to RLC_MODE */
26 extern uint8_t lchId_rlc_map[];
28 /* Mapping Scrambling Codes to C-RNC Contexts */
29 extern wmem_tree_t *nbap_scrambling_code_crncc_map;
30 /* Mapping C-RNC Contexts to U-RNTIs */
31 extern wmem_tree_t *nbap_crncc_urnti_map;
33 #endif