From: Dobrica Pavlinusic Date: Sun, 26 Oct 2014 10:54:03 +0000 (+0100) Subject: convert portmon dumps to protocol X-Git-Url: http://git.rot13.org/?p=vrDialog;a=commitdiff_plain;h=5d3a997032d63b57e9d44da5cd809b6cd9e9dd0c convert portmon dumps to protocol --- diff --git a/dumps/Makefile b/dumps/Makefile new file mode 100644 index 0000000..98414d1 --- /dev/null +++ b/dumps/Makefile @@ -0,0 +1,2 @@ +all: + ls *.log | xargs -i sh -cx "./portmon-parse.pl {} | grep -v ^# > {}.txt"