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
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
..
coccinelle coccinelle: add script to generate flags test 13 years ago
gnuplot
Makefile.am Add simple socket to gzip file PoC. 14 years ago
sock_to_gzip_file.py Add simple socket to gzip file PoC. 14 years ago
wirefuzz.pl