wireshark/epan/dissectors/asn1/pkinit/packet-pkinit-template.h

22 lines
567 B
C

/* packet-pkinit.h
* Routines for PKINIT packet dissection
* Ronnie Sahlberg 2004
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_PKINIT_H
#define PACKET_PKINIT_H
int dissect_pkinit_PA_PK_AS_REQ(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_);
int dissect_pkinit_PA_PK_AS_REP(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_);
#include "packet-pkinit-exp.h"
#endif /* PACKET_PKINIT_H */