From fde477f4bc9966dcf2c2c7dbde611d0052d9d670 Mon Sep 17 00:00:00 2001 From: Pratik <> Date: Sat, 5 Oct 2019 20:47:14 +0530 Subject: [PATCH] rectifications --- ufw.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ufw.awk b/ufw.awk index da64227..1b14157 100755 --- a/ufw.awk +++ b/ufw.awk @@ -92,7 +92,7 @@ cat /var/log/ufw.log | total+=$1 SRC_IPS[$5]+=$1 DST_IPS[$6]+=$1 - printf ("%6d %15s %10s %10s %15s %15s %8d %8d %8s %20s\n", $1, $2, $3, $4, $5, $6, $7, $8, $9, port_programs[$7]) + printf ("%6d %15s %10s %10s %15s %1g5s %8d %8d %8s %20s\n", $1, $2, $3, $4, $5, $6, $7, $8, $9, port_programs[$7]) } END { print ""