Commit Graph

2 Commits (suricata-3.0RC3)

Author SHA1 Message Date
Ken Steele 8f1d75039a Enforce function coding standard
Functions should be defined as:

int foo(void)
{
}

Rather than:
int food(void) {
}

All functions where changed by a script to match this standard.
11 years ago
Victor Julien d0374ced38 Implement SACK in the stream engine. 15 years ago