Wireshark 4.5.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
21/* --- Module General-Error-List --- --- --- */
22
23
24/* --- Modules Manufacturer-specific-service-extension-class-asn1-97 PSS1-generic-parameters-definition-asn1-97 Addressing-Data-Elements-asn1-97 --- --- --- */
25
26WS_DLL_PUBLIC int dissect_qsig_Extension(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
27WS_DLL_PUBLIC int dissect_qsig_PSS1InformationElement(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
28
29/* --- Module Name-Operations-asn1-97 --- --- --- */
30
31
32static const value_string qsig_na_Name_vals[] = {
33 { 0, "namePresentationAllowed" },
34 { 1, "namePresentationRestricted" },
35 { 2, "nameNotAvailable" },
36 { 0, NULL }
37};
38WS_DLL_PUBLIC int dissect_qsig_na_Name(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
39
40/* --- Module Call-Diversion-Operations-asn1-97 --- --- --- */
41
42
43/* --- Module Path-Replacement-Operations-asn1-97 --- --- --- */
44
45
46/* --- Module Call-Transfer-Operations-asn1-97 --- --- --- */
47
48
49/* --- Module SS-CC-Operations-asn1-97 --- --- --- */
50
51
52/* --- Module Call-Offer-Operations-asn1-97 --- --- --- */
53
54
55/* --- Module Do-Not-Disturb-Operations-asn1-97 --- --- --- */
56
57
58/* --- Module Call-Intrusion-Operations-asn1-97 --- --- --- */
59
60
61/* --- Module SS-AOC-Operations-asn1-97 --- --- --- */
62
63
64/* --- Module Recall-Operations-asn1-97 --- --- --- */
65
66
67/* --- Module Synchronization-Operations-asn1-97 --- --- --- */
68
69
70/* --- Module Call-Interception-Operations-asn1-97 --- --- --- */
71
72
73/* --- Module Common-Information-Operations-asn1-97 --- --- --- */
74
75
76/* --- Module Call-Interruption-Operations-asn1-97 --- --- --- */
77
78
79/* --- Module PUM-Registration-Operations-asn1-97 --- --- --- */
80
81
82/* --- Module Private-User-Mobility-Call-Handling-Operations-asn1-97 --- --- --- */
83
84
85/* --- Module Single-Step-Call-Transfer-Operations-asn1-97 --- --- --- */
86
87
88/* --- Module WTM-Location-Registration-Operations-asn1-97 --- --- --- */
89
90
91/* --- Module Wireless-Terminal-Call-Handling-Operations-asn1-97 --- --- --- */
92
93
94/* --- Module WTM-Authentication-Operations-asn1-97 --- --- --- */
95
96
97/* --- Module SS-SD-Operations-asn1-97 --- --- --- */
98
99
100/* --- Module Call-Identification-and-Call-Linkage-Operations-asn1-97 --- --- --- */
101
102
103/* --- Module Short-Message-Service-Operations-asn1-97 --- --- --- */
104
105
106/* --- Module SS-MCR-Operations-asn97 --- --- --- */
107
108
109/* --- Module SS-MCM-Operations-asn1-97 --- --- --- */
110
111
112/* --- Module SS-MID-Operations-asn1-97 --- --- --- */
113
114
115#endif /* PACKET_QSIG_H */
116
Definition asn1.h:65
Definition proto.h:901
Definition value_string.h:25
Definition tvbuff-int.h:35