[dts] [PATCH 0/3] enable random packet check function

Marvin Liu yong.liu at intel.com
Wed Oct 26 09:00:38 CEST 2016


Random packet check function will check packet content in UDP/TCP/IPv6 packets.
Both content and packets sequence will be checked. In first implementation,
packet index saved in L4 source port. But scapy can't correct handle the
packet with some kinds of protocals. So workaround this issue by saveing index
in source ip address.

Marvin Liu (3):
  framework utils: add function to convert ipaddress
  framework packet: support ip layer elements strip
  framework tester: workaround random packet check issue

 framework/packet.py | 18 ++++++++++++++++++
 framework/tester.py | 31 +++++++++++++++++++++++++------
 framework/utils.py  | 22 ++++++++++++++++++++++
 3 files changed, 65 insertions(+), 6 deletions(-)

-- 
1.9.3



More information about the dts mailing list