Andreas Herz
							
						 
						
							 
							
							
							
								
							
								2e8678a5ff 
								
							
								 
							
						 
						
							
							
								
								docs: replace redmine links and enforce https on oisf urls  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								David DIALLO
							
						 
						
							 
							
							
							
								
							
								6c643d8975 
								
							
								 
							
						 
						
							
							
								
								modbus: duplicate alerts unaware of direction  
							
							 
							
							... 
							
							
							
							Remove DetectAppLayerInspectEngineRegister for TOCLIENT direction
because Modbus inspection engine is only performing in request (TOSERVER).
Detect Value keyword in read access rule. In read access, match on value
is not possible.
Update Modbus keyword documentation. 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Giuseppe Longo
							
						 
						
							 
							
							
							
								
							
								d2121945c9 
								
							
								 
							
						 
						
							
							
								
								doc: update file_data description  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Eric Leblond
							
						 
						
							 
							
							
							
								
							
								72c8cd67d5 
								
							
								 
							
						 
						
							
							
								
								doc: documentation update on metadata  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Pascal Delalande
							
						 
						
							 
							
							
							
								
							
								0ff60f65ec 
								
							
								 
							
						 
						
							
							
								
								doc: update filestore for file hash extraction  
							
							 
							
							... 
							
							
							
							Update for extraction based on md5, sha1 and sha256 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								07738af868 
								
							
								 
							
						 
						
							
							
								
								detect/content: introduce startswith modifier  
							
							 
							
							... 
							
							
							
							Add startswith modifier to simplify matching patterns at the start
of a buffer.
Instead of:
    content:"abc"; depth:3;
This enables:
    content:"abc"; startswith;
Especially with longer patterns this makes the intention of the rule
more clear and eases writing the rules.
Internally it's simply a shorthand for 'depth:<pattern len>;'.
Ticket https://redmine.openinfosecfoundation.org/issues/742  
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Eric Leblond
							
						 
						
							 
							
							
							
								
							
								f5ba4c231d 
								
							
								 
							
						 
						
							
							
								
								doc: update following ftp-data changes  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Andreas Herz
							
						 
						
							 
							
							
							
								
							
								6f0794c16f 
								
							
								 
							
						 
						
							
							
								
								keyword-filesize: add units  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								f6938933d9 
								
							
								 
							
						 
						
							
							
								
								doc: Amend the list of accepted protocols  
							
							 
							
							... 
							
							
							
							Based on the list in suricata.yaml 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								98a1ec490f 
								
							
								 
							
						 
						
							
							
								
								doc: Move IP reputation keyword to rules section  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								722cff1862 
								
							
								 
							
						 
						
							
							
								
								doc: Restructure ToC  
							
							 
							
							... 
							
							
							
							* All sections up to 2 levels deep are now shown regardless of whether they are a separate page
* Rename Xbits and Thresholding for more consistent naming
* Minor adjustment in the Payload Keywords section 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								196ba1da70 
								
							
								 
							
						 
						
							
							
								
								doc: Make the header keywords section separate sections in ToC  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								a55a6cdb62 
								
							
								 
							
						 
						
							
							
								
								doc: Move flowint as integral part of flow keywords  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								f6c766112c 
								
							
								 
							
						 
						
							
							
								
								doc: Minor changes in structuring of HTTP Keywords / Snort differences  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								e9b25988ba 
								
							
								 
							
						 
						
							
							
								
								doc: Move pcre entirely to Payload Keywords section  
							
							 
							
							... 
							
							
							
							(plus remove lingering screenshot of a rule) 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								bb1bf2643d 
								
							
								 
							
						 
						
							
							
								
								doc: Move fast_pattern and prefilter to dedicated page  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								fea037fda8 
								
							
								 
							
						 
						
							
							
								
								doc: Moved explanation of normalized buffers to rules introduction  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								11990c7117 
								
							
								 
							
						 
						
							
							
								
								doc: Move the definition of modifier keywords to the introduction  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								dfae19247d 
								
							
								 
							
						 
						
							
							
								
								doc: Completely rewrite the rules introduction for more clearity  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								274c36eb2f 
								
							
								 
							
						 
						
							
							
								
								doc: Meta-settings -> Meta Keywords plus some textual changes  
							
							 
							
							... 
							
							
							
							Most importantly, conventions are now placed in tip boxes 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								3413793768 
								
							
								 
							
						 
						
							
							
								
								doc: Use lowercased keyword names as section titles  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ralph Broenink
							
						 
						
							 
							
							
							
								
							
								a52aacb4ea 
								
							
								 
							
						 
						
							
							
								
								doc: Replace images of tables and rules with text in rules docs  
							
							 
							
							... 
							
							
							
							In some chapters of the rules documentation, many sections used examples of rules, but these were inserted into images. These have been replaced by text and HTML emphasis.
Additionally, some tables embedded into images were also replaced by reST tables. 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Mats Klepsland
							
						 
						
							 
							
							
							
								
							
								9556d4fef3 
								
							
								 
							
						 
						
							
							
								
								doc: add documentation for tls_cert_fingerprint keyword  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								1180687574 
								
							
								 
							
						 
						
							
							
								
								doc/file_data: add note on negated matching  
							
							 
							
							... 
							
							
							
							Explain issue #2216  and how to avoid it. 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Abbed
							
						 
						
							 
							
							
							
								
							
								320b032a88 
								
							
								 
							
						 
						
							
							
								
								doc: small typo under '4.3.1.5' section  
							
							 
							
							
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Eric Leblond
							
						 
						
							 
							
							
							
								
							
								f5ad6a2095 
								
							
								 
							
						 
						
							
							
								
								doc: document target keyword  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Andreas Herz
							
						 
						
							 
							
							
							
								
							
								bf1a8d08da 
								
							
								 
							
						 
						
							
							
								
								doc: rephrase nocase placement explanation  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								4697330b73 
								
							
								 
							
						 
						
							
							
								
								doc: flowints formatting cleanup  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								0af562d4c8 
								
							
								 
							
						 
						
							
							
								
								doc: move parts out of snort difference doc  
							
							 
							
							... 
							
							
							
							Move generic keyword descriptions to the keyword documentation. 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								David Wharton
							
						 
						
							 
							
							
							
								
							
								a8d0ae460c 
								
							
								 
							
						 
						
							
							
								
								doc: removing (replaced) snort-compatibility.rst  
							
							 
							
							... 
							
							
							
							snort-compatibility.rst replaced by differences-from-snort.rst 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								David Wharton
							
						 
						
							 
							
							
							
								
							
								8a53d49e81 
								
							
								 
							
						 
						
							
							
								
								doc: replacing snort-compatibility link  
							
							 
							
							... 
							
							
							
							The snort-compatibility.rst document is being replaced by
differences-from-snort.rst. This commit updates the link. 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								David Wharton
							
						 
						
							 
							
							
							
								
							
								6bc7c64794 
								
							
								 
							
						 
						
							
							
								
								doc: overhaul of the snort-compatibility document  
							
							 
							
							... 
							
							
							
							This is intended to replace the existing 'snort-compatibility.rst'
document.
Based on "The Suricata Rule Writing Guide for The Snort Expert"
2016 SuriCon talk. 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								245a89b7e7 
								
							
								 
							
						 
						
							
							
								
								doc: http keywords update  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Mats Klepsland
							
						 
						
							 
							
							
							
								
							
								ee9f822b8e 
								
							
								 
							
						 
						
							
							
								
								doc: add documentation for tls_cert_serial keyword  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								David Wharton
							
						 
						
							 
							
							
							
								
							
								1bf7ded224 
								
							
								 
							
						 
						
							
							
								
								doc: specify buffers that can be used for fast_pattern  
							
							 
							
							... 
							
							
							
							Updated notes on the following buffers indicating that they can
be used for fast_pattern:
tls_cert_subject
tls_cert_issuer
tls_sni 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								David Wharton
							
						 
						
							 
							
							
							
								
							
								b1ad770b36 
								
							
								 
							
						 
						
							
							
								
								doc: removed references to older Suricata versions  
							
							 
							
							... 
							
							
							
							docs are versioned; references to older Suricata versions undesired. 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								c477c4370e 
								
							
								 
							
						 
						
							
							
								
								doc: update for unix socket hostbits  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Eric Leblond
							
						 
						
							 
							
							
							
								
							
								c357dafed9 
								
							
								 
							
						 
						
							
							
								
								doc: document the tls_sni keyword  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								bc38cd5932 
								
							
								 
							
						 
						
							
							
								
								doc: initial xbits documentation  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								41074a87a0 
								
							
								 
							
						 
						
							
							
								
								doc: DNP3 support is now available  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Jason Ish
							
						 
						
							 
							
							
							
								
							
								0c6c9784a2 
								
							
								 
							
						 
						
							
							
								
								doc: document that that ;, \, " need to be escaped in rules  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Jason Ish
							
						 
						
							 
							
							
							
								
							
								1a724ba851 
								
							
								 
							
						 
						
							
							
								
								doc: flow: update and add new keywords  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								56ffba9fd8 
								
							
								 
							
						 
						
							
							
								
								doc: initial app-layer keywords  
							
							 
							
							... 
							
							
							
							Document app-layer-protocol and make a start with app-layer-event. 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								e3b2d95100 
								
							
								 
							
						 
						
							
							
								
								doc: add recent tls keywords  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								08b875c03b 
								
							
								 
							
						 
						
							
							
								
								doc: clean up fast_pattern  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								f1046db113 
								
							
								 
							
						 
						
							
							
								
								doc: fix header keywords layout  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								d80914d350 
								
							
								 
							
						 
						
							
							
								
								doc: move rule reload and adding rules into rule-management  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								e24c3937b3 
								
							
								 
							
						 
						
							
							
								
								doc: add rule-management chapter  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								e5ee665f24 
								
							
								 
							
						 
						
							
							
								
								doc: rewrite rule reload doc  
							
							 
							
							
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Victor Julien
							
						 
						
							 
							
							
							
								
							
								a35bea28f3 
								
							
								 
							
						 
						
							
							
								
								doc: rules-meta typo  
							
							 
							
							
							
						 
						
							9 years ago