Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
packet-t124-template.h
1 /* packet-t124.h
2  * Routines for t124 packet dissection
3  * Copyright 2010, Graeme Lunt
4  *
5  * Wireshark - Network traffic analyzer
6  * By Gerald Combs <gerald@wireshark.org>
7  * Copyright 1998 Gerald Combs
8  *
9  * SPDX-License-Identifier: GPL-2.0-or-later
10  */
11 
12 #ifndef PACKET_T124_H
13 #define PACKET_T124_H
14 
15 #include <epan/packet_info.h>
16 #include <epan/dissectors/packet-per.h>
17 
18 extern int dissect_DomainMCSPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
19 extern guint32 t124_get_last_channelId(void);
20 extern void t124_set_top_tree(proto_tree *tree);
21 
22 extern void register_t124_ns_dissector(const char *nsKey, dissector_t dissector, int proto);
23 extern void register_t124_sd_dissector(packet_info *pinfo, guint32 channelId, dissector_t dissector, int proto);
24 
25 #include "packet-t124-exp.h"
26 
27 #endif /* PACKET_T124_H */
28 
29 
Definition: packet_info.h:44
Definition: tvbuff-int.h:35
Definition: proto.h:759