test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH 0/3] enable random packet check function
@ 2016-10-26  7:00 Marvin Liu
  2016-10-26  7:00 ` [dts] [PATCH 1/3] framework utils: add function to convert ipaddress Marvin Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marvin Liu @ 2016-10-26  7:00 UTC (permalink / raw)
  To: dts

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-26  7:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-26  7:00 [dts] [PATCH 0/3] enable random packet check function Marvin Liu
2016-10-26  7:00 ` [dts] [PATCH 1/3] framework utils: add function to convert ipaddress Marvin Liu
2016-10-26  7:00 ` [dts] [PATCH 2/3] framework packet: support ip layer elements strip Marvin Liu
2016-10-26  7:00 ` [dts] [PATCH 3/3] framework tester: workaround random packet check issue Marvin Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).