1 /* packet-pkix1implicit.h
2 * Routines for PKIX1Implicit packet dissection
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
11 #ifndef PACKET_PKIX1IMPLICIT_H
12 #define PACKET_PKIX1IMPLICIT_H
14 int dissect_pkix1implicit_GeneralName(bool implicit_tag _U_
, tvbuff_t
*tvb
, int offset
, asn1_ctx_t
*actx
, proto_tree
*tree
, int hf_index _U_
);
15 int dissect_pkix1implicit_ReasonFlags(bool implicit_tag _U_
, tvbuff_t
*tvb
, int offset
, asn1_ctx_t
*actx
, proto_tree
*tree
, int hf_index _U_
);
17 #include "packet-pkix1implicit-exp.h"
19 #endif /* PACKET_PKIX1IMPLICIT_H */