summaryrefslogtreecommitdiff
path: root/script/traffic_replay
AgeCommit message (Expand)AuthorFilesLines
2023-07-05script: Fix code spellingAndreas Schneider1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2019-07-24traffic replay: Store the instance id in the replay contextGary Lockyer1-1/+2
2019-05-01traffic: load dns query from file and write stats to fileJoe Guo1-0/+3
2019-04-30traffic_replay: Avoid Exception if no packet rate is specifiedTim Beale1-0/+4
2019-04-30traffic_replay: Assign users to groups by defaultTim Beale1-1/+10
2019-01-23traffic: rm --scale-traffic default valueJoe Guo1-1/+1
2019-01-08traffic_replay: use packets per second as primary scaleDouglas Bagnall1-3/+16
2019-01-08traffic_replay: --old-scale to mimic the old traffic_replayDouglas Bagnall1-0/+10
2019-01-08traffic: add option to reanimate dying conversationsDouglas Bagnall1-1/+6
2019-01-08traffic_model: don't report generation errors as parse errorsDouglas Bagnall1-16/+10
2019-01-08traffic: improve debug messages in traffic_replayDouglas Bagnall1-7/+6
2019-01-08traffic: traffic_replay --latency-timeout to control final waitDouglas Bagnall1-0/+3
2019-01-08traffic_replay: --stop-on-any-error option to not ignore client troubleDouglas Bagnall1-1/+4
2019-01-08traffic: rework conversation generation to better use memoryDouglas Bagnall1-1/+1
2019-01-08traffic: generate sparser descriptions of conversationsDouglas Bagnall1-6/+7
2019-01-08traffic: new version of model with packet_rate, version numberDouglas Bagnall1-1/+1
2019-01-08traffic: delete empty temp directoriesDouglas Bagnall1-1/+10
2019-01-08traffic: use default value for --durationDouglas Bagnall1-7/+3
2019-01-08traffic_replay: drop summary replayDouglas Bagnall1-36/+22
2019-01-08traffic replay: allow --random-seed=0Douglas Bagnall1-2/+2
2018-12-14PY3: change shebang to python3 in script dirJoe Guo1-1/+1
2018-12-04traffic_replay: Add a max-members option to cap group sizeTim Beale1-0/+4
2018-11-07traffic_replay: Rework machine accounts to remove redundant codeTim Beale1-0/+1
2018-11-07traffic_replay: Move 'traffic account' flag up a levelTim Beale1-2/+4
2018-11-07traffic_replay: Move machine account creationTim Beale1-1/+5
2018-11-01traffic_replay: Exception has no .messageDouglas Bagnall1-1/+1
2018-10-31traffic_replay: logger was ignoring smb.conf log-levelTim Beale1-1/+1
2018-10-31traffic_replay: Generate users faster by writing to local DBTim Beale1-1/+11
2018-10-10script/traffic_replay: apply new logger to replace printJoe Guo1-51/+57
2018-10-10script/traffic_replay: get debug level via apiJoe Guo1-4/+5
2018-10-10script/traffic_replay: print packets data to stderrJoe Guo1-2/+2
2018-08-15traffic-replay: add extra checkJoe Guo1-0/+6
2018-05-16script: Add 'random-seed' option to traffic_replayTim Beale1-0/+6
2018-05-12traffic_replay: fetch domain from creds other than optsJoe Guo1-1/+1
2018-05-12traffic_replay: fix typo in message stringJoe Guo1-1/+1
2018-05-12traffic_replay: set gensec features to encrypt credentialsJoe Guo1-0/+3
2018-04-13traffic_relay: bulk port print to modern py3 styleJoe Guo1-50/+55
2017-08-17scripts: Scripts to replay and generate samba trafficGary Lockyer1-0/+362