3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef __PACKET_BACNET_H__
11 #define __PACKET_BACNET_H__
14 bacnet_dissect_sec_wrapper(tvbuff_t
*tvb
, packet_info
*pinfo
, proto_tree
*tree
,
15 int offset
, bool *pis_net_msg_flg
);
17 #endif /* __PACKET_BACNET_H__ */
20 * Editor modelines - https://www.wireshark.org/tools/modelines.html
25 * indent-tabs-mode: nil
28 * vi: set shiftwidth=4 tabstop=8 expandtab:
29 * :indentSize=4:tabSize=8:noTabs=true: