summaryrefslogtreecommitdiffstats
path: root/scripts/automation
AgeCommit message (Collapse)AuthorFilesLines
2015-09-20Pushed Stateless progress (along with Packet Builder module)Dan Klein11-12/+815
2015-09-17Major progress in the packet builder module.Dan Klein1-11/+99
Now able to create packets, dump them to JSON of pcap and more features added
2015-09-16added many tests to the RPC serverimarom1-1/+1
also, few tweaks for handling RPC server errors
2015-09-10Major progress in Packet building module and VM instruction sets.Dan Klein4-76/+525
added dot1q into dpkt lib First abstractino of HLTAPI layer
2015-09-06trex stateless changed to singleton.imarom1-3/+3
added some more commands (remove all, get list of streams)
2015-09-01draftimarom2-2/+2
2015-09-01added some colorsimarom1-2/+31
2015-08-30another stateless progressDan Klein1-2/+59
2015-08-27progress in packet builder moduleDan Klein6-21/+160
2015-08-26Merge branch 'master' into dan_statelessDan Klein3-6/+3
2015-08-26Rearranged files and external libraries in two different locations, one for ↵Dan Klein3-6/+3
cpp (trex-core/external_libs) and one for python (trex-core/scripts/external_libs)
2015-08-26added dpkt package, initial stateless client implementationDan Klein102-11147/+140
2015-08-24Merge branch 'master' into dan_statelessDan Klein121-22720/+769
2015-08-24Changes location of console and fixed dependenciesDan Klein8-14/+729
2015-08-24Fixed dependencies of Control Plane to use external_lib sourcesDan Klein5-31/+29
2015-08-24Initial push to external_lib migrationDan Klein110-22677/+13
2015-08-24Merge branch 'master' into dan_statelessDan Klein1-13/+17
2015-08-23changed .gitignore files from idea editor filesDan Klein1-13/+17
2015-08-23Added dkpt package, created basic shell for packetGen usageDan Klein102-4/+11209
2015-07-15Added another fix to client interactive example.Dan Klein1-2/+1
2015-07-15Fixed client interactive example of the Python APIDan Klein2-2/+2
2015-06-24first versionHanoh Haim172-0/+29792