mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Conn: Deprecated AppendAddl
This commit is contained in:
parent
b4e86f28b8
commit
c8a032ac70
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ public:
|
|||
/**
|
||||
* Append additional entries to the history field in the connection record.
|
||||
*/
|
||||
void AppendAddl(const char* str);
|
||||
[[deprecated("Remove in v7.1 - Appears unused and named rough. Use CheckHistory() or AddHistory() instead.")]] void
|
||||
AppendAddl(const char* str);
|
||||
|
||||
void Match(detail::Rule::PatternType type, const u_char* data, int len, bool is_orig, bool bol, bool eol,
|
||||
bool clear_state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue