mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Integrate review feedback
* Add deprecation for MIME_Entity::ContentType(), use GetContentType() * Add deprecation for MIME_Entity::ContentSubType(), use GetContentSubType() * Add deprecation for MIME_Message::BuildHeaderVal(), use ToHeaderVal() * Add deprecation for MIME_Message::BuildHeaderTable(), use ToHeaderTable() * Add deprecation for mime::new_string_val(), use mime::to_stringval() * Add deprecation for ARP_Analyzer::ConstructAddrVal(), use ToAddrVal() * Add deprecation for ARP_Analyzer::EthAddrToStr(), use ToEthAddrStr() * Change the Func::Call() replacement to be named Func::Invoke()
This commit is contained in:
parent
82ce64ca70
commit
9c133b9b10
22 changed files with 137 additions and 95 deletions
4
src/ID.h
4
src/ID.h
|
@ -164,7 +164,7 @@ protected:
|
|||
|
||||
};
|
||||
|
||||
namespace zeek { namespace id {
|
||||
namespace zeek::id {
|
||||
|
||||
/**
|
||||
* Lookup an ID in the global module and return it, if one exists;
|
||||
|
@ -254,4 +254,4 @@ void init();
|
|||
|
||||
} // namespace zeek::id::detail
|
||||
|
||||
}} // namespace zeek::id
|
||||
} // namespace zeek::id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue