Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-qsig.h
1/* Do not modify this file. Changes will be overwritten. */
2/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3/* packet-qsig.h */
4/* asn2wrs.py -q -L -c ./qsig.cnf -s ./packet-qsig-template -D . -O ../.. General-Error-List.asn qsig-gf-ext.asn qsig-gf-gp.asn qsig-gf-ade.asn QSIG-NA.asn QSIG-CF.asn QSIG-PR.asn QSIG-CT.asn QSIG-CC.asn QSIG-CO.asn QSIG-DND.asn QSIG-CI.asn QSIG-AOC.asn QSIG-RE.asn SYNC-SIG.asn QSIG-CINT.asn QSIG-CMN.asn QSIG-CPI.asn QSIG-PUMR.asn QSIG-PUMCH.asn QSIG-SSCT.asn QSIG-WTMLR.asn QSIG-WTMCH.asn QSIG-WTMAU.asn QSIG-SD.asn QSIG-CIDL.asn QSIG-SMS.asn QSIG-MCR.asn QSIG-MCM.asn QSIG-MID.asn */
5
6/* packet-qsig.h
7 * Routines for QSIG packet dissection
8 * 2007 Tomas Kukosa
9 *
10 * Wireshark - Network traffic analyzer
11 * By Gerald Combs <[email protected]>
12 * Copyright 1998 Gerald Combs
13 *
14 * SPDX-License-Identifier: GPL-2.0-or-later
15 */
16
17#ifndef PACKET_QSIG_H
18#define PACKET_QSIG_H
19
20#include <epan/asn1.h>
21
22
23/* --- Module General-Error-List --- --- --- */
24
25
26/* --- Modules Manufacturer-specific-service-extension-class-asn1-97 PSS1-generic-parameters-definition-asn1-97 Addressing-Data-Elements-asn1-97 --- --- --- */
27
28WS_DLL_PUBLIC unsigned dissect_qsig_Extension(bool implicit_tag _U_, tvbuff_t *tvb _U_, unsigned offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
29WS_DLL_PUBLIC unsigned dissect_qsig_PSS1InformationElement(bool implicit_tag _U_, tvbuff_t *tvb _U_, unsigned offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
30
31/* --- Module Name-Operations-asn1-97 --- --- --- */
32
33
34static const value_string qsig_na_Name_vals[] = {
35 { 0, "namePresentationAllowed" },
36 { 1, "namePresentationRestricted" },
37 { 2, "nameNotAvailable" },
38 { 0, NULL }
39};
40WS_DLL_PUBLIC unsigned dissect_qsig_na_Name(bool implicit_tag _U_, tvbuff_t *tvb _U_, unsigned offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
41
42/* --- Module Call-Diversion-Operations-asn1-97 --- --- --- */
43
44
45/* --- Module Path-Replacement-Operations-asn1-97 --- --- --- */
46
47
48/* --- Module Call-Transfer-Operations-asn1-97 --- --- --- */
49
50
51/* --- Module SS-CC-Operations-asn1-97 --- --- --- */
52
53
54/* --- Module Call-Offer-Operations-asn1-97 --- --- --- */
55
56
57/* --- Module Do-Not-Disturb-Operations-asn1-97 --- --- --- */
58
59
60/* --- Module Call-Intrusion-Operations-asn1-97 --- --- --- */
61
62
63/* --- Module SS-AOC-Operations-asn1-97 --- --- --- */
64
65
66/* --- Module Recall-Operations-asn1-97 --- --- --- */
67
68
69/* --- Module Synchronization-Operations-asn1-97 --- --- --- */
70
71
72/* --- Module Call-Interception-Operations-asn1-97 --- --- --- */
73
74
75/* --- Module Common-Information-Operations-asn1-97 --- --- --- */
76
77
78/* --- Module Call-Interruption-Operations-asn1-97 --- --- --- */
79
80
81/* --- Module PUM-Registration-Operations-asn1-97 --- --- --- */
82
83
84/* --- Module Private-User-Mobility-Call-Handling-Operations-asn1-97 --- --- --- */
85
86
87/* --- Module Single-Step-Call-Transfer-Operations-asn1-97 --- --- --- */
88
89
90/* --- Module WTM-Location-Registration-Operations-asn1-97 --- --- --- */
91
92
93/* --- Module Wireless-Terminal-Call-Handling-Operations-asn1-97 --- --- --- */
94
95
96/* --- Module WTM-Authentication-Operations-asn1-97 --- --- --- */
97
98
99/* --- Module SS-SD-Operations-asn1-97 --- --- --- */
100
101
102/* --- Module Call-Identification-and-Call-Linkage-Operations-asn1-97 --- --- --- */
103
104
105/* --- Module Short-Message-Service-Operations-asn1-97 --- --- --- */
106
107
108/* --- Module SS-MCR-Operations-asn97 --- --- --- */
109
110
111/* --- Module SS-MCM-Operations-asn1-97 --- --- --- */
112
113
114/* --- Module SS-MID-Operations-asn1-97 --- --- --- */
115
116
117#endif /* PACKET_QSIG_H */
118
Definition asn1.h:66
Definition proto.h:907
Mapping between a 32-bit integer value and its string representation.
Definition value_string.h:33
Definition tvbuff-int.h:36