mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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.
10 lines
560 B
Text
10 lines
560 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
Conn::Info, base/protocols/conn/main.zeek
|
|
Conn::Info$uid, base/protocols/conn/main.zeek
|
|
Conn::Info$speculative_service, policy/protocols/conn/speculative-service.zeek
|
|
Conn::Info$orig_l2_addr, policy/protocols/conn/mac-logging.zeek
|
|
MyModule::Info, my-module.zeek
|
|
MyModule::Info$ts, original, my-module.zeek
|
|
MyModule::Info$addl, redef, redef-it.zeek
|
|
MyModule::Info$more, redef, pkg1/redef-more.zeek
|
|
MyModule::Info$prefix, original, my-module.zeek
|