Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-pkix1implicit.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-pkix1implicit.h */
4 /* asn2wrs.py -b -p pkix1implicit -c ./pkix1implicit.cnf -s ./packet-pkix1implicit-template -D . -O ../.. PKIX1IMPLICIT93.asn */
5 
6 /* Input file: packet-pkix1implicit-template.h */
7 
8 #line 1 "./asn1/pkix1implicit/packet-pkix1implicit-template.h"
9 /* packet-pkix1implicit.h
10  * Routines for PKIX1Implicit packet dissection
11  *
12  * Wireshark - Network traffic analyzer
13  * By Gerald Combs <gerald@wireshark.org>
14  * Copyright 1998 Gerald Combs
15  *
16  * SPDX-License-Identifier: GPL-2.0-or-later
17  */
18 
19 #ifndef PACKET_PKIX1IMPLICIT_H
20 #define PACKET_PKIX1IMPLICIT_H
21 
22 int dissect_pkix1implicit_GeneralName(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_);
23 int dissect_pkix1implicit_ReasonFlags(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_);
24 
25 
26 /*--- Included file: packet-pkix1implicit-exp.h ---*/
27 #line 1 "./asn1/pkix1implicit/packet-pkix1implicit-exp.h"
28 int dissect_pkix1implicit_KeyIdentifier(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_pkix1implicit_AuthorityInfoAccessSyntax(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_pkix1implicit_UserNotice(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 
32 /*--- End of included file: packet-pkix1implicit-exp.h ---*/
33 #line 18 "./asn1/pkix1implicit/packet-pkix1implicit-template.h"
34 
35 #endif /* PACKET_PKIX1IMPLICIT_H */
36 
Definition: tvbuff-int.h:35
Definition: asn1.h:63
Definition: proto.h:759