Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / asn1 / pkix1implicit / packet-pkix1implicit-template.h
blob894ce3ac61b9f3707bc1e2b57ebb542500a8e3bd
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
9 */
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 */