Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-cms-template.h
1 /* packet-cms.h
2  * Routines for RFC5652 Cryptographic Message Syntax packet dissection
3  * Ronnie Sahlberg 2004
4  * Stig Bjorlykke 2010
5  *
6  * Wireshark - Network traffic analyzer
7  * By Gerald Combs <gerald@wireshark.org>
8  * Copyright 1998 Gerald Combs
9  *
10  * SPDX-License-Identifier: GPL-2.0-or-later
11  */
12 
13 #ifndef PACKET_CMS_H
14 #define PACKET_CMS_H
15 
16 #include "packet-cms-exp.h"
17 
18 #endif /* PACKET_CMS_H */
19