Replace some bro.org usages with zeek.org

This commit is contained in:
Jon Siwek 2019-01-04 17:50:00 -06:00
parent a411225219
commit e0b8b4b6b1
10 changed files with 16 additions and 12 deletions

View file

@ -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 2.6-39 | 2019-01-02 11:26:27 -0600
* Add BIF: Reporter::fatal_error_with_core (Stephen Hosom) * Add BIF: Reporter::fatal_error_with_core (Stephen Hosom)

View file

@ -1 +1 @@
2.6-39 2.6-41

View file

@ -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 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 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 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 Netmap
^^^^^^ ^^^^^^

View file

@ -6,7 +6,7 @@ Subcomponents
The following are snapshots of documentation for components that come The following are snapshots of documentation for components that come
with this version of Bro (|version|). Since they can also be used with this version of Bro (|version|). Since they can also be used
independently, see the `download page 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. current, independent component releases.
.. toctree:: .. toctree::

View file

@ -4,7 +4,7 @@
.. _MacPorts: http://www.macports.org .. _MacPorts: http://www.macports.org
.. _Fink: http://www.finkproject.org .. _Fink: http://www.finkproject.org
.. _Homebrew: http://brew.sh .. _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: .. _installing-bro:
@ -127,7 +127,7 @@ code forms.
Using Pre-Built Binary Release Packages 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. platforms for binary releases and for installation instructions.
* Linux Packages * Linux Packages
@ -143,7 +143,7 @@ Installing from Source
---------------------- ----------------------
Bro releases are bundled into source packages for convenience and are 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 Alternatively, the latest Bro development version
can be obtained through git repositories 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. typically not good choices unless you are creating such a package.
OpenBSD users, please see our `FAQ 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. problems installing Bro.
Depending on the Bro package you downloaded, there may be auxiliary Depending on the Bro package you downloaded, there may be auxiliary

View file

@ -1,5 +1,5 @@
.. _FAQ: //www.bro.org/documentation/faq.html .. _FAQ: https://www.zeek.org/documentation/faq.html
.. _quickstart: .. _quickstart:

View file

@ -144,7 +144,7 @@ export {
## The node type doing all the actual traffic analysis. ## The node type doing all the actual traffic analysis.
WORKER, WORKER,
## A node acting as a traffic recorder using the ## 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. ## software.
TIME_MACHINE, TIME_MACHINE,
}; };

View file

@ -88,7 +88,7 @@ typedef int32 ptr_compat_int;
#define PRI_PTR_COMPAT_INT PRId32 #define PRI_PTR_COMPAT_INT PRId32
#define PRI_PTR_COMPAT_UINT PRIu32 #define PRI_PTR_COMPAT_UINT PRIu32
#else #else
# error "Unusual pointer size. Please report to bro@bro.org." # error "Unsupported pointer size."
#endif #endif
extern "C" extern "C"

View file

@ -1 +1 @@
9ed8850017c9d252435f643bf0b1b1148e1256f2 42fd25c235d0c10319c3597d23f113dbbd89567f

View file

@ -1 +1 @@
6d1f5cee3efeff72f077dd087603a88fc61f8136 e71c2dc19eabc68f590381f52a53a207f3b92f78