summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/gdt/packet-gdt-template.h
blob: a24ba4466735adff8037427bb4b56141d9c500a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* packet-gdt-template.h
 *
 * Copyright 2022, Damir Franusic <damir.franusic@gmail.com>
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */


#ifndef PACKET_GDT_H
#define PACKET_GDT_H

void proto_register_gdt(void);
void proto_reg_handoff_gdt(void);

#endif  /* PACKET_GDT_H */