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/doc
Philippe Antoine d8cb00e795 detect/tcp: make tcp.flags a generic integer with bitflags
Ticket: 6724

Allows to use numerical values for example

Also fixes some unit tests that were returning 1 after goto error
FlagsTestParse05 especially took this path as
de->ignored_flags != (TH_SYN|TH_RST) was false
we had de->ignored_flags == 0xff ^ (TH_SYN|TH_RST)
And then, we had a match, instead of what the not-run code
was supposing.
10 months ago
..
doxygen
userguide detect/tcp: make tcp.flags a generic integer with bitflags 10 months ago
AUTHORS doc: replace ohloh with openhub link 5 years ago
Basic_Setup.txt
INSTALL doc/install: fix minor typo 10 months ago
Makefile.am doc: remove outdated GITGUIDE 10 months ago
NEWS userguide: update references to Suricata website 5 years ago
README
Setting_up_IPSinline_for_Linux.txt docs: update url to docs.suricata.io 3 years ago
TODO userguide: update references to Suricata website 5 years ago
Third_Party_Installation_Guides.txt

README