summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gdt.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
commite4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch)
tree68cb5ef9081156392f1dd62a00c6ccc1451b93df /epan/dissectors/packet-gdt.h
parentInitial commit. (diff)
downloadwireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz
wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/packet-gdt.h')
-rw-r--r--epan/dissectors/packet-gdt.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gdt.h b/epan/dissectors/packet-gdt.h
new file mode 100644
index 00000000..9c73b707
--- /dev/null
+++ b/epan/dissectors/packet-gdt.h
@@ -0,0 +1,24 @@
+/* Do not modify this file. Changes will be overwritten. */
+/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
+/* packet-gdt.h */
+/* asn2wrs.py -b -L -p gdt -c ./gdt.cnf -s ./packet-gdt-template -D . -O ../.. gdt.asn */
+
+/* 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 */