mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix sphinx build errors
This commit is contained in:
parent
eebd896f63
commit
55f99c0da9
3 changed files with 16 additions and 8 deletions
21
NEWS
21
NEWS
|
@ -146,6 +146,9 @@ New Functionality
|
||||||
renaming of column names, as well as extension data columns that can
|
renaming of column names, as well as extension data columns that can
|
||||||
be added to specific or all logfiles (e.g., to add noew names).
|
be added to specific or all logfiles (e.g., to add noew names).
|
||||||
|
|
||||||
|
- The new "bro-config" script can be used to determine the Bro installation
|
||||||
|
paths.
|
||||||
|
|
||||||
- New BroControl functionality in aux/broctl:
|
- New BroControl functionality in aux/broctl:
|
||||||
|
|
||||||
- There is a new node type "logger" that can be specified in
|
- There is a new node type "logger" that can be specified in
|
||||||
|
@ -190,28 +193,32 @@ Changed Functionality
|
||||||
- Log changes:
|
- Log changes:
|
||||||
|
|
||||||
- Connections
|
- Connections
|
||||||
* The 'history' field gains two new flags: '^' indicates that
|
|
||||||
|
The 'history' field gains two new flags: '^' indicates that
|
||||||
Bro heuristically flipped to direction of the connection.
|
Bro heuristically flipped to direction of the connection.
|
||||||
't/T' indicates the first TCP payload retransmission from
|
't/T' indicates the first TCP payload retransmission from
|
||||||
originator or responder, respectively.
|
originator or responder, respectively.
|
||||||
|
|
||||||
- DNS
|
- DNS
|
||||||
* New 'rtt' field to indicate the round trip time between when a
|
|
||||||
|
New 'rtt' field to indicate the round trip time between when a
|
||||||
request was sent and when a reply started.
|
request was sent and when a reply started.
|
||||||
|
|
||||||
- SMTP
|
- SMTP
|
||||||
* New 'cc' field which includes the 'Cc' header from MIME
|
|
||||||
|
New 'cc' field which includes the 'Cc' header from MIME
|
||||||
messages sent over SMTP.
|
messages sent over SMTP.
|
||||||
|
|
||||||
* Changes in 'mailfrom' and 'rcptto' fields to remove some
|
Changes in 'mailfrom' and 'rcptto' fields to remove some
|
||||||
non-address cruft that will tend to be found. The main
|
non-address cruft that will tend to be found. The main
|
||||||
example is the change from "<user@domain>" to
|
example is the change from "<user@domain>" to
|
||||||
"user@domain.com".
|
"user@domain.com".
|
||||||
|
|
||||||
- HTTP
|
- HTTP
|
||||||
* Removed 'filename' field.
|
|
||||||
|
|
||||||
* New 'orig_filenames' and 'resp_filenames' fields which each
|
Removed 'filename' field.
|
||||||
|
|
||||||
|
New 'orig_filenames' and 'resp_filenames' fields which each
|
||||||
contain a vector of filenames seen in entities transferred.
|
contain a vector of filenames seen in entities transferred.
|
||||||
|
|
||||||
- The BrokerComm and BrokerStore namespaces were renamed to Broker.
|
- The BrokerComm and BrokerStore namespaces were renamed to Broker.
|
||||||
|
@ -288,7 +295,7 @@ Removed Functionality
|
||||||
- The command line options --set-seed and --md5-hashkey have been
|
- The command line options --set-seed and --md5-hashkey have been
|
||||||
removed.
|
removed.
|
||||||
|
|
||||||
- The packaging scripts pkg/make-*-packages are gone. They aren't
|
- The packaging scripts pkg/make-\*-packages are gone. They aren't
|
||||||
used anymore for the binary Bro packages that the projects
|
used anymore for the binary Bro packages that the projects
|
||||||
distributes; haven't been supported in a while; and have
|
distributes; haven't been supported in a while; and have
|
||||||
problems.
|
problems.
|
||||||
|
|
1
doc/components/bro-plugins/postgresql/README.rst
Symbolic link
1
doc/components/bro-plugins/postgresql/README.rst
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../../aux/plugins/postgresql/README
|
|
@ -21,7 +21,7 @@ function skeleton_add_rule_fun(p: PluginState, r: Rule) : bool
|
||||||
return T;
|
return T;
|
||||||
}
|
}
|
||||||
|
|
||||||
function skeleton_remove_rule_fun(p: PluginState, r: Rule) : bool
|
function skeleton_remove_rule_fun(p: PluginState, r: Rule, reason: string &default="") : bool
|
||||||
{
|
{
|
||||||
print "remove", r;
|
print "remove", r;
|
||||||
event NetControl::rule_removed(r, p);
|
event NetControl::rule_removed(r, p);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue