mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Only set connection history if strings differ
This commit is contained in:
parent
0aafc8ae6c
commit
1f8d406658
3 changed files with 12 additions and 2 deletions
|
@ -56,6 +56,7 @@ public:
|
|||
bool operator==(const String& bs) const;
|
||||
bool operator<(const String& bs) const;
|
||||
bool operator==(std::string_view s) const;
|
||||
bool operator!=(std::string_view s) const;
|
||||
|
||||
byte_vec Bytes() const { return b; }
|
||||
int Len() const { return n; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue