]> git.ipfire.org Git - thirdparty/suricata.git/commit
napatech: fix warnings with ByteExtractStringUint8
authorRalph Eastwood <rea@napatech.com>
Thu, 3 Aug 2023 13:32:10 +0000 (15:32 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 5 Sep 2023 12:21:34 +0000 (14:21 +0200)
commitd7aa7a063ff004a35a116cb39e47bc18dd378e5a
tree7ebccca00521df0a6a67cddba645fad09a21b62b
parent23e53865131e9c6a947e6f540359d95b4228ac81
napatech: fix warnings with ByteExtractStringUint8

The WARN_UNUSED attribute has been added to ByteExtractStringUint8
in commit 698816811406572c443ca1e95c309d292f489376.  The return
value is now handled and appropriate errors printed.
src/util-napatech.c