mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
GH-234: rename Broxygen to Zeexygen along with roles/directives
* All "Broxygen" usages have been replaced in code, documentation, filenames, etc. * Sphinx roles/directives like ":bro:see" are now ":zeek:see" * The "--broxygen" command-line option is now "--zeexygen"
This commit is contained in:
parent
5ba46eaa71
commit
aebcb1415d
254 changed files with 2675 additions and 2656 deletions
|
@ -12,7 +12,7 @@ const bufsize: count;
|
|||
##
|
||||
## Returns: True if *s* is valid and precompiles successfully.
|
||||
##
|
||||
## .. bro:see:: Pcap::install_pcap_filter
|
||||
## .. zeek:see:: Pcap::install_pcap_filter
|
||||
## install_src_addr_filter
|
||||
## install_src_net_filter
|
||||
## uninstall_src_addr_filter
|
||||
|
@ -51,14 +51,14 @@ function precompile_pcap_filter%(id: PcapFilterID, s: string%): bool
|
|||
%}
|
||||
|
||||
## Installs a PCAP filter that has been precompiled with
|
||||
## :bro:id:`Pcap::precompile_pcap_filter`.
|
||||
## :zeek:id:`Pcap::precompile_pcap_filter`.
|
||||
##
|
||||
## id: The PCAP filter id of a precompiled filter.
|
||||
##
|
||||
## Returns: True if the filter associated with *id* has been installed
|
||||
## successfully.
|
||||
##
|
||||
## .. bro:see:: Pcap::precompile_pcap_filter
|
||||
## .. zeek:see:: Pcap::precompile_pcap_filter
|
||||
## install_src_addr_filter
|
||||
## install_src_net_filter
|
||||
## uninstall_src_addr_filter
|
||||
|
@ -90,7 +90,7 @@ function Pcap::install_pcap_filter%(id: PcapFilterID%): bool
|
|||
##
|
||||
## Returns: A descriptive error message of the PCAP function that failed.
|
||||
##
|
||||
## .. bro:see:: Pcap::precompile_pcap_filter
|
||||
## .. zeek:see:: Pcap::precompile_pcap_filter
|
||||
## Pcap::install_pcap_filter
|
||||
## install_src_addr_filter
|
||||
## install_src_net_filter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue