Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-x509ce-template.h
1 /* packet-x509ce.h
2  * Routines for X.509 Certificate Extensions packet dissection
3  * Ronnie Sahlberg 2004
4  *
5  * Wireshark - Network traffic analyzer
6  * By Gerald Combs <gerald@wireshark.org>
7  * Copyright 1998 Gerald Combs
8  *
9  * SPDX-License-Identifier: GPL-2.0-or-later
10  */
11 
12 #ifndef PACKET_X509CE_H
13 #define PACKET_X509CE_H
14 
15 #include "packet-x509ce-exp.h"
16 
17 void x509ce_enable_ciplus(void);
18 void x509ce_disable_ciplus(void);
19 
20 #endif /* PACKET_X509CE_H */
21 
22 /*
23  * Editor modelines - http://www.wireshark.org/tools/modelines.html
24  *
25  * Local Variables:
26  * c-basic-offset: 2
27  * tab-width: 8
28  * indent-tabs-mode: nil
29  * End:
30  *
31  * vi: set shiftwidth=2 tabstop=8 expandtab:
32  * :indentSize=2:tabSize=8:noTabs=true:
33  */