mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Store a single map of Sessions instead of split maps of Connections.
This commit also includes: - Storing the transport protocol in ConnID and ConnIDKey to allow tcp and udp connections from the same IP/Port combinations. This happens in the core.cisco-fabric-path test, for example. - Lots of test updates. The reasons for these are two fold. First, with the change to only store a single map means that TCP, UDP, and ICMP connections are now mixed. When Zeek drains the map at shutdown, it drains each of those protocols together instead of separately. The second is because of how Sessions are stored in the map. We're now storing them keyed by the hash of the key stored by the Session objects, which causes them to again be in the map in a different order.
This commit is contained in:
parent
008e2cbaef
commit
f7e3556a67
22 changed files with 263 additions and 367 deletions
|
@ -21,17 +21,17 @@ XXXXXXXXXX.XXXXXX 141.142.220.118
|
|||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.44
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.50
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.118
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.202
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.226
|
||||
XXXXXXXXXX.XXXXXX 141.142.220.226
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue