From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
---
/** Email created from pull request 674 (lumag:sctp-checksum)
 ** https://github.com/Linaro/odp/pull/674
 ** Patch: https://github.com/Linaro/odp/pull/674.patch
 ** Base sha: f6c423a7d29e2c7d6d890cbc098a398d0d7e1288
 ** Merge commit sha: d4f772b36da26684194cb0452a01b8da1ba7e3e1
 **/
 test/common/test_packet_parser.h | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/test/common/test_packet_parser.h b/test/common/test_packet_parser.h
index 2d02b98c3..0f17e8568 100644
--- a/test/common/test_packet_parser.h
+++ b/test/common/test_packet_parser.h
@@ -168,6 +168,32 @@ static const uint8_t test_packet_ipv4_sctp[] = {
        0x79, 0x74, 0x65, 0x73, 0x2E
 };
 
+/* IPv6 SCTP
+ * - chunk type: payload data
+ */
+static const uint8_t test_packet_ipv6_sctp[] = {
+       0x00, 0x00, 0x09, 0x00, 0x05, 0x00, 0x00, 0x00,
+       0x09, 0x00, 0x04, 0x00, 0x86, 0xDD, 0x60, 0x30,
+       0x00, 0x00, 0x00, 0x63, 0x84, 0xFF, 0xFE, 0x80,
+       0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00,
+       0x09, 0xFF, 0xFE, 0x00, 0x04, 0x00, 0x35, 0x55,
+       0x55, 0x55, 0x66, 0x66, 0x66, 0x66, 0x77, 0x77,
+       0x77, 0x77, 0x88, 0x88, 0x88, 0x88, 0x04, 0xD2,
+       0x16, 0x2E, 0xDE, 0xAD, 0xBE, 0xEF, 0x31, 0x44,
+       0xE3, 0xFE, 0x00, 0x00, 0x00, 0x57, 0x00, 0x00,
+       0x00, 0x0A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+       0x00, 0x00, 0x54, 0x68, 0x69, 0x73, 0x20, 0x69,
+       0x73, 0x20, 0x6D, 0x79, 0x20, 0x64, 0x75, 0x6D,
+       0x6D, 0x79, 0x20, 0x70, 0x61, 0x79, 0x6C, 0x6F,
+       0x61, 0x64, 0x20, 0x73, 0x74, 0x72, 0x69, 0x6E,
+       0x67, 0x2E, 0x20, 0x54, 0x68, 0x65, 0x20, 0x6C,
+       0x65, 0x6E, 0x67, 0x74, 0x68, 0x20, 0x6F, 0x66,
+       0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x73, 0x74,
+       0x72, 0x69, 0x6E, 0x67, 0x20, 0x69, 0x73, 0x20,
+       0x37, 0x31, 0x20, 0x62, 0x79, 0x74, 0x65, 0x73,
+       0x2E
+};
+
 static const uint8_t test_packet_ipv4_ipsec_ah[] = {
        /* ETH */
        0xf1, 0xf1, 0xf1, 0xf1, 0xf1, 0xf1,

Reply via email to