Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-cdt.h
1 /* Do not modify this file. Changes will be overwritten. */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler */
3 /* packet-cdt.h */
4 /* asn2wrs.py -b -p cdt -c ./cdt.cnf -s ./packet-cdt-template -D . -O ../.. cdt.asn */
5 
6 /* Input file: packet-cdt-template.h */
7 
8 #line 1 "./asn1/cdt/packet-cdt-template.h"
9 /* packet-cdt.h
10  *
11  * Routines for Compressed Data Type packet dissection.
12  *
13  * Copyright 2005, Stig Bjorlykke <stig@bjorlykke.org>, Thales Norway AS
14  *
15  * Wireshark - Network traffic analyzer
16  * By Gerald Combs <gerald@wireshark.org>
17  * Copyright 1998 Gerald Combs
18  *
19  * SPDX-License-Identifier: GPL-2.0-or-later
20  */
21 
22 #ifndef PACKET_CDT_H
23 #define PACKET_CDT_H
24 
25 void dissect_cdt (tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree);
26 
27 /*--- Included file: packet-cdt-exp.h ---*/
28 #line 1 "./asn1/cdt/packet-cdt-exp.h"
29 int dissect_cdt_CompressedData(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
30 
31 /*--- End of included file: packet-cdt-exp.h ---*/
32 #line 19 "./asn1/cdt/packet-cdt-template.h"
33 
34 #endif /* PACKET_CDT_H */
35 
Definition: packet_info.h:44
Definition: tvbuff-int.h:35
Definition: asn1.h:63
Definition: proto.h:759