mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-12-25 02:35:12 +01:00
Still a fix in DOT format newlines
This commit is contained in:
parent
2443ff21fa
commit
52a876b232
1 changed files with 2 additions and 2 deletions
|
@ -120,12 +120,12 @@ __AI_correlated_alerts_to_dot ( AI_alert_correlation *corr, FILE *fp )
|
|||
fprintf ( fp,
|
||||
"\t\"[%d.%d.%d] %s\\n"
|
||||
"%s:%s -> %s:%s\\n"
|
||||
"starting from %s\n"
|
||||
"starting from %s\\n"
|
||||
"(%d alerts grouped)\" -> "
|
||||
|
||||
"\"[%d.%d.%d] %s\\n"
|
||||
"%s:%s -> %s:%s\\n"
|
||||
"starting from %s\n"
|
||||
"starting from %s\\n"
|
||||
"(%d alerts grouped)\";\n",
|
||||
|
||||
corr->key.a->gid, corr->key.a->sid, corr->key.a->rev, corr->key.a->desc,
|
||||
|
|
Loading…
Reference in a new issue