Commit Graph

2 Commits (828d105cea9591750e917cbedff28da039c2fd5f)

Author SHA1 Message Date
Jason Ish 828d105cea pfring: copy cflags over from src/
This should cause the following warning to error out:

runmode-pfring.c: In function 'OldParsePfringConfig':
runmode-pfring.c:118:17: error: implicit declaration of function 'StringParseUnt16'; did you mean 'StringParseInt16'? [-Wimplicit-function-declaration]
  118 |             if (StringParseUnt16(&pfconf->threads, 10, 0, threadsstr) < 0) {
      |                 ^~~~~~~~~~~~~~~~
      |                 StringParseInt16

Ticket: #8271
5 months ago
Jason Ish 79df4b4c89 pf-ring: add as plugin
Ticket: #7162
2 years ago