summaryrefslogtreecommitdiffstats
path: root/snort-view-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'snort-view-html.lsp')
-rw-r--r--snort-view-html.lsp7
1 files changed, 7 insertions, 0 deletions
diff --git a/snort-view-html.lsp b/snort-view-html.lsp
new file mode 100644
index 0000000..f148b86
--- /dev/null
+++ b/snort-view-html.lsp
@@ -0,0 +1,7 @@
+<? local view = ... ?>
+<html>
+<body>
+<h1>View file</h1>
+<textarea name=""><? io.write(view.logfile.value) ?></textarea>
+</body>
+</html>