mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

Two new BIFs get_identifier_declaring_script() and get_record_field_declaring_script() mirroring existing functions for comments. This allows to query the declaring script information from Zeek scripts and further determine if a redef operations were involved for record fields or enum names by comparing the declaring script with the one of the involved type. See the tests. Yet another one of @stevesmoot's requests.
6 lines
358 B
Text
6 lines
358 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
Log::ID, base/frameworks/logging/main.zeek
|
|
Log::UNKNOWN, original, base/frameworks/logging/main.zeek
|
|
FTP::LOG, redef, base/protocols/ftp/main.zeek
|
|
Conn::LOG, redef, base/protocols/conn/main.zeek
|
|
HTTP::LOG, redef, base/protocols/http/main.zeek
|