Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-pkix1implicit-template.h
1 /* packet-pkix1implicit.h
2  * Routines for PKIX1Implicit packet dissection
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10 
11 #ifndef PACKET_PKIX1IMPLICIT_H
12 #define PACKET_PKIX1IMPLICIT_H
13 
14 int dissect_pkix1implicit_GeneralName(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_);
15 int dissect_pkix1implicit_ReasonFlags(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_);
16 
17 #include "packet-pkix1implicit-exp.h"
18 
19 #endif /* PACKET_PKIX1IMPLICIT_H */
20 
Definition: tvbuff-int.h:35
Definition: asn1.h:63
Definition: proto.h:759