zeek/testing/btest/Baseline/scripts.base.frameworks.logging.path-func-column-demote
Tim Wojtulewicz f7e3556a67 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.
2021-04-29 10:24:45 -07:00
..
local.log Store a single map of Sessions instead of split maps of Connections. 2021-04-29 10:24:45 -07:00
remote.log Baseline refresh to reflect btest 0.64 2020-12-06 20:19:49 -08:00