mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Add sorting canonifier to rotate-custom unit test. (addresses #846) Fix compiler warnings Fix segfault when there's an error/timeout resolving DNS requests.
This commit is contained in:
commit
e3f6a467a4
17 changed files with 29 additions and 21 deletions
|
@ -18,9 +18,9 @@ struct pcap_pkthdr;
|
|||
|
||||
class EncapsulationStack;
|
||||
class Connection;
|
||||
class ConnID;
|
||||
class OSFingerprint;
|
||||
class ConnCompressor;
|
||||
struct ConnID;
|
||||
|
||||
declare(PDict,Connection);
|
||||
declare(PDict,FragReassembler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue