mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
updated Bro->Zeek in comments in the source tree
This commit is contained in:
parent
becc966106
commit
d758585e42
71 changed files with 186 additions and 186 deletions
|
@ -74,7 +74,7 @@ using maskedvalue_list = PList<MaskedValue>;
|
|||
using string_list = PList<char>;
|
||||
using bstr_list = PList<String>;
|
||||
|
||||
// Get values from Bro's script-level variables.
|
||||
// Get values from Zeek's script-level variables.
|
||||
extern void id_to_maskedvallist(const char* id, maskedvalue_list* append_to,
|
||||
std::vector<IPPrefix>* prefix_vector = nullptr);
|
||||
extern char* id_to_str(const char* id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue