convert portmon dumps to protocol
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 26 Oct 2014 10:54:03 +0000 (11:54 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 26 Oct 2014 10:54:03 +0000 (11:54 +0100)
dumps/Makefile [new file with mode: 0644]

diff --git a/dumps/Makefile b/dumps/Makefile
new file mode 100644 (file)
index 0000000..98414d1
--- /dev/null
@@ -0,0 +1,2 @@
+all:
+       ls *.log | xargs -i sh -cx "./portmon-parse.pl {} | grep -v ^# > {}.txt"