Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-dsp.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-dsp.h */
4 /* asn2wrs.py -b -p dsp -c ./dsp.cnf -s ./packet-dsp-template -D . -O ../.. dsp.asn */
5 
6 /* Input file: packet-dsp-template.h */
7 
8 #line 1 "./asn1/dsp/packet-dsp-template.h"
9 /* packet-dsp.h
10  * Routines for X.511 (X.500 Directory Access Protocol) packet dissection
11  * Graeme Lunt 2005
12  *
13  * Wireshark - Network traffic analyzer
14  * By Gerald Combs <gerald@wireshark.org>
15  * Copyright 1998 Gerald Combs
16  *
17  * SPDX-License-Identifier: GPL-2.0-or-later
18  */
19 
20 #ifndef PACKET_DSP_H
21 #define PACKET_DSP_H
22 
23 
24 /*--- Included file: packet-dsp-exp.h ---*/
25 #line 1 "./asn1/dsp/packet-dsp-exp.h"
26 extern const value_string dsp_ReferenceType_vals[];
27 int dissect_dsp_OperationProgress(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
28 int dissect_dsp_ReferenceType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
29 int dissect_dsp_AccessPoint(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
30 int dissect_dsp_MasterAndShadowAccessPoints(gboolean 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_dsp_AccessPointInformation(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
32 int dissect_dsp_Exclusions(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
33 int dissect_dsp_ContinuationReference(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
34 
35 /*--- End of included file: packet-dsp-exp.h ---*/
36 #line 16 "./asn1/dsp/packet-dsp-template.h"
37 
38 #endif /* PACKET_DSP_H */
Definition: tvbuff-int.h:35
Definition: asn1.h:63
Definition: value_string.h:24
Definition: proto.h:759