Zeek is a powerful network analysis framework that is much different from the typical IDS you may know.
Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. Zeek is the new name for the long-established Bro system. Note that parts of the system retain the Bro name, and it also often appears in the documentation and distributions.
Zeek is a powerful network analysis framework that is much different from the typical IDS you may know. Zeek is the new name for the long-established Bro system. Note that parts of the system retain the Bro name, and it also often appears in the documentation and distributions.
To install zeek, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install zeek
To see what files were installed by zeek, run:
port contents zeek
To later upgrade zeek, run:
sudo port selfupdate && sudo port upgrade zeek
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.