Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-wtls.h
1 /* packet-wtls.h
2  *
3  * Declarations for disassembly of WTLS component of WAP traffic.
4  *
5  * Wireshark - Network traffic analyzer
6  * By Gerald Combs <gerald@wireshark.org>
7  * Copyright 1998 Gerald Combs
8  *
9  * WAP dissector based on original work by Ben Fowler
10  * Updated by Neil Hunter <neil.hunter@energis-squared.com>
11  * WTLS support by Alexandre P. Ferreira (Splice IP)
12  *
13  * SPDX-License-Identifier: GPL-2.0-or-later
14  */
15 
16 #ifndef __PACKET_WTLS_H__
17 #define __PACKET_WTLS_H__
18 
19 /* Implementation Status:
20  *
21  *
22  *
23  * TODO:
24  */
25 
26 #endif /* packet-wtls.h */