aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/cms/packet-cms-template.h
blob: fc72844c751e670f29b40c508116ace9e84bf22e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* packet-cms.h
 * Routines for RFC5652 Cryptographic Message Syntax packet dissection
 *   Ronnie Sahlberg 2004
 *   Stig Bjorlykke 2010
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef PACKET_CMS_H
#define PACKET_CMS_H

#include "packet-cms-exp.h"

#endif  /* PACKET_CMS_H */