blob: ee14e4eb806fc9cd3230daee585f0fc5095f2900 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* packet-pkixac.h
*
* Routines for PKIXAttributeCertificate (RFC3281) packet dissection.
*
* Copyright 2010, Stig Bjorlykke <stig@bjorlykke.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_PKIXAC_H
#define PACKET_PKIXAC_H
/*#include "packet-pkixac-exp.h"*/
#endif /* PACKET_PKIXAC_H */
|