mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update link to flex pattern docs
This commit is contained in:
parent
aa5d784d48
commit
ed7b0b3503
3 changed files with 12 additions and 2 deletions
10
CHANGES
10
CHANGES
|
@ -1,4 +1,14 @@
|
||||||
|
|
||||||
|
2.5-582 | 2018-05-21 13:34:16 -0500
|
||||||
|
|
||||||
|
* Update link to flex pattern docs (Corelight)
|
||||||
|
|
||||||
|
* Add non-standard experimental Google post-quantum ciphers (Johanna Amann)
|
||||||
|
|
||||||
|
* ARP: fix the l2 source address check for ARP over Wi-Fi (Pierre LALET)
|
||||||
|
|
||||||
|
* Support 802.11 monitor mode (Pierre LALET)
|
||||||
|
|
||||||
2.5-569 | 2018-05-10 11:24:07 -0500
|
2.5-569 | 2018-05-10 11:24:07 -0500
|
||||||
|
|
||||||
* BIT-1927: relocate notice/extend-email/ scripts to policy/ dir and
|
* BIT-1927: relocate notice/extend-email/ scripts to policy/ dir and
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.5-569
|
2.5-582
|
||||||
|
|
|
@ -198,7 +198,7 @@ Here is a more detailed description of each type:
|
||||||
for fast text-searching operations. Pattern constants are created
|
for fast text-searching operations. Pattern constants are created
|
||||||
by enclosing text within forward slashes (/) and is the same syntax
|
by enclosing text within forward slashes (/) and is the same syntax
|
||||||
as the patterns supported by the `flex lexical analyzer
|
as the patterns supported by the `flex lexical analyzer
|
||||||
<http://flex.sourceforge.net/manual/Patterns.html>`_. The speed of
|
<http://westes.github.io/flex/manual/Patterns.html>`_. The speed of
|
||||||
regular expression matching does not depend on the complexity or
|
regular expression matching does not depend on the complexity or
|
||||||
size of the patterns. Patterns support two types of matching, exact
|
size of the patterns. Patterns support two types of matching, exact
|
||||||
and embedded.
|
and embedded.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue