3 * Declarations for disassembly of WTP component of WAP traffic.
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
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)
13 * SPDX-License-Identifier: GPL-2.0-or-later
16 #ifndef __PACKET_WTP_H__
17 #define __PACKET_WTP_H__
19 /* Implementation Status:
21 * All fixed headers decoded for non-concatenated PDUs.
24 * Support for concatenated PDUs
25 * Support for decoding TPIs in variable header
29 See section 9.1 (p. 40) of spec-wtp-19990611.pdf
39 SEGMENTED_INVOKE
= 0x05,
40 SEGMENTED_RESULT
= 0x06,
49 #endif /* packet-wtp.h */