Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-ess-template.h
1 /* packet-ess.h
2  * Routines for RFC5035 Extended Security Services packet dissection
3  * Ronnie Sahlberg 2004
4  * Stig Bjorlykke 2010
5  *
6  * Wireshark - Network traffic analyzer
7  * By Gerald Combs <gerald@wireshark.org>
8  * Copyright 1998 Gerald Combs
9  *
10  * SPDX-License-Identifier: GPL-2.0-or-later
11  */
12 
13 #ifndef PACKET_ESS_H
14 #define PACKET_ESS_H
15 
16 #include "packet-ess-exp.h"
17 
18 #endif /* PACKET_ESS_H */
19