summaryrefslogtreecommitdiff
path: root/test/decoders/ftp/ftp_module.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test/decoders/ftp/ftp_module.toml')
-rw-r--r--test/decoders/ftp/ftp_module.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/decoders/ftp/ftp_module.toml b/test/decoders/ftp/ftp_module.toml
new file mode 100644
index 0000000..9e6f4e0
--- /dev/null
+++ b/test/decoders/ftp/ftp_module.toml
@@ -0,0 +1,13 @@
+#load ftp module
+[[module]]
+path = ""
+init = "ftp_init"
+exit = "ftp_exit"
+thread_init = "ftp_on_thread_init"
+thread_exit = "ftp_on_thread_exit"
+
+#load ftp gtest module
+[[module]]
+path = ""
+init = "gtest_ftp_init"
+exit = "gtest_ftp_exit"