Skip to content

Commit

Permalink
Added column names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelena Mirkovic committed Mar 26, 2022
1 parent 6586aa3 commit 82d8960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sum_alerts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ if ($#ARGV < 0)
$lasttime = time();
open($FH,'<',$ARGV[0]) || die("no such file ", $ARGV[0]);
$curpos = tell($FH);
print "#target start end pkts Gbps Bps signatures votes\n";
for (;;) {
# For interactive printing
if (time() - $lasttime > $DELAY_START)
Expand Down

0 comments on commit 82d8960

Please sign in to comment.