Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-q932.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-q932.h */
4 /* asn2wrs.py -b -q -L -p q932 -c ./q932.cnf -s ./packet-q932-template -D . -O ../.. Addressing-Data-Elements.asn Network-Facility-Extension.asn Network-Protocol-Profile-component.asn Interpretation-component.asn */
5 
6 /* packet-q932.h
7  * Routines for Q.932 packet dissection
8  * 2007 Tomas Kukosa
9  *
10  * Wireshark - Network traffic analyzer
11  * By Gerald Combs <gerald@wireshark.org>
12  * Copyright 1998 Gerald Combs
13  *
14  * SPDX-License-Identifier: GPL-2.0-or-later
15  */
16 
17 #ifndef PACKET_Q932_H
18 #define PACKET_Q932_H
19 
20 WS_DLL_PUBLIC const value_string q932_PresentedAddressScreened_vals[];
21 WS_DLL_PUBLIC const value_string q932_PresentedAddressUnscreened_vals[];
22 WS_DLL_PUBLIC const value_string q932_PresentedNumberScreened_vals[];
23 WS_DLL_PUBLIC const value_string q932_PresentedNumberUnscreened_vals[];
24 WS_DLL_PUBLIC const value_string q932_PartyNumber_vals[];
25 WS_DLL_PUBLIC const value_string q932_PartySubaddress_vals[];
26 WS_DLL_PUBLIC const value_string q932_ScreeningIndicator_vals[];
27 WS_DLL_PUBLIC int dissect_q932_PresentedAddressScreened(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 WS_DLL_PUBLIC int dissect_q932_PresentedAddressUnscreened(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
29 WS_DLL_PUBLIC int dissect_q932_PresentedNumberScreened(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
30 WS_DLL_PUBLIC int dissect_q932_PresentedNumberUnscreened(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
31 WS_DLL_PUBLIC int dissect_q932_Address(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
32 WS_DLL_PUBLIC int dissect_q932_PartyNumber(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
33 WS_DLL_PUBLIC int dissect_q932_PartySubaddress(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
34 WS_DLL_PUBLIC int dissect_q932_ScreeningIndicator(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
35 WS_DLL_PUBLIC int dissect_q932_PresentationAllowedIndicator(bool implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
36 
37 #endif /* PACKET_Q932_H */
38 
Definition: asn1.h:65
Definition: proto.h:904
Definition: value_string.h:26
Definition: tvbuff-int.h:35