Bug #115
closeddetect.alert counter never incremented
Description
The detect.alert counter is shown in the stats.log but is never incremented. It's meant to be incremented for each unique alert.
Files
Updated by Anoop Saldanha over 14 years ago
- Assignee changed from OISF Dev to Anoop Saldanha
Looks like the counter is registered, but it isn't being updated anywhere in the code.
Updated by Anoop Saldanha over 14 years ago
- File 0001-bug-115-fix.patch added
attached a fix against 4494545d3a1257add4173af58c59fcaa1bf64b85.
Updated by Victor Julien over 14 years ago
The numbers reported by this patch are off quite a bit. I think the best place to update the counter would be in PacketAlertAppend, as it is run after thresholding tests are done.
Updated by Victor Julien over 14 years ago
- Due date changed from 03/12/2010 to 04/16/2010
- Priority changed from Normal to Urgent
Updated by Anoop Saldanha over 14 years ago
Patch attached.
Updated by Anoop Saldanha over 14 years ago
- File deleted (
0001-bug-115-fix.patch)
Updated by Victor Julien over 14 years ago
- % Done changed from 0 to 70
Thanks Anoop, applied. I had to modify it to work with the reference keyword patch. I pushed out a master containing both.
Can you create another (incremental) patch against the current master that makes sure we have only one counter in the log (clubbing counter iirc)?
Updated by Victor Julien over 14 years ago
- Due date changed from 04/16/2010 to 04/23/2010
- Target version changed from 0.8.2 to 0.9.0
The clubbing counter work won't be ready in time, setting target to 0.9.0.
Updated by Victor Julien over 14 years ago
- Priority changed from Urgent to Normal
Updated by Victor Julien over 14 years ago
- Target version changed from 0.9.0 to 0.9.1
Updated by Victor Julien over 14 years ago
- Target version changed from 0.9.1 to 0.9.2
Updated by Victor Julien over 14 years ago
- Status changed from New to Closed
- % Done changed from 70 to 100
- Estimated time changed from 1.00 h to 4.00 h
Issue fully fixed in current master.