diff options
author | 2016-02-03 11:37:16 +0200 | |
---|---|---|
committer | 2016-02-03 11:37:16 +0200 | |
commit | dc1403671fb5321730d951f7ce227eaa4b375ad9 (patch) | |
tree | 9fc222083cdb051485c5fc010ec700f4588d98ac /scripts | |
parent | dda9b08e2b57f785b71bccf4dab57ef4b2fb1dc3 (diff) | |
parent | be5cbb4162b88f311ae4712049698a779258c69d (diff) |
Merge branch 'master' into scapy2
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/automation/trex_control_plane/common/trex_streams.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/common/trex_streams.py b/scripts/automation/trex_control_plane/common/trex_streams.py index caeaa8cf..9b10995b 100755 --- a/scripts/automation/trex_control_plane/common/trex_streams.py +++ b/scripts/automation/trex_control_plane/common/trex_streams.py @@ -518,6 +518,6 @@ class HACKSTLStream(STLStream): packet = CTRexPktBuilder() packet.load_from_stream_obj(stream_pack.stream) - super(HACKSTLStream, self).__init__(packet) + super(HACKSTLStream, self).__init__(packet, stream_id = stream_pack.stream_id) self.fields = stream_pack.stream |