mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Replace some bro.org usages with zeek.org
This commit is contained in:
parent
a411225219
commit
e0b8b4b6b1
10 changed files with 16 additions and 12 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.6-41 | 2019-01-04 17:50:00 -0600
|
||||
|
||||
* Replace some bro.org usages with zeek.org (Jon Siwek, Corelight)
|
||||
|
||||
2.6-39 | 2019-01-02 11:26:27 -0600
|
||||
|
||||
* Add BIF: Reporter::fatal_error_with_core (Stephen Hosom)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.6-39
|
||||
2.6-41
|
||||
|
|
|
@ -169,7 +169,7 @@ same interface. This allows you to easily take advantage of multiple
|
|||
cores in a single physical host because Bro's main event loop is single
|
||||
threaded and can't natively utilize all of the cores. If you want to use
|
||||
PF_RING, see the documentation on `how to configure Bro with PF_RING
|
||||
<http://bro.org/documentation/load-balancing.html>`_.
|
||||
<https://www.zeek.org/documentation/load-balancing.html>`_.
|
||||
|
||||
Netmap
|
||||
^^^^^^
|
||||
|
|
|
@ -6,7 +6,7 @@ Subcomponents
|
|||
The following are snapshots of documentation for components that come
|
||||
with this version of Bro (|version|). Since they can also be used
|
||||
independently, see the `download page
|
||||
<http://bro.org/download/index.html>`_ for documentation of any
|
||||
<http://www.zeek.org/download/index.html>`_ for documentation of any
|
||||
current, independent component releases.
|
||||
|
||||
.. toctree::
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
.. _MacPorts: http://www.macports.org
|
||||
.. _Fink: http://www.finkproject.org
|
||||
.. _Homebrew: http://brew.sh
|
||||
.. _bro downloads page: https://www.bro.org/download/index.html
|
||||
.. _downloads page: https://www.zeek.org/download/index.html
|
||||
|
||||
.. _installing-bro:
|
||||
|
||||
|
@ -127,7 +127,7 @@ code forms.
|
|||
Using Pre-Built Binary Release Packages
|
||||
---------------------------------------
|
||||
|
||||
See the `bro downloads page`_ for currently supported/targeted
|
||||
See the `downloads page`_ for currently supported/targeted
|
||||
platforms for binary releases and for installation instructions.
|
||||
|
||||
* Linux Packages
|
||||
|
@ -143,7 +143,7 @@ Installing from Source
|
|||
----------------------
|
||||
|
||||
Bro releases are bundled into source packages for convenience and are
|
||||
available on the `bro downloads page`_.
|
||||
available on the `downloads page`_.
|
||||
|
||||
Alternatively, the latest Bro development version
|
||||
can be obtained through git repositories
|
||||
|
@ -183,7 +183,7 @@ standard prefixes for binary Bro packages to be installed, so those are
|
|||
typically not good choices unless you are creating such a package.
|
||||
|
||||
OpenBSD users, please see our `FAQ
|
||||
<https://www.bro.org/documentation/faq.html>`_ if you are having
|
||||
<https://www.zeek.org/documentation/faq.html>`_ if you are having
|
||||
problems installing Bro.
|
||||
|
||||
Depending on the Bro package you downloaded, there may be auxiliary
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
.. _FAQ: //www.bro.org/documentation/faq.html
|
||||
.. _FAQ: https://www.zeek.org/documentation/faq.html
|
||||
|
||||
.. _quickstart:
|
||||
|
||||
|
|
|
@ -144,7 +144,7 @@ export {
|
|||
## The node type doing all the actual traffic analysis.
|
||||
WORKER,
|
||||
## A node acting as a traffic recorder using the
|
||||
## `Time Machine <http://bro.org/community/time-machine.html>`_
|
||||
## `Time Machine <https://www.zeek.org/community/time-machine.html>`_
|
||||
## software.
|
||||
TIME_MACHINE,
|
||||
};
|
||||
|
|
|
@ -88,7 +88,7 @@ typedef int32 ptr_compat_int;
|
|||
#define PRI_PTR_COMPAT_INT PRId32
|
||||
#define PRI_PTR_COMPAT_UINT PRIu32
|
||||
#else
|
||||
# error "Unusual pointer size. Please report to bro@bro.org."
|
||||
# error "Unsupported pointer size."
|
||||
#endif
|
||||
|
||||
extern "C"
|
||||
|
|
2
testing/external/commit-hash.zeek-testing
vendored
2
testing/external/commit-hash.zeek-testing
vendored
|
@ -1 +1 @@
|
|||
9ed8850017c9d252435f643bf0b1b1148e1256f2
|
||||
42fd25c235d0c10319c3597d23f113dbbd89567f
|
||||
|
|
|
@ -1 +1 @@
|
|||
6d1f5cee3efeff72f077dd087603a88fc61f8136
|
||||
e71c2dc19eabc68f590381f52a53a207f3b92f78
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue