Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 <[email protected]>
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
20WS_DLL_PUBLIC const value_string q932_PresentedAddressScreened_vals[];
21WS_DLL_PUBLIC const value_string q932_PresentedAddressUnscreened_vals[];
22WS_DLL_PUBLIC const value_string q932_PresentedNumberScreened_vals[];
23WS_DLL_PUBLIC const value_string q932_PresentedNumberUnscreened_vals[];
24WS_DLL_PUBLIC const value_string q932_PartyNumber_vals[];
25WS_DLL_PUBLIC const value_string q932_PartySubaddress_vals[];
26WS_DLL_PUBLIC const value_string q932_ScreeningIndicator_vals[];
27WS_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_);
28WS_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_);
29WS_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_);
30WS_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_);
31WS_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_);
32WS_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_);
33WS_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_);
34WS_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_);
35WS_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:901
Definition value_string.h:25
Definition tvbuff-int.h:35