You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/qa/coccinelle
Eric Leblond e05fd7f1d0 coccinelle: add script to generate flags test
This patch adds a script which can be used to generate a test
on coherence of flag usage.

By adding comment in the code, it is possible to declare that we
link a flag in a structure to a specific family of constant:

For example:
	/* coccinelle: Packet:flowflags:FLOW_PKT_ */
will trigger the generation on a test which verifies that the
flowflags field in Packet structure is only used with constant
starting by FLOW_PKT_.
13 years ago
..
Makefile.am Add coccinelle files 15 years ago
access-pkt-packet.cocci Update coccinelle script to match syntax evolution. 14 years ago
action-pkt.cocci action handling: add test to avoid direct access 13 years ago
banned-functions.cocci Update coccinelle script to match syntax evolution. 14 years ago
direct-packet.cocci Import coccinelle test 15 years ago
malloc-error-check.cocci coccinelle: add new correct case to error treatment 14 years ago
pktnotset-packet.cocci coccinelle: update pkt not set test 13 years ago
run_check.sh coccinelle: fix distcheck 14 years ago
size_t.cocci Update coccinelle script to match syntax evolution. 14 years ago
struct-flags.py coccinelle: add script to generate flags test 13 years ago
sz3.cocci cocci test: add sizeof test 13 years ago
tcp-struct-flags.cocci coccinelle: add tcp flag check 13 years ago