Commit Graph

74 Commits (666fecc5795d57c5bf7c8b619ff5159a4954a95f)

Author SHA1 Message Date
Victor Julien 3012edae1c luajit: update default yaml and doc for 'states' 8 years ago
Jason Ish 0792f80909 doc: only build pdf on dist if pdflatex is installed 8 years ago
Jason Ish ee16b86900 doc: fix build pdf on non gnu make platforms
The Makefile generated by sphinx-build is GNU Make specific
causing the PDF phase to fail. Instead call pdflatex directly
based on how the generated Makefile was doing it.
8 years ago
Victor Julien 1aa70fb39e doc: add rate_filter 8 years ago
Jason Ish 1a724ba851 doc: flow: update and add new keywords 8 years ago
Victor Julien 56ffba9fd8 doc: initial app-layer keywords
Document app-layer-protocol and make a start with app-layer-event.
8 years ago
Victor Julien c6134e007e doc: app-layer tls including no-reassemble 8 years ago
Nicolas Thill 3750c15632 doc: add SCPacketTimestamp Lua function
Signed-off-by: Nicolas Thill <ntl@p1sec.com>
8 years ago
Victor Julien 4126fd82a0 doc: small eve update: add dns 8 years ago
Victor Julien e3b2d95100 doc: add recent tls keywords 8 years ago
Victor Julien 08b875c03b doc: clean up fast_pattern 8 years ago
Victor Julien f1046db113 doc: fix header keywords layout 8 years ago
Victor Julien d80914d350 doc: move rule reload and adding rules into rule-management 8 years ago
Victor Julien e24c3937b3 doc: add rule-management chapter 8 years ago
Victor Julien 80bd59ae86 doc: improve install doc, configure 8 years ago
Victor Julien 48274218df doc: multi-tenancy is not work in progress 8 years ago
Victor Julien f64decf5e2 doc: clean up log rotation 8 years ago
Victor Julien 729fd2e406 doc: update libcap-ng doc 8 years ago
Victor Julien e5ee665f24 doc: rewrite rule reload doc 8 years ago
Victor Julien 6a831f8125 doc: add simple install guide 8 years ago
Jason Ish 2c60e9b4de doc: remove userguide.pdf on clean instead of suricata.pdf
As the pdf is a built artifact, it needs to be removed to
satisfy distcheck.
8 years ago
Jason Ish afead7e565 doc: add missing docs to EXTRA_DIST 8 years ago
Jason Ish dbde356053 doc: exclude docs in partials/ from reference errors
These docs are already included with the include statement,
but older versions of Sphinx still complain that they
are not in a table of contents.
8 years ago
Victor Julien aaf0fe4d29 doc: eve update 8 years ago
Victor Julien a35bea28f3 doc: rules-meta typo 8 years ago
Victor Julien 76b55214f0 doc: rules-meta small cleanup 8 years ago
Victor Julien 3cf1b12061 doc: http sticky vs modifier 8 years ago
Victor Julien 0d15593258 doc: move urilen to other uri keywords 8 years ago
Victor Julien 34bfacdee0 doc: add minimal http request/response line sections 8 years ago
Victor Julien adb6c75e2e doc: only make sphinx warnings fatal on html/pdf 8 years ago
Jason Ish 82a6bfd599 doc: manpage: add bugs and notes section 8 years ago
Jason Ish a4450b768e doc: manpage: add signals section 8 years ago
Jason Ish 5c78fdbc9c doc: break out command line options into a common doc
The command line options can now be consumed by the man page
and the user guide.

Some attempt was made to order the options from common/basic
progressing to advanced with some notion of options
grouped together.
8 years ago
Jason Ish cd4c9e73f8 doc: fix sphinx warnings
This involved removing documents that were intentionally
not referenced as they are not good candidates for the
user guide.
8 years ago
Jason Ish 3df7f97a33 doc: fail on sphinx warnings 8 years ago
Jason Ish 79d21e9eee docs: include userguide.pdf in dist 8 years ago
Jason Ish 214e97814c doc: bring in unix socket interaction from wiki 8 years ago
Jason Ish bec128bbf9 doc: attempt to parse version if not in environment
Should fix the version displayed on readthedocs.
8 years ago
Giuseppe Longo 3f214b506a file-store: add depth setting
When a rules match and fired filestore we may want
to increase the stream reassembly depth for this specific.

This add the 'depth' setting in file-store config,
which permits to specify how much data we want to reassemble
into a stream.
8 years ago
Giuseppe Longo 9ab1194f68 modbus: set stream depth
Some protocol like modbus requires
a infinite stream depth because session
are kept open and we want to analyze everything.

Since we have a stream reassembly depth per stream,
we can also set a stream reassembly depth per proto.
8 years ago
Victor Julien 92b393ee9a doc: include enip page 8 years ago
Victor Julien a2d8cfb5d3 doc: reorder rule docs 8 years ago
kwong a3ffebd835 Adding SCADA EtherNet/IP and CIP protocol support
Add support for the ENIP/CIP Industrial protocol

This is an app layer implementation which uses the "enip" protocol
and "cip_service" and "enip_command" keywords

Implements AFL entry points
8 years ago
Victor Julien 5bd906ae9f doc: prefilter keyword and config 8 years ago
Victor Julien 3ab405dc50 doc: reorganize hyperscan guide 8 years ago
Victor Julien 99d5bf4e68 doc: improve tuning/perf docs 8 years ago
Victor Julien c7c8de7d59 doc: fix ET example URL 8 years ago
Victor Julien 485544d885 doc: improve commandline options 8 years ago
Victor Julien 7011d8f34c doc: remove/cleanup 'guides' 8 years ago
Victor Julien 73b355e24a doc: fix lua keyword name 8 years ago