aboutsummaryrefslogtreecommitdiffstats
path: root/libccnx-common/ccnx/common/codec/schema_v1/test/test_ccnxCodecSchemaV1_OptionalHeadersDecoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'libccnx-common/ccnx/common/codec/schema_v1/test/test_ccnxCodecSchemaV1_OptionalHeadersDecoder.c')
-rw-r--r--libccnx-common/ccnx/common/codec/schema_v1/test/test_ccnxCodecSchemaV1_OptionalHeadersDecoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libccnx-common/ccnx/common/codec/schema_v1/test/test_ccnxCodecSchemaV1_OptionalHeadersDecoder.c b/libccnx-common/ccnx/common/codec/schema_v1/test/test_ccnxCodecSchemaV1_OptionalHeadersDecoder.c
index abe47608..0f4097b8 100644
--- a/libccnx-common/ccnx/common/codec/schema_v1/test/test_ccnxCodecSchemaV1_OptionalHeadersDecoder.c
+++ b/libccnx-common/ccnx/common/codec/schema_v1/test/test_ccnxCodecSchemaV1_OptionalHeadersDecoder.c
@@ -61,13 +61,13 @@ static uint8_t packet_with_headers[] = {
0x61, 0x71, 0x81, 0x91,
// ------------------------
// byte 32
- 0x00, 0x03, 0x00, 0x0C, // Interest Fragment (type 3)
+ 0x00, 0x04, 0x00, 0x0C, // Interest Fragment (type 4)
0x01, 0x02, 0x03, 0x04,
0x05, 0x06, 0x07, 0x08, // fragment 0x0102030405060708
0x05, 0xDC, 0x04, 0x00, // MTU 1500, fragcnt 4, fragnum 0
// ------------------------
// byte 48
- 0x00, 0x04, 0x00, 20, // ContentObject Fragment (type 4)
+ 0x00, 0x05, 0x00, 20, // ContentObject Fragment (type 5)
0xC1, 0xC2, 0xC3, 0xC4,
0xC5, 0xC6, 0xC7, 0xC8, // fragment 0xC1C2C3C4C5C6C7C8
0x05, 0xDC, 0x04, 0x00, // MTU 1500, fragcnt 4, fragnum 0