blob: 74e08ed7e1758540b8e6c6d5bffd7634aebf0ef1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* packet-pkixproxy.h
* Routines for RFC3820 PKIXProxy packet dissection
* Ronnie Sahlberg 2004
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_PKIXPROXY_H
#define PACKET_PKIXPROXY_H
/*#include "packet-pkixproxy-exp.h"*/
#endif /* PACKET_PKIXPROXY_H */
|