mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Fix AYIYA analyzer from modifying parent connection's encapsulation.
This commit is contained in:
parent
a4af694610
commit
85bb5deb92
2 changed files with 9 additions and 5 deletions
|
@ -246,7 +246,8 @@ public:
|
|||
|
||||
void SetUID(uint64 arg_uid) { uid = arg_uid; }
|
||||
|
||||
Encapsulation* GetEncapsulation() { return &encapsulation; }
|
||||
const Encapsulation& GetEncapsulation() const
|
||||
{ return encapsulation; }
|
||||
|
||||
protected:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue