Actions
Bug #8271
closed
AN
JI
pfring: StringParseUnt16 function is not found
Bug #8271:
pfring: StringParseUnt16 function is not found
Description
Perhaps developer is forgot to update src/util-byte.c & src/util-byte.h
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
Actions