traffic: generate sparser descriptions of conversations
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 14 Dec 2018 01:26:34 +0000 (14:26 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Tue, 8 Jan 2019 22:55:33 +0000 (23:55 +0100)
commit7b03e81c615a9b3ae24f90019c9b269b498bafc0
treec454959f9235dc927b9d90770f8a0dbc29cabd0b
parent7edf58dc58630eca4f9b11242035aa5d6d24e285
traffic: generate sparser descriptions of conversations

Rather than building all the packets at this point, we stick to the
barest details of the packets (which is all the model gives us
anyway).

The advantage is that will take a lot less memory, which matters
because this process forks into many clients that were sharing and
mutate the conversation list.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/emulate/traffic.py
python/samba/tests/blackbox/traffic_replay.py
script/traffic_replay