summaryrefslogtreecommitdiffstats
path: root/scripts/external_libs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-07older .so in zmqYaroslav Brustinov1-0/+0
Change-Id: I0eefc622971d4b43cd3145960f315559cb777eaf Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-03-05update return status of dpdk_nic_bind.pyYaroslav Brustinov1-4/+8
do not rely upon igb_uio for determining TRex run, use tcp publisher port instead (Mellanox will work too) Change-Id: Iae53cd299474c515adf04e8748771ed65376d40d Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-28PyZMQ restore removed by accident version of Python3/32 bitsYaroslav Brustinov126-0/+13321
Change-Id: Ie8a54015a02bdcc5cd0a50faff7b82cf0ad8de93 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-22fix for https://trex-tgn.cisco.com/youtrack/issue/trex-358imarom2-24/+24
Signed-off-by: imarom <imarom@cisco.com>
2017-02-05zmq: fix wrong constants.so (was used from 3.5 to both versions)Yaroslav Brustinov2-0/+0
Change-Id: Iebd9886a2c206f66143635c22f62dcde8f500831 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-02fixed missing .so files due to ignored by .gitignore + fixed pathYaroslav Brustinov49-0/+0
Change-Id: If014548f3d007f9eda6d54332ac04952ea91f751 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-02zmq os independentYaroslav Brustinov792-26302/+0
Change-Id: Iaf5a782be4db26a979a7535454719e8e62b5969a Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-02ipv6 scan & pingYaroslav Brustinov2-2/+78
Change-Id: I4f8112b4c942d149da5ea3f0ee01ac82d7fe32cc Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-15add elkHanoh Haim147-0/+47365
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-12-20scapy launcherYaroslav Brustinov1-0/+97
Change-Id: Iafe0365e82c5386e87dbf7abd0f0982c3ff95d80 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-19PYZMQ memory leakage:imarom6-66/+54
see this: https://github.com/zeromq/pyzmq/issues/767 and this: https://github.com/minrk/pyzmq/commit/51bbb2d2e3197343d7cfe0aa6d500b61e63c7b01 Signed-off-by: imarom <imarom@cisco.com>
2016-10-27fix scapy_service ARP issue and add more layers in the serviceHanoh Haim4-76/+2
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-09-07support for DUAL mode on small PCAPsimarom2-2/+4
2016-08-01Python3 support for Stateful daemonYaroslav Brustinov75-0/+0
Python 3.5 support in ZMQ Verify ZMQ health in Stateful daemon Add get_trex_config() command to Stateful daemon Strip debug info on Python ZMQ .so files
2016-06-02python3 scapy fix (TCPDUMP)imarom1-7/+8
2016-06-02remove TCPDUMP run from scapyimarom1-7/+8
2016-05-23replace t-rex to TRexYaroslav Brustinov1-1/+1
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807)
2016-05-03bp_sim: correct description of supported stateful layersYaroslav Brustinov1-0/+5
main_dpdk: send bw_per_core with json, return back precision of low values jsonrpcserver: disable logging regression: use bw_per_core from cpp calculation correct test name for GA
2016-03-29TUI fixup - removed unicodes, and encode as utf-8 for python 2.7imarom1-4/+1
2016-03-24gather stateful client to stf folder, create trex_client packageYaroslav Brustinov2-0/+2
2016-03-23yes...again Python3....imarom51-569/+0
2016-03-23nose for python 3imarom48-0/+13211
2016-03-23removed dpktimarom82-9923/+0
2016-03-21python 3 - examples workingimarom125-0/+13317
2016-03-21scapy python 2/3imarom226-0/+0
2016-03-21python 3 support for package - phase 1imarom1-2/+2
2016-03-21YAML python2 / python3imarom34-0/+11538
2016-03-21python 3 - rearrangeimarom658-0/+0
2016-03-21Merge Scapy 3.0Hanoh Haim658-0/+26642
2016-03-21scapy 3-0.18 with trex client diffHanoh Haim116-0/+50933
2016-03-20ZMQ CEL5.9 / 32 bit / 64 bit with python 2 / python 3imarom658-0/+26642
2016-03-13prebuild for ZMQimarom3-0/+41
with README.txt
2016-03-12ZMQ 32 bit for CEL 5.9imarom125-0/+13323
2016-03-09regression: stl updatesYaroslav Brustinov6-0/+1432
2016-03-07scapy all- remove more unnecessary importsHanoh Haim1-3/+3
2016-03-07scapy all- remove more unnecessary importsHanoh Haim1-11/+11
2016-03-07scapy library remove crypto and ans1Hanoh Haim1-6/+6
2016-02-14test add teredo example, fix scapy ipv6 headerHanoh Haim1-2/+2
2016-02-14add vxlan exampleHanoh Haim1-0/+4
2016-02-08huge refactor - againimarom1-2/+28
2016-02-02check scapy ipv6 packetHanoh Haim1-1/+1
2016-02-01first scapy versionHanoh Haim112-0/+48684
2016-01-12some modifactions to the TUIimarom1-2/+11
few things were fixed
2016-01-05move regression to trex-coreYaroslav Brustinov82-1163/+15947
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11
2015-12-27.so files for ZMQ build were missing, git ignores those files by defaultimarom20-0/+0
2015-12-27provide a CEL 5.9 a way to run trex-consoleimarom272-0/+62905
2015-12-24CPU util beautificationimarom1-1/+5
PPS total is only TX now and not TX + RX
2015-11-26Initial implementation of stats promptingDan Klein5-0/+1077
2015-09-20Pushed Stateless progress (along with Packet Builder module)Dan Klein82-0/+9923
2015-09-10Major progress in Packet building module and VM instruction sets.Dan Klein1-0/+1110
added dot1q into dpkt lib First abstractino of HLTAPI layer