rectifications

This commit is contained in:
Pratik
2019-10-05 20:47:14 +05:30
parent 3d1772bdb8
commit fde477f4bc

View File

@@ -92,7 +92,7 @@ cat /var/log/ufw.log |
total+=$1 total+=$1
SRC_IPS[$5]+=$1 SRC_IPS[$5]+=$1
DST_IPS[$6]+=$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 { END {
print "" print ""