blob: 242fa5cafc68f91cae7ec74c62cf6fa8a4a02fed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* packet-acp133.h
* Routines for ACP133 specific syntaxes in X.500 packet dissection
* Graeme Lunt 2005
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_ACP133_H
#define PACKET_ACP133_H
/* #include "packet-acp133-exp.h" */
#endif /* PACKET_ACP133_H */
|