mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Connection compressor fix from #338. This changes starting times of
quite a few connections in the test-suite, but that all seems legitimate.
This commit is contained in:
parent
bbbe32e443
commit
a7df00eca7
2 changed files with 0 additions and 35 deletions
|
@ -138,10 +138,6 @@ private:
|
|||
// Fakes a TCP packet based on the available information.
|
||||
const IP_Hdr* PendingConnToPacket(const PendingConn* c);
|
||||
|
||||
// For changing the timestamp of PendingConn - allocates a new one,
|
||||
// sets the given time, and copies all other data from old.
|
||||
PendingConn* MoveState(double time, PendingConn* old);
|
||||
|
||||
// Construct a TCP-flags byte.
|
||||
uint8 MakeFlags(const PendingConn* c) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue