blob: 8ec299cd6d046ddb65e40ee7378a4e7748491730 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* packet-tcg-cp-oids.h
* Routines for TCG Certificate Profile OIDs
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_TCG_CP_OIDS_H
#define PACKET_TCG_CP_OIDS_H
#include "packet-tcg-cp-oids-exp.h"
#endif /* PACKET_TCG_CP_OIDS_H */
|