Commit Graph

14578 Commits (f9276fdf0010e16448e81a69203856e39d1862af)
 

Author SHA1 Message Date
Victor Julien fe867a302c scripts: spelling 1 year ago
Victor Julien ee7ed99b6f rust: spelling 1 year ago
Victor Julien f893827c32 mpm/spm: spelling 1 year ago
Victor Julien a945982e8f yaml: spelling 1 year ago
Victor Julien d936a970ed rules: spelling 1 year ago
Victor Julien c89ceaccf1 qa: spelling 1 year ago
Victor Julien 2c0b42b358 lua: spelling 1 year ago
Victor Julien a8057eeed8 eve/schema: spelling 1 year ago
Victor Julien 9b408e6e2f ebpf: spelling 1 year ago
Victor Julien 73ea0ccfee doxygen: spelling 1 year ago
Victor Julien c0d9b3c078 doc/userguide: spelling 1 year ago
Victor Julien c0e02bf37b doc/readme: spelling 1 year ago
Victor Julien 7dbf8a54f1 configure: spelling 1 year ago
Victor Julien 89aee640e3 changelog: spelling 1 year ago
Victor Julien fb7ff5b61c github-ci: spelling 1 year ago
Victor Julien 9ab5480257 ftp: rename enum to fix spelling 1 year ago
Victor Julien 3516ce8c93 enip: rename struct to fix spelling 1 year ago
Victor Julien 791f4f05d5 dnp3: rename flag to fix spelling 1 year ago
Victor Julien 3c7ad453fe classification: spelling 1 year ago
Victor Julien 21f7d51e24 exception/policy: spelling 1 year ago
Victor Julien ef5ec842e5 detect/threshold: reword alloc failure message 1 year ago
Victor Julien da89164ba1 detect: spelling: DetectBufferMpmRegistry 1 year ago
Victor Julien 29d59ee155 detect: spelling: SIG_FLAG_INIT_PRIO_EXPLICIT 1 year ago
Victor Julien 0c5e47b735 detect: spelling: update SigTableApplyStrictCommandLineOption 1 year ago
Victor Julien bbcf6fe76b detect: spelling: multi-tenancy fixes 1 year ago
Victor Julien a3c8105ac4 fuzz: spelling: AFLFUZZ_PERSISTENT_MODE 1 year ago
Victor Julien 4dbdaf8a8e doc/install: point to userguide 1 year ago
Victor Julien 19cabc9a02 doc: remove legacy windows install guide 1 year ago
Victor Julien 01f43604b9 doc: remove legacy pfring install guide 1 year ago
Victor Julien 9520aac79c prscript: remove as it is obsolete 1 year ago
Wes Hurd aee41957e1 doc: add docutils.conf to disable smart quotes 1 year ago
Victor Julien 2634e6b3f8 runmode/unix-socket: don't lead http range memory
Init was per run, Deinit global, so Init overwrote memory if multiple
pcaps were processed.

Bug: #6046.
1 year ago
Victor Julien 74d03c2b61 detect/loader: set proper thread flags
Fixes: 13beba141c ("source: add THV_RUNNING flag to notify of running state")

Bug: #6043.
1 year ago
Victor Julien d630f0fa34 rust: rustfmt files with recent new tests 1 year ago
Victor Julien 77f1658c2a rust: fix new clippy warnings 1 year ago
Andreas Herz 3045e75ee1 doc: add note on the hashsize recommendation for datasets 1 year ago
Lancer Cheng 0cf742a9ca smb: add unit tests
Issue: 4865
1 year ago
Victor Julien a006aef4d0 doc: fix description of iptables rules 1 year ago
tianjinshan 2c0c6cb0a5 smb/ntlmssp: fix parsing of negotiate flags
Ticket: #5783
1 year ago
Bazzan Don 38b3fffbc7 doc/optimization: move "convert.py" to Python3
Ticket: #5596
1 year ago
Morris Chan b9aac6dd18 yaml: grammar fixup 1 year ago
Juliana Fajardini ae2a477978 devguide: clarify clang formatting changes policy
It was pointed out by a contributor that our workflow mentioned
rewrite-branch as the preferred way, while in fact our policy is to add
said changes to a different commit. Updating documentation to prevent
other situations like that.
1 year ago
Juliana Fajardini dc71faaa8a scripts/clang: remove mention to rewrite-branch
Although we prefer that formatting changes (e.g. the ones made by
running clang) go in a different commit, our script error message was
still suggesting `rewrite-branch` as an option. Removed that and added
that the changes made by the script should go into a separate commit.
1 year ago
Rafael Girão 6ec3bc189a docs: remove obsolete af-packet warning 1 year ago
Jason Ish 0e55307c1d app-layer: remove APP_LAYER_PARSER_OPT_UNIDIR_TXS
This flag is no longer needed as a parser can now create a transaction
as unidirectional.

Setting this flag also doesn't make sense on parsers that may have
request/reply and some unidirectional messaging.
1 year ago
John Dewey 365bec3da6 netmap: Correct LB + Netmap YAML usage
Corrected the example YAML configuration when using Netmap and
LB.
1 year ago
Philippe Antoine 6b9fce7728 app-layer: shorter code for proto string helpers 1 year ago
Philippe Antoine e1046239ea scripts: fix setup app layer for output
using rust nowadays.

Also remove useless code about files that do not need changes
anymore
1 year ago
Philippe Antoine 5b2605bdfe debug: use AppProtoToString
instead of recoding it.
This way, setup-app-layer.py needs to patch one file less
1 year ago
Philippe Antoine e80974966d detect: allow 0-sized non-NULL buffers to match
Such as a HTTP1 header with an empty value

Ticket: #6025
1 year ago