epan/dissectors/pidl/ C99 drsuapi
[wireshark-sm.git] / epan / dissectors / asn1 / gdt / packet-gdt-template.h
bloba24ba4466735adff8037427bb4b56141d9c500a2
1 /* packet-gdt-template.h
3 * Copyright 2022, Damir Franusic <damir.franusic@gmail.com>
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef PACKET_GDT_H
14 #define PACKET_GDT_H
16 void proto_register_gdt(void);
17 void proto_reg_handoff_gdt(void);
19 #endif /* PACKET_GDT_H */