TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git] / epan / dissectors / packet-bacnet.h
blob60a676aee0e1bcac2ddee92d1f79e26bba76854e
1 /* packet-bacnet.h
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
8 */
10 #ifndef __PACKET_BACNET_H__
11 #define __PACKET_BACNET_H__
13 extern int
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
22 * Local variables:
23 * c-basic-offset: 4
24 * tab-width: 8
25 * indent-tabs-mode: nil
26 * End:
28 * vi: set shiftwidth=4 tabstop=8 expandtab:
29 * :indentSize=4:tabSize=8:noTabs=true: