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

19 lines
393 B
C

/* packet-crmf.h
* Routines for RFC2511 Certificate Request Message Format 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_CRMF_H
#define PACKET_CRMF_H
#include "packet-crmf-exp.h"
#endif /* PACKET_CRMF_H */