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