Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-cdt-template.h
1 /* packet-cdt.h
2  *
3  * Routines for Compressed Data Type packet dissection.
4  *
5  * Copyright 2005, Stig Bjorlykke <stig@bjorlykke.org>, Thales Norway AS
6  *
7  * Wireshark - Network traffic analyzer
8  * By Gerald Combs <gerald@wireshark.org>
9  * Copyright 1998 Gerald Combs
10  *
11  * SPDX-License-Identifier: GPL-2.0-or-later
12  */
13 
14 #ifndef PACKET_CDT_H
15 #define PACKET_CDT_H
16 
17 void dissect_cdt (tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree);
18 #include "packet-cdt-exp.h"
19 
20 #endif /* PACKET_CDT_H */
21 
Definition: packet_info.h:44
Definition: tvbuff-int.h:35
Definition: proto.h:759