]> git.ipfire.org Git - thirdparty/suricata.git/commit
general: Convert _Bool to bool 4568/head
authorJeff Lucovsky <jeff@lucovsky.org>
Tue, 29 Oct 2019 10:24:53 +0000 (11:24 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 18 Feb 2020 15:28:35 +0000 (16:28 +0100)
commitbe4c6b85de69d24e733ce47f48e5cea91f8197c2
tree7631fc21131f3171c04644b15653002f90e737dd
parent338585917600078249af5731378f46bf5cfa7dcc
general: Convert _Bool to bool

This commit addresses task 3167 and changes usages of '_Bool` to `bool`.
The latter is included from `suricata-common.h`
35 files changed:
src/decode-ipv6.h
src/decode-tcp.h
src/detect-app-layer-protocol.c
src/detect-content.c
src/detect-content.h
src/detect-dsize.c
src/detect-engine-prefilter-common.c
src/detect-engine-prefilter-common.h
src/detect-engine.c
src/detect-engine.h
src/detect-flow.c
src/detect-fragbits.c
src/detect-fragoffset.c
src/detect-http-host.c
src/detect-http-method.c
src/detect-http-raw-header.c
src/detect-icmp-id.c
src/detect-icmp-seq.c
src/detect-icode.c
src/detect-id.c
src/detect-itype.c
src/detect-lua-extensions.c
src/detect-tcp-ack.c
src/detect-tcp-flags.c
src/detect-tcp-seq.c
src/detect-tcpmss.c
src/detect-template2.c
src/detect-tls-cert-fingerprint.c
src/detect-tls-cert-serial.c
src/detect-tls-ja3-hash.c
src/detect-tls-ja3s-hash.c
src/detect-ttl.c
src/detect.h
src/util-thash.c
src/util-thash.h