Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-mstp.h
1 /* packet-mstp.h
2  * Routines for BACnet MS/TP datalink dissection
3  * Copyright 2008 Steve Karg <skarg@users.sourceforge.net> Alabama
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 __MSTP_H__
13 #define __MSTP_H__
14 
20 const gchar *
21 mstp_frame_type_text(guint32 val);
22 
33 void
34 dissect_mstp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tree *subtree, gint offset);
35 
36 #endif /* __MSTP_H__ */
37 
38 
Definition: packet_info.h:44
Definition: proto.h:904
Definition: tvbuff-int.h:35