Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
dissectors
asn1
cdt
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
_packet_info
Definition:
packet_info.h:44
tvbuff
Definition:
tvbuff-int.h:35
_proto_node
Definition:
proto.h:759
Generated by
1.8.11