diff --git a/format/pyrdp/pyrdp.go b/format/pyrdp/pyrdp.go index 9bd2513c..f7283f9c 100644 --- a/format/pyrdp/pyrdp.go +++ b/format/pyrdp/pyrdp.go @@ -115,7 +115,7 @@ func decodePYRDP(d *decode.D) any { size := d.FieldU64("size") // minus the length pdu_type := uint16(d.FieldU16("pdu_type", pduTypesMap)) - d.FieldU64("timestamp", timestampMapper) + d.FieldU64("timestamp", scalar.UintActualUnixTimeDescription(time.Millisecond, time.RFC3339Nano)) pdu_size := int64(size - 18) pduParser, ok := pduParsersMap[pdu_type] @@ -144,8 +144,3 @@ func decodePYRDP(d *decode.D) any { } func noParse(d *decode.D, length int64) {} - -var timestampMapper = scalar.UintFn(func(s scalar.Uint) (scalar.Uint, error) { - s.Sym = time.UnixMilli(int64(s.Actual)).UTC().String() - return s, nil -}) diff --git a/format/pyrdp/testdata/test.fqtest b/format/pyrdp/testdata/test.fqtest index 91e8774a..6a78a36e 100644 --- a/format/pyrdp/testdata/test.fqtest +++ b/format/pyrdp/testdata/test.fqtest @@ -4,7 +4,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [0]{}: event 0x0-0x14c (332) 0x000000|4c 01 00 00 00 00 00 00 |L....... | size: 332 0x0-0x8 (8) 0x000000| 07 00 | .. | pdu_type: "pdu_client_data" (7) 0x8-0xa (2) -0x000000| b7 c1 cb 14 85 01| ......| timestamp: "2022-12-15 07:59:35.863 +0000 UTC" (1671091175863) 0xa-0x12 (8) +0x000000| b7 c1 cb 14 85 01| ......| timestamp: 1671091175863 (2022-12-15T07:59:35.863Z) 0xa-0x12 (8) 0x000010|00 00 |.. | | | | client_data{}: 0x12-0xf8 (230) 0x000010| 01 c0 | .. | header: "client_core" (49153) 0x12-0x14 (2) @@ -36,7 +36,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x000140| 50 01 00 00| P...| size: 336 0x14c-0x154 (8) 0x000150|00 00 00 00 |.... | 0x000150| 03 00 | .. | pdu_type: "pdu_client_info" (3) 0x154-0x156 (2) -0x000150| fa c1 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:35.93 +0000 UTC" (1671091175930) 0x156-0x15e (8) +0x000150| fa c1 cb 14 85 01 00 00 | ........ | timestamp: 1671091175930 (2022-12-15T07:59:35.93Z) 0x156-0x15e (8) | | | client_info{}: 0x15e-0x226 (200) 0x000150| 04 08| ..| code_page: 134481924 0x15e-0x162 (4) 0x000160|04 08 |.. | @@ -93,14 +93,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x000290| 07 02 00 00| ....| size: 519 0x29c-0x2a4 (8) 0x0002a0|00 00 00 00 |.... | 0x0002a0| 04 00 | .. | pdu_type: "pdu_slow_path_pdu" (4) 0x2a4-0x2a6 (2) -0x0002a0| 45 c2 cb 14 85 01 00 00 | E....... | timestamp: "2022-12-15 07:59:36.005 +0000 UTC" (1671091176005) 0x2a6-0x2ae (8) +0x0002a0| 45 c2 cb 14 85 01 00 00 | E....... | timestamp: 1671091176005 (2022-12-15T07:59:36.005Z) 0x2a6-0x2ae (8) 0x0002a0| f5 01| ..| data: raw bits 0x2ae-0x4a3 (501) 0x0002b0|13 00 f0 03 ea 03 01 00 ea 03 06 00 df 01 4d 53|..............MS| * |until 0x4a2.7 (501) | | | | | [3]{}: event 0x4a3-0x4e8 (69) 0x0004a0| 45 00 00 00 00 00 00 00 | E....... | size: 69 0x4a3-0x4ab (8) 0x0004a0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x4ab-0x4ad (2) -0x0004a0| 15 c3 cb| ...| timestamp: "2022-12-15 07:59:36.213 +0000 UTC" (1671091176213) 0x4ad-0x4b5 (8) +0x0004a0| 15 c3 cb| ...| timestamp: 1671091176213 (2022-12-15T07:59:36.213Z) 0x4ad-0x4b5 (8) 0x0004b0|14 85 01 00 00 |..... | 0x0004b0| 00 80 33 03 00 00 00 24 00 02 00| ..3....$...| data: raw bits 0x4b5-0x4e8 (51) 0x0004c0|03 09 00 20 0c 05 10 01 40 0a ff ff 0c 84 00 00|... ....@.......| @@ -108,7 +108,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [4]{}: event 0x4e8-0x519 (49) 0x0004e0| 31 00 00 00 00 00 00 00| 1.......| size: 49 0x4e8-0x4f0 (8) 0x0004f0|01 00 |.. | pdu_type: "pdu_fastpath_input" (1) 0x4f0-0x4f2 (2) -0x0004f0| 35 c3 cb 14 85 01 00 00 | 5....... | timestamp: "2022-12-15 07:59:36.245 +0000 UTC" (1671091176245) 0x4f2-0x4fa (8) +0x0004f0| 35 c3 cb 14 85 01 00 00 | 5....... | timestamp: 1671091176245 (2022-12-15T07:59:36.245Z) 0x4f2-0x4fa (8) | | | fastpath_input{}: 0x4fa-0x519 (31) | | | input_header{}: 0x4fa-0x4fb (1) 0x0004f0| 70 | p | action: 0x1 0x4fa-0x4fa.2 (0.2) @@ -124,14 +124,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x000510| 0c 3a 00 00 00 00 00| .:.....| size: 14860 0x519-0x521 (8) 0x000520|00 |. | 0x000520| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x521-0x523 (2) -0x000520| 4a c3 cb 14 85 01 00 00 | J....... | timestamp: "2022-12-15 07:59:36.266 +0000 UTC" (1671091176266) 0x523-0x52b (8) +0x000520| 4a c3 cb 14 85 01 00 00 | J....... | timestamp: 1671091176266 (2022-12-15T07:59:36.266Z) 0x523-0x52b (8) 0x000520| 00 b9 fa 00 f4| .....| data: raw bits 0x52b-0x3f25 (14842) 0x000530|39 a5 02 03 08 00 20 04 05 10 01 40 0a 00 0c 84|9..... ....@....| * |until 0x3f24.7 (14842) | | | | | [6]{}: event 0x3f25-0x651b (9718) 0x003f20| f6 25 00 00 00 00 00 00 | .%...... | size: 9718 0x3f25-0x3f2d (8) 0x003f20| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x3f2d-0x3f2f (2) -0x003f20| 4b| K| timestamp: "2022-12-15 07:59:36.267 +0000 UTC" (1671091176267) 0x3f2f-0x3f37 (8) +0x003f20| 4b| K| timestamp: 1671091176267 (2022-12-15T07:59:36.267Z) 0x3f2f-0x3f37 (8) 0x003f30|c3 cb 14 85 01 00 00 |....... | 0x003f30| 00 a5 e4 00 b8 25 a6 01 03| .....%...| data: raw bits 0x3f37-0x651b (9700) 0x003f40|da 02 a2 05 05 6e 65 42 65 c9 8f bf b9 40 42 d5|.....neBe....@B.| @@ -140,14 +140,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x006510| 1d 19 00 00 00| .....| size: 6429 0x651b-0x6523 (8) 0x006520|00 00 00 |... | 0x006520| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x6523-0x6525 (2) -0x006520| 5f c3 cb 14 85 01 00 00 | _....... | timestamp: "2022-12-15 07:59:36.287 +0000 UTC" (1671091176287) 0x6525-0x652d (8) +0x006520| 5f c3 cb 14 85 01 00 00 | _....... | timestamp: 1671091176287 (2022-12-15T07:59:36.287Z) 0x6525-0x652d (8) 0x006520| 00 99 0b| ...| data: raw bits 0x652d-0x7e38 (6411) 0x006530|00 6e 08 20 01 11 3a 01 0a 9e f7 19 18 f4 20 ff|.n. ..:....... .| * |until 0x7e37.7 (6411) | | | | | [8]{}: event 0x7e38-0x7e62 (42) 0x007e30| 2a 00 00 00 00 00 00 00| *.......| size: 42 0x7e38-0x7e40 (8) 0x007e40|01 00 |.. | pdu_type: "pdu_fastpath_input" (1) 0x7e40-0x7e42 (2) -0x007e40| 6a c3 cb 14 85 01 00 00 | j....... | timestamp: "2022-12-15 07:59:36.298 +0000 UTC" (1671091176298) 0x7e42-0x7e4a (8) +0x007e40| 6a c3 cb 14 85 01 00 00 | j....... | timestamp: 1671091176298 (2022-12-15T07:59:36.298Z) 0x7e42-0x7e4a (8) | | | fastpath_input{}: 0x7e4a-0x7e62 (24) | | | input_header{}: 0x7e4a-0x7e4b (1) 0x007e40| 6c | l | action: 0x1 0x7e4a-0x7e4a.2 (0.2) @@ -162,7 +162,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [9]{}: event 0x7e62-0x8f0b (4265) 0x007e60| a9 10 00 00 00 00 00 00 | ........ | size: 4265 0x7e62-0x7e6a (8) 0x007e60| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x7e6a-0x7e6c (2) -0x007e60| 84 c3 cb 14| ....| timestamp: "2022-12-15 07:59:36.324 +0000 UTC" (1671091176324) 0x7e6c-0x7e74 (8) +0x007e60| 84 c3 cb 14| ....| timestamp: 1671091176324 (2022-12-15T07:59:36.324Z) 0x7e6c-0x7e74 (8) 0x007e70|85 01 00 00 |.... | 0x007e70| 00 90 97 0b 91 10 20 00 01 00 00 00| ...... .....| data: raw bits 0x7e74-0x8f0b (4247) 0x007e80|08 00 20 00 20 00 80 00 00 10 00 00 00 00 00 00|.. . ...........| @@ -171,28 +171,28 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x008f00| a9 10 00 00 00| .....| size: 4265 0x8f0b-0x8f13 (8) 0x008f10|00 00 00 |... | 0x008f10| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x8f13-0x8f15 (2) -0x008f10| 8a c3 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:36.33 +0000 UTC" (1671091176330) 0x8f15-0x8f1d (8) +0x008f10| 8a c3 cb 14 85 01 00 00 | ........ | timestamp: 1671091176330 (2022-12-15T07:59:36.33Z) 0x8f15-0x8f1d (8) 0x008f10| 00 90 97| ...| data: raw bits 0x8f1d-0x9fb4 (4247) 0x008f20|0b 91 10 20 00 02 00 00 00 00 00 20 00 20 00 80|... ....... . ..| * |until 0x9fb3.7 (4247) | | | | | [11]{}: event 0x9fb4-0x9fce (26) 0x009fb0| 1a 00 00 00 00 00 00 00 | ........ | size: 26 0x9fb4-0x9fbc (8) 0x009fb0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x9fbc-0x9fbe (2) -0x009fb0| a3 c3| ..| timestamp: "2022-12-15 07:59:36.355 +0000 UTC" (1671091176355) 0x9fbe-0x9fc6 (8) +0x009fb0| a3 c3| ..| timestamp: 1671091176355 (2022-12-15T07:59:36.355Z) 0x9fbe-0x9fc6 (8) 0x009fc0|cb 14 85 01 00 00 |...... | 0x009fc0| 00 80 08 0a 02 00 00 00 | ........ | data: raw bits 0x9fc6-0x9fce (8) | | | [12]{}: event 0x9fce-0xb077 (4265) 0x009fc0| a9 10| ..| size: 4265 0x9fce-0x9fd6 (8) 0x009fd0|00 00 00 00 00 00 |...... | 0x009fd0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x9fd6-0x9fd8 (2) -0x009fd0| a3 c3 cb 14 85 01 00 00| ........| timestamp: "2022-12-15 07:59:36.355 +0000 UTC" (1671091176355) 0x9fd8-0x9fe0 (8) +0x009fd0| a3 c3 cb 14 85 01 00 00| ........| timestamp: 1671091176355 (2022-12-15T07:59:36.355Z) 0x9fd8-0x9fe0 (8) 0x009fe0|00 90 97 0b 91 10 20 00 03 00 0b 00 0a 00 20 00|...... ....... .| data: raw bits 0x9fe0-0xb077 (4247) * |until 0xb076.7 (4247) | | | | | [13]{}: event 0xb077-0xbe17 (3488) 0x00b070| a0 0d 00 00 00 00 00 00 | ........ | size: 3488 0xb077-0xb07f (8) 0x00b070| 02| .| pdu_type: "pdu_fastpath_output" (2) 0xb07f-0xb081 (2) 0x00b080|00 |. | -0x00b080| cb c3 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:36.395 +0000 UTC" (1671091176395) 0xb081-0xb089 (8) +0x00b080| cb c3 cb 14 85 01 00 00 | ........ | timestamp: 1671091176395 (2022-12-15T07:59:36.395Z) 0xb081-0xb089 (8) 0x00b080| 00 8d 8e 00 05 00 01| .......| data: raw bits 0xb089-0xbe17 (3470) 0x00b090|00 02 ff ff 01 78 0d 01 00 52 00 00 00 00 00 9f|.....x...R......| * |until 0xbe16.7 (3470) | | @@ -200,14 +200,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x00be10| fd 36 00 00 00 00 00 00 | .6...... | size: 14077 0xbe17-0xbe1f (8) 0x00be10| 02| .| pdu_type: "pdu_fastpath_output" (2) 0xbe1f-0xbe21 (2) 0x00be20|00 |. | -0x00be20| 01 c4 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:36.449 +0000 UTC" (1671091176449) 0xbe21-0xbe29 (8) +0x00be20| 01 c4 cb 14 85 01 00 00 | ........ | timestamp: 1671091176449 (2022-12-15T07:59:36.449Z) 0xbe21-0xbe29 (8) 0x00be20| 00 b6 eb 00 e5 36 1f| .....6.| data: raw bits 0xbe29-0xf514 (14059) 0x00be30|00 06 01 00 a0 05 84 03 02 01 00 09 00 08 84 03|................| * |until 0xf513.7 (14059) | | | | | [15]{}: event 0xf514-0x119fc (9448) 0x00f510| e8 24 00 00 00 00 00 00 | .$...... | size: 9448 0xf514-0xf51c (8) 0x00f510| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xf51c-0xf51e (2) -0x00f510| 01 c4| ..| timestamp: "2022-12-15 07:59:36.449 +0000 UTC" (1671091176449) 0xf51e-0xf526 (8) +0x00f510| 01 c4| ..| timestamp: 1671091176449 (2022-12-15T07:59:36.449Z) 0xf51e-0xf526 (8) 0x00f520|cb 14 85 01 00 00 |...... | 0x00f520| 00 a4 d6 00 cd 24 12 00 03 94| .....$....| data: raw bits 0xf526-0x119fc (9430) 0x00f530|0b 22 0d 05 ae 16 67 fe 2d 2f 36 89 40 32 4b 8d|."....g.-/6.@2K.| @@ -216,14 +216,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0119f0| 18 18 00 00| ....| size: 6168 0x119fc-0x11a04 (8) 0x011a00|00 00 00 00 |.... | 0x011a00| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x11a04-0x11a06 (2) -0x011a00| 6e c4 cb 14 85 01 00 00 | n....... | timestamp: "2022-12-15 07:59:36.558 +0000 UTC" (1671091176558) 0x11a06-0x11a0e (8) +0x011a00| 6e c4 cb 14 85 01 00 00 | n....... | timestamp: 1671091176558 (2022-12-15T07:59:36.558Z) 0x11a06-0x11a0e (8) 0x011a00| 00 98| ..| data: raw bits 0x11a0e-0x13214 (6150) 0x011a10|06 00 fd 17 22 00 02 ff ff 05 07 01 0f 92 02 85|...."...........| * |until 0x13213.7 (6150) | | | | | [17]{}: event 0x13214-0x1341b (519) 0x013210| 07 02 00 00 00 00 00 00 | ........ | size: 519 0x13214-0x1321c (8) 0x013210| 04 00 | .. | pdu_type: "pdu_slow_path_pdu" (4) 0x1321c-0x1321e (2) -0x013210| 29 c5| ).| timestamp: "2022-12-15 07:59:36.745 +0000 UTC" (1671091176745) 0x1321e-0x13226 (8) +0x013210| 29 c5| ).| timestamp: 1671091176745 (2022-12-15T07:59:36.745Z) 0x1321e-0x13226 (8) 0x013220|cb 14 85 01 00 00 |...... | 0x013220| f5 01 13 00 f0 03 ea 03 02 00| ..........| data: raw bits 0x13226-0x1341b (501) 0x013230|ea 03 06 00 df 01 4d 53 54 53 43 00 16 00 00 00|......MSTSC.....| @@ -232,7 +232,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x013410| 31 00 00 00 00| 1....| size: 49 0x1341b-0x13423 (8) 0x013420|00 00 00 |... | 0x013420| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x13423-0x13425 (2) -0x013420| 2b c5 cb 14 85 01 00 00 | +....... | timestamp: "2022-12-15 07:59:36.747 +0000 UTC" (1671091176747) 0x13425-0x1342d (8) +0x013420| 2b c5 cb 14 85 01 00 00 | +....... | timestamp: 1671091176747 (2022-12-15T07:59:36.747Z) 0x13425-0x1342d (8) | | | fastpath_input{}: 0x1342d-0x1344c (31) | | | input_header{}: 0x1342d-0x1342e (1) 0x013420| 70 | p | action: 0x1 0x1342d-0x1342d.2 (0.2) @@ -247,14 +247,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x013440| 45 00 00 00| E...| size: 69 0x1344c-0x13454 (8) 0x013450|00 00 00 00 |.... | 0x013450| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x13454-0x13456 (2) -0x013450| fd c5 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:36.957 +0000 UTC" (1671091176957) 0x13456-0x1345e (8) +0x013450| fd c5 cb 14 85 01 00 00 | ........ | timestamp: 1671091176957 (2022-12-15T07:59:36.957Z) 0x13456-0x1345e (8) 0x013450| 00 80| ..| data: raw bits 0x1345e-0x13491 (51) 0x013460|33 03 00 00 00 24 00 02 00 03 09 00 20 0c 05 10|3....$...... ...| * |until 0x13490.7 (51) | | | | | [20]{}: event 0x13491-0x14a83 (5618) 0x013490| f2 15 00 00 00 00 00 00 | ........ | size: 5618 0x13491-0x13499 (8) 0x013490| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x13499-0x1349b (2) -0x013490| 03 c6 cb 14 85| .....| timestamp: "2022-12-15 07:59:36.963 +0000 UTC" (1671091176963) 0x1349b-0x134a3 (8) +0x013490| 03 c6 cb 14 85| .....| timestamp: 1671091176963 (2022-12-15T07:59:36.963Z) 0x1349b-0x134a3 (8) 0x0134a0|01 00 00 |... | 0x0134a0| 00 95 e0 00 da 15 84 02 03 08 00 20 04| ........... .| data: raw bits 0x134a3-0x14a83 (5600) 0x0134b0|05 10 01 40 0a 00 0c 84 00 00 00 00 00 00 00 00|...@............| @@ -262,7 +262,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [21]{}: event 0x14a83-0x14b7c (249) 0x014a80| f9 00 00 00 00 00 00 00 | ........ | size: 249 0x14a83-0x14a8b (8) 0x014a80| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x14a8b-0x14a8d (2) -0x014a80| 04 c6 cb| ...| timestamp: "2022-12-15 07:59:36.964 +0000 UTC" (1671091176964) 0x14a8d-0x14a95 (8) +0x014a80| 04 c6 cb| ...| timestamp: 1671091176964 (2022-12-15T07:59:36.964Z) 0x14a8d-0x14a95 (8) 0x014a90|14 85 01 00 00 |..... | 0x014a90| 00 80 e7 01 de 00 01 00 06 00 c8| ...........| data: raw bits 0x14a95-0x14b7c (231) 0x014aa0|00 c8 00 8f 01 17 01 c8 00 50 00 10 00 01 04 17|.........P......| @@ -271,7 +271,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x014b70| 1c 00 00 00| ....| size: 28 0x14b7c-0x14b84 (8) 0x014b80|00 00 00 00 |.... | 0x014b80| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x14b84-0x14b86 (2) -0x014b80| 9d c6 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.117 +0000 UTC" (1671091177117) 0x14b86-0x14b8e (8) +0x014b80| 9d c6 cb 14 85 01 00 00 | ........ | timestamp: 1671091177117 (2022-12-15T07:59:37.117Z) 0x14b86-0x14b8e (8) | | | fastpath_input{}: 0x14b8e-0x14b98 (10) | | | input_header{}: 0x14b8e-0x14b8f (1) 0x014b80| 44 | D | action: 0x1 0x14b8e-0x14b8e.2 (0.2) @@ -284,7 +284,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [23]{}: event 0x14b98-0x14bc2 (42) 0x014b90| 2a 00 00 00 00 00 00 00| *.......| size: 42 0x14b98-0x14ba0 (8) 0x014ba0|01 00 |.. | pdu_type: "pdu_fastpath_input" (1) 0x14ba0-0x14ba2 (2) -0x014ba0| 10 c7 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.232 +0000 UTC" (1671091177232) 0x14ba2-0x14baa (8) +0x014ba0| 10 c7 cb 14 85 01 00 00 | ........ | timestamp: 1671091177232 (2022-12-15T07:59:37.232Z) 0x14ba2-0x14baa (8) | | | fastpath_input{}: 0x14baa-0x14bc2 (24) | | | input_header{}: 0x14baa-0x14bab (1) 0x014ba0| 4c | L | action: 0x1 0x14baa-0x14baa.2 (0.2) @@ -299,7 +299,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [24]{}: event 0x14bc2-0x14be5 (35) 0x014bc0| 23 00 00 00 00 00 00 00 | #....... | size: 35 0x14bc2-0x14bca (8) 0x014bc0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x14bca-0x14bcc (2) -0x014bc0| 29 c8 cb 14| )...| timestamp: "2022-12-15 07:59:37.513 +0000 UTC" (1671091177513) 0x14bcc-0x14bd4 (8) +0x014bc0| 29 c8 cb 14| )...| timestamp: 1671091177513 (2022-12-15T07:59:37.513Z) 0x14bcc-0x14bd4 (8) 0x014bd0|85 01 00 00 |.... | | | | fastpath_input{}: 0x14bd4-0x14be5 (17) | | | input_header{}: 0x14bd4-0x14bd5 (1) @@ -314,7 +314,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [25]{}: event 0x14be5-0x15c8e (4265) 0x014be0| a9 10 00 00 00 00 00 00 | ........ | size: 4265 0x14be5-0x14bed (8) 0x014be0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x14bed-0x14bef (2) -0x014be0| 38| 8| timestamp: "2022-12-15 07:59:37.528 +0000 UTC" (1671091177528) 0x14bef-0x14bf7 (8) +0x014be0| 38| 8| timestamp: 1671091177528 (2022-12-15T07:59:37.528Z) 0x14bef-0x14bf7 (8) 0x014bf0|c8 cb 14 85 01 00 00 |....... | 0x014bf0| 00 90 97 0b 91 10 20 00 00| ...... ..| data: raw bits 0x14bf7-0x15c8e (4247) 0x014c00|00 00 00 00 00 20 00 20 00 80 00 00 10 00 00 00|..... . ........| @@ -323,18 +323,18 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x015c80| e8 09| ..| size: 2536 0x15c8e-0x15c96 (8) 0x015c90|00 00 00 00 00 00 |...... | 0x015c90| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x15c96-0x15c98 (2) -0x015c90| 98 c8 cb 14 85 01 00 00| ........| timestamp: "2022-12-15 07:59:37.624 +0000 UTC" (1671091177624) 0x15c98-0x15ca0 (8) +0x015c90| 98 c8 cb 14 85 01 00 00| ........| timestamp: 1671091177624 (2022-12-15T07:59:37.624Z) 0x15c98-0x15ca0 (8) 0x015ca0|00 89 d6 00 05 00 01 00 02 ff ff 01 c0 09 01 00|................| data: raw bits 0x15ca0-0x16676 (2518) * |until 0x16675.7 (2518) | | | | | [27]{}: event 0x16676-0x16690 (26) 0x016670| 1a 00 00 00 00 00 00 00 | ........ | size: 26 0x16676-0x1667e (8) 0x016670| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x1667e-0x16680 (2) -0x016680|98 c8 cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:37.624 +0000 UTC" (1671091177624) 0x16680-0x16688 (8) +0x016680|98 c8 cb 14 85 01 00 00 |........ | timestamp: 1671091177624 (2022-12-15T07:59:37.624Z) 0x16680-0x16688 (8) 0x016680| 00 80 08 0a 02 00 00 00| ........| data: raw bits 0x16688-0x16690 (8) | | | [28]{}: event 0x16690-0x19e94 (14340) 0x016690|04 38 00 00 00 00 00 00 |.8...... | size: 14340 0x16690-0x16698 (8) 0x016690| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x16698-0x1669a (2) -0x016690| a0 c8 cb 14 85 01| ......| timestamp: "2022-12-15 07:59:37.632 +0000 UTC" (1671091177632) 0x1669a-0x166a2 (8) +0x016690| a0 c8 cb 14 85 01| ......| timestamp: 1671091177632 (2022-12-15T07:59:37.632Z) 0x1669a-0x166a2 (8) 0x0166a0|00 00 |.. | 0x0166a0| 00 b7 f2 00 ec 37 17 00 06 02 00 a0 05 5c| .....7.......\| data: raw bits 0x166a2-0x19e94 (14322) 0x0166b0|03 02 02 00 09 00 08 5c 03 03 c0 02 a2 0d 05 e0|.......\........| @@ -342,7 +342,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [29]{}: event 0x19e94-0x1d85b (14791) 0x019e90| c7 39 00 00 00 00 00 00 | .9...... | size: 14791 0x19e94-0x19e9c (8) 0x019e90| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x19e9c-0x19e9e (2) -0x019e90| a0 c8| ..| timestamp: "2022-12-15 07:59:37.632 +0000 UTC" (1671091177632) 0x19e9e-0x19ea6 (8) +0x019e90| a0 c8| ..| timestamp: 1671091177632 (2022-12-15T07:59:37.632Z) 0x19e9e-0x19ea6 (8) 0x019ea0|cb 14 85 01 00 00 |...... | 0x019ea0| 00 b9 b5 00 af 39 14 00 03 5c| .....9...\| data: raw bits 0x19ea6-0x1d85b (14773) 0x019eb0|09 a2 0d 05 94 04 3f 8f 97 aa 92 18 40 49 56 ff|......?.....@IV.| @@ -351,14 +351,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x01d850| 4b 3b 00 00 00| K;...| size: 15179 0x1d85b-0x1d863 (8) 0x01d860|00 00 00 |... | 0x01d860| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1d863-0x1d865 (2) -0x01d860| a1 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.633 +0000 UTC" (1671091177633) 0x1d865-0x1d86d (8) +0x01d860| a1 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177633 (2022-12-15T07:59:37.633Z) 0x1d865-0x1d86d (8) 0x01d860| 00 bb 39| ..9| data: raw bits 0x1d86d-0x213a6 (15161) 0x01d870|00 33 3b 14 00 03 3c 07 a2 0d 05 06 eb 3f f6 ec|.3;...<......?..| * |until 0x213a5.7 (15161) | | | | | [31]{}: event 0x213a6-0x2427c (11990) 0x0213a0| d6 2e 00 00 00 00 00 00 | ........ | size: 11990 0x213a6-0x213ae (8) 0x0213a0| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x213ae-0x213b0 (2) -0x0213b0|a1 c8 cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:37.633 +0000 UTC" (1671091177633) 0x213b0-0x213b8 (8) +0x0213b0|a1 c8 cb 14 85 01 00 00 |........ | timestamp: 1671091177633 (2022-12-15T07:59:37.633Z) 0x213b0-0x213b8 (8) 0x0213b0| 00 ae c4 00 bb 2e 0e 00| ........| data: raw bits 0x213b8-0x2427c (11972) 0x0213c0|03 8b 05 a2 0d 05 c1 66 8f 1e 19 87 79 ed 40 45|.......f....y.@E| * |until 0x2427b.7 (11972) | | @@ -366,14 +366,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x024270| 77 39 00 00| w9..| size: 14711 0x2427c-0x24284 (8) 0x024280|00 00 00 00 |.... | 0x024280| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x24284-0x24286 (2) -0x024280| a3 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.635 +0000 UTC" (1671091177635) 0x24286-0x2428e (8) +0x024280| a3 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177635 (2022-12-15T07:59:37.635Z) 0x24286-0x2428e (8) 0x024280| 00 b9| ..| data: raw bits 0x2428e-0x27bf3 (14693) 0x024290|65 00 5f 39 18 00 03 c9 05 a2 0d 05 dc 74 01 3b|e._9.........t.;| * |until 0x27bf2.7 (14693) | | | | | [33]{}: event 0x27bf3-0x2b03f (13388) 0x027bf0| 4c 34 00 00 00 00 00 00 | L4...... | size: 13388 0x27bf3-0x27bfb (8) 0x027bf0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x27bfb-0x27bfd (2) -0x027bf0| a3 c8 cb| ...| timestamp: "2022-12-15 07:59:37.635 +0000 UTC" (1671091177635) 0x27bfd-0x27c05 (8) +0x027bf0| a3 c8 cb| ...| timestamp: 1671091177635 (2022-12-15T07:59:37.635Z) 0x27bfd-0x27c05 (8) 0x027c00|14 85 01 00 00 |..... | 0x027c00| 00 b4 3a 00 34 34 0a 00 03 59 06| ..:.44...Y.| data: raw bits 0x27c05-0x2b03f (13370) 0x027c10|a2 0d 05 c8 33 1d 4e ec 01 8b 0e 40 46 53 ff ff|....3.N....@FS..| @@ -382,7 +382,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x02b030| fe| .| size: 14078 0x2b03f-0x2b047 (8) 0x02b040|36 00 00 00 00 00 00 |6...... | 0x02b040| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2b047-0x2b049 (2) -0x02b040| a4 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.636 +0000 UTC" (1671091177636) 0x2b049-0x2b051 (8) +0x02b040| a4 c8 cb 14 85 01 00| .......| timestamp: 1671091177636 (2022-12-15T07:59:37.636Z) 0x2b049-0x2b051 (8) 0x02b050|00 |. | 0x02b050| 00 b6 ec 00 e6 36 0a 00 03 1b 0c a2 0d 05 a1| .....6.........| data: raw bits 0x2b051-0x2e73d (14060) 0x02b060|73 ae 84 c7 be a7 fd 40 4c 15 ff ff c0 27 1a 14|s......@L....'..| @@ -391,7 +391,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x02e730| ff 34 00| .4.| size: 13567 0x2e73d-0x2e745 (8) 0x02e740|00 00 00 00 00 |..... | 0x02e740| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2e745-0x2e747 (2) -0x02e740| a4 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.636 +0000 UTC" (1671091177636) 0x2e747-0x2e74f (8) +0x02e740| a4 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177636 (2022-12-15T07:59:37.636Z) 0x2e747-0x2e74f (8) 0x02e740| 00| .| data: raw bits 0x2e74f-0x31c3c (13549) 0x02e750|b4 ed 00 e4 34 10 00 03 96 0a a2 0d 05 16 7e ad|....4.........~.| * |until 0x31c3b.7 (13549) | | @@ -399,14 +399,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x031c30| 68 3a 00 00| h:..| size: 14952 0x31c3c-0x31c44 (8) 0x031c40|00 00 00 00 |.... | 0x031c40| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x31c44-0x31c46 (2) -0x031c40| a7 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.639 +0000 UTC" (1671091177639) 0x31c46-0x31c4e (8) +0x031c40| a7 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177639 (2022-12-15T07:59:37.639Z) 0x31c46-0x31c4e (8) 0x031c40| 00 ba| ..| data: raw bits 0x31c4e-0x356a4 (14934) 0x031c50|56 00 50 3a 0e 00 03 f3 04 a2 0d 05 e2 70 54 8f|V.P:.........pT.| * |until 0x356a3.7 (14934) | | | | | [37]{}: event 0x356a4-0x38f2a (14470) 0x0356a0| 86 38 00 00 00 00 00 00 | .8...... | size: 14470 0x356a4-0x356ac (8) 0x0356a0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x356ac-0x356ae (2) -0x0356a0| a7 c8| ..| timestamp: "2022-12-15 07:59:37.639 +0000 UTC" (1671091177639) 0x356ae-0x356b6 (8) +0x0356a0| a7 c8| ..| timestamp: 1671091177639 (2022-12-15T07:59:37.639Z) 0x356ae-0x356b6 (8) 0x0356b0|cb 14 85 01 00 00 |...... | 0x0356b0| 00 b8 74 00 6e 38 0a 00 03 6c| ..t.n8...l| data: raw bits 0x356b6-0x38f2a (14452) 0x0356c0|0b a2 0d 05 89 c3 0c 19 bc a2 30 87 40 4b 66 ff|..........0.@Kf.| @@ -415,7 +415,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x038f20| 10 36 00 00 00 00| .6....| size: 13840 0x38f2a-0x38f32 (8) 0x038f30|00 00 |.. | 0x038f30| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x38f32-0x38f34 (2) -0x038f30| a8 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.64 +0000 UTC" (1671091177640) 0x38f34-0x38f3c (8) +0x038f30| a8 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177640 (2022-12-15T07:59:37.64Z) 0x38f34-0x38f3c (8) 0x038f30| 00 b5 fe 00| ....| data: raw bits 0x38f3c-0x3c53a (13822) 0x038f40|f8 35 0a 00 03 4d 0a a2 0d 05 4a 1c e2 0e c1 ed|.5...M....J.....| * |until 0x3c539.7 (13822) | | @@ -423,7 +423,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x03c530| 45 32 00 00 00 00| E2....| size: 12869 0x3c53a-0x3c542 (8) 0x03c540|00 00 |.. | 0x03c540| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x3c542-0x3c544 (2) -0x03c540| a8 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.64 +0000 UTC" (1671091177640) 0x3c544-0x3c54c (8) +0x03c540| a8 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177640 (2022-12-15T07:59:37.64Z) 0x3c544-0x3c54c (8) 0x03c540| 00 b2 33 00| ..3.| data: raw bits 0x3c54c-0x3f77f (12851) 0x03c550|2a 32 12 00 03 6f 0a a2 0d 05 4b 01 77 5c 82 14|*2...o....K.w\..| * |until 0x3f77e.7 (12851) | | @@ -431,7 +431,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x03f770| f9| .| size: 12793 0x3f77f-0x3f787 (8) 0x03f780|31 00 00 00 00 00 00 |1...... | 0x03f780| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x3f787-0x3f789 (2) -0x03f780| aa c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.642 +0000 UTC" (1671091177642) 0x3f789-0x3f791 (8) +0x03f780| aa c8 cb 14 85 01 00| .......| timestamp: 1671091177642 (2022-12-15T07:59:37.642Z) 0x3f789-0x3f791 (8) 0x03f790|00 |. | 0x03f790| 00 b1 e7 00 e1 31 08 00 03 9d 09 a2 0d 05 39| .....1........9| data: raw bits 0x3f791-0x42978 (12775) 0x03f7a0|99 75 30 4f 60 fc 0b 40 49 97 ff ff 86 db 03 db|.u0O`..@I.......| @@ -439,7 +439,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [41]{}: event 0x42978-0x461fa (14466) 0x042970| 82 38 00 00 00 00 00 00| .8......| size: 14466 0x42978-0x42980 (8) 0x042980|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x42980-0x42982 (2) -0x042980| ab c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.643 +0000 UTC" (1671091177643) 0x42982-0x4298a (8) +0x042980| ab c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177643 (2022-12-15T07:59:37.643Z) 0x42982-0x4298a (8) 0x042980| 00 b8 70 00 6a 38| ..p.j8| data: raw bits 0x4298a-0x461fa (14448) 0x042990|08 00 03 1b 0e a2 0d 05 90 41 b5 48 de c7 e1 59|.........A.H...Y| * |until 0x461f9.7 (14448) | | @@ -447,14 +447,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0461f0| 76 34 00 00 00 00| v4....| size: 13430 0x461fa-0x46202 (8) 0x046200|00 00 |.. | 0x046200| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x46202-0x46204 (2) -0x046200| ab c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.643 +0000 UTC" (1671091177643) 0x46204-0x4620c (8) +0x046200| ab c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177643 (2022-12-15T07:59:37.643Z) 0x46204-0x4620c (8) 0x046200| 00 b4 64 00| ..d.| data: raw bits 0x4620c-0x49670 (13412) 0x046210|5e 34 06 00 03 34 0f a2 0d 05 5c 5a e4 db 21 48|^4...4....\Z..!H| * |until 0x4966f.7 (13412) | | | | | [43]{}: event 0x49670-0x4cde6 (14198) 0x049670|76 37 00 00 00 00 00 00 |v7...... | size: 14198 0x49670-0x49678 (8) 0x049670| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x49678-0x4967a (2) -0x049670| ac c8 cb 14 85 01| ......| timestamp: "2022-12-15 07:59:37.644 +0000 UTC" (1671091177644) 0x4967a-0x49682 (8) +0x049670| ac c8 cb 14 85 01| ......| timestamp: 1671091177644 (2022-12-15T07:59:37.644Z) 0x4967a-0x49682 (8) 0x049680|00 00 |.. | 0x049680| 00 b7 64 00 5e 37 0a 00 03 fe 0a a2 0d 05| ..d.^7........| data: raw bits 0x49682-0x4cde6 (14180) 0x049690|12 2d df 85 2a d6 ff 4c 40 4a f8 ff ff c7 dc 1c|.-..*..L@J......| @@ -462,14 +462,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [44]{}: event 0x4cde6-0x4d3a1 (1467) 0x04cde0| bb 05 00 00 00 00 00 00 | ........ | size: 1467 0x4cde6-0x4cdee (8) 0x04cde0| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x4cdee-0x4cdf0 (2) -0x04cdf0|ac c8 cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:37.644 +0000 UTC" (1671091177644) 0x4cdf0-0x4cdf8 (8) +0x04cdf0|ac c8 cb 14 85 01 00 00 |........ | timestamp: 1671091177644 (2022-12-15T07:59:37.644Z) 0x4cdf0-0x4cdf8 (8) 0x04cdf0| 00 85 a9 00 a0 05 02 00| ........| data: raw bits 0x4cdf8-0x4d3a1 (1449) 0x04ce00|03 8e 05 a2 0d 05 01 08 7a 45 7b 45 89 c0 40 45|........zE{E..@E| * |until 0x4d3a0.7 (1449) | | | | | [45]{}: event 0x4d3a1-0x51031 (15504) 0x04d3a0| 90 3c 00 00 00 00 00 00 | .<...... | size: 15504 0x4d3a1-0x4d3a9 (8) 0x04d3a0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x4d3a9-0x4d3ab (2) -0x04d3a0| ad c8 cb 14 85| .....| timestamp: "2022-12-15 07:59:37.645 +0000 UTC" (1671091177645) 0x4d3ab-0x4d3b3 (8) +0x04d3a0| ad c8 cb 14 85| .....| timestamp: 1671091177645 (2022-12-15T07:59:37.645Z) 0x4d3ab-0x4d3b3 (8) 0x04d3b0|01 00 00 |... | 0x04d3b0| 00 bc 7e 00 78 3c 10 00 03 9d 05 a2 0d| ..~.x<.......| data: raw bits 0x4d3b3-0x51031 (15486) 0x04d3c0|05 a5 67 1c f2 74 35 ee 8c 40 45 97 ff ff 89 18|..g..t5..@E.....| @@ -477,7 +477,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [46]{}: event 0x51031-0x54c64 (15411) 0x051030| 33 3c 00 00 00 00 00 00 | 3<...... | size: 15411 0x51031-0x51039 (8) 0x051030| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x51039-0x5103b (2) -0x051030| ad c8 cb 14 85| .....| timestamp: "2022-12-15 07:59:37.645 +0000 UTC" (1671091177645) 0x5103b-0x51043 (8) +0x051030| ad c8 cb 14 85| .....| timestamp: 1671091177645 (2022-12-15T07:59:37.645Z) 0x5103b-0x51043 (8) 0x051040|01 00 00 |... | 0x051040| 00 bc 21 00 1b 3c 08 00 03 bc 0f a2 0d| ..!..<.......| data: raw bits 0x51043-0x54c64 (15393) 0x051050|05 cc fd 26 90 61 2f 54 0a 40 4f b6 ff ff 80 06|...&.a/T.@O.....| @@ -485,7 +485,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [47]{}: event 0x54c64-0x58584 (14624) 0x054c60| 20 39 00 00 00 00 00 00 | 9...... | size: 14624 0x54c64-0x54c6c (8) 0x054c60| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x54c6c-0x54c6e (2) -0x054c60| ae c8| ..| timestamp: "2022-12-15 07:59:37.646 +0000 UTC" (1671091177646) 0x54c6e-0x54c76 (8) +0x054c60| ae c8| ..| timestamp: 1671091177646 (2022-12-15T07:59:37.646Z) 0x54c6e-0x54c76 (8) 0x054c70|cb 14 85 01 00 00 |...... | 0x054c70| 00 b9 0e 00 08 39 06 00 03 29| .....9...)| data: raw bits 0x54c76-0x58584 (14606) 0x054c80|13 a2 0d 05 56 8c 73 89 42 f4 93 e6 40 53 23 ff|....V.s.B...@S#.| @@ -493,7 +493,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [48]{}: event 0x58584-0x5b94e (13258) 0x058580| ca 33 00 00 00 00 00 00 | .3...... | size: 13258 0x58584-0x5858c (8) 0x058580| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x5858c-0x5858e (2) -0x058580| ae c8| ..| timestamp: "2022-12-15 07:59:37.646 +0000 UTC" (1671091177646) 0x5858e-0x58596 (8) +0x058580| ae c8| ..| timestamp: 1671091177646 (2022-12-15T07:59:37.646Z) 0x5858e-0x58596 (8) 0x058590|cb 14 85 01 00 00 |...... | 0x058590| 00 b3 b8 00 af 33 04 00 03 3a| .....3...:| data: raw bits 0x58596-0x5b94e (13240) 0x0585a0|1a a2 0d 05 67 c7 0d 29 e7 ee ee 79 40 5a 34 ff|....g..)...y@Z4.| @@ -502,13 +502,13 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x05b940| f4 3b| .;| size: 15348 0x5b94e-0x5b956 (8) 0x05b950|00 00 00 00 00 00 |...... | 0x05b950| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x5b956-0x5b958 (2) -0x05b950| b0 c8 cb 14 85 01 00 00| ........| timestamp: "2022-12-15 07:59:37.648 +0000 UTC" (1671091177648) 0x5b958-0x5b960 (8) +0x05b950| b0 c8 cb 14 85 01 00 00| ........| timestamp: 1671091177648 (2022-12-15T07:59:37.648Z) 0x5b958-0x5b960 (8) 0x05b960|00 bb e2 00 dc 3b 06 00 03 84 18 a2 0d 05 df 7b|.....;.........{| data: raw bits 0x5b960-0x5f542 (15330) * |until 0x5f541.7 (15330) | | | | | [50]{}: event 0x5f542-0x6283f (13053) 0x05f540| fd 32 00 00 00 00 00 00 | .2...... | size: 13053 0x5f542-0x5f54a (8) 0x05f540| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x5f54a-0x5f54c (2) -0x05f540| b1 c8 cb 14| ....| timestamp: "2022-12-15 07:59:37.649 +0000 UTC" (1671091177649) 0x5f54c-0x5f554 (8) +0x05f540| b1 c8 cb 14| ....| timestamp: 1671091177649 (2022-12-15T07:59:37.649Z) 0x5f54c-0x5f554 (8) 0x05f550|85 01 00 00 |.... | 0x05f550| 00 b2 eb 00 e5 32 10 00 03 2b 0c a2| .....2...+..| data: raw bits 0x5f554-0x6283f (13035) 0x05f560|0d 05 8b 84 4c 8f 10 53 22 9c 40 4c 25 ff ff c6|....L..S".@L%...| @@ -517,7 +517,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x062830| 2b| +| size: 15403 0x6283f-0x62847 (8) 0x062840|3c 00 00 00 00 00 00 |<...... | 0x062840| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x62847-0x62849 (2) -0x062840| b3 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.651 +0000 UTC" (1671091177651) 0x62849-0x62851 (8) +0x062840| b3 c8 cb 14 85 01 00| .......| timestamp: 1671091177651 (2022-12-15T07:59:37.651Z) 0x62849-0x62851 (8) 0x062850|00 |. | 0x062850| 00 bc 19 00 13 3c 08 00 03 7b 0c a2 0d 05 8a| .....<...{.....| data: raw bits 0x62851-0x6646a (15385) 0x062860|7f 7e 37 9b ac 6c 39 40 4c 75 ff ff 9c 7d 04 5c|.~7..l9@Lu...}.\| @@ -526,14 +526,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x066460| 4e 2c 00 00 00 00| N,....| size: 11342 0x6646a-0x66472 (8) 0x066470|00 00 |.. | 0x066470| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x66472-0x66474 (2) -0x066470| b4 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.652 +0000 UTC" (1671091177652) 0x66474-0x6647c (8) +0x066470| b4 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177652 (2022-12-15T07:59:37.652Z) 0x66474-0x6647c (8) 0x066470| 00 ac 3c 00| ..<.| data: raw bits 0x6647c-0x690b8 (11324) 0x066480|36 2c 06 00 03 9e 13 a2 0d 05 b5 7f 3f 1a fc 2b|6,..........?..+| * |until 0x690b7.7 (11324) | | | | | [53]{}: event 0x690b8-0x6a1bf (4359) 0x0690b0| 07 11 00 00 00 00 00 00| ........| size: 4359 0x690b8-0x690c0 (8) 0x0690c0|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x690c0-0x690c2 (2) -0x0690c0| b4 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.652 +0000 UTC" (1671091177652) 0x690c2-0x690ca (8) +0x0690c0| b4 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177652 (2022-12-15T07:59:37.652Z) 0x690c2-0x690ca (8) 0x0690c0| 00 90 f5 00 ec 10| ......| data: raw bits 0x690ca-0x6a1bf (4341) 0x0690d0|02 00 03 da 10 a2 0d 05 e8 9b 7a dc 48 ba fd 48|..........z.H..H| * |until 0x6a1be.7 (4341) | | @@ -541,7 +541,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x06a1b0| d6| .| size: 15318 0x6a1bf-0x6a1c7 (8) 0x06a1c0|3b 00 00 00 00 00 00 |;...... | 0x06a1c0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x6a1c7-0x6a1c9 (2) -0x06a1c0| b7 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.655 +0000 UTC" (1671091177655) 0x6a1c9-0x6a1d1 (8) +0x06a1c0| b7 c8 cb 14 85 01 00| .......| timestamp: 1671091177655 (2022-12-15T07:59:37.655Z) 0x6a1c9-0x6a1d1 (8) 0x06a1d0|00 |. | 0x06a1d0| 00 bb c4 00 be 3b 06 00 03 9d 0e a2 0d 05 75| .....;........u| data: raw bits 0x6a1d1-0x6dd95 (15300) 0x06a1e0|6f b4 c7 c5 ba b5 e6 40 4e 97 ff ff 81 9e 5e c8|o......@N.....^.| @@ -549,7 +549,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [55]{}: event 0x6dd95-0x71123 (13198) 0x06dd90| 8e 33 00 00 00 00 00 00 | .3...... | size: 13198 0x6dd95-0x6dd9d (8) 0x06dd90| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x6dd9d-0x6dd9f (2) -0x06dd90| b7| .| timestamp: "2022-12-15 07:59:37.655 +0000 UTC" (1671091177655) 0x6dd9f-0x6dda7 (8) +0x06dd90| b7| .| timestamp: 1671091177655 (2022-12-15T07:59:37.655Z) 0x6dd9f-0x6dda7 (8) 0x06dda0|c8 cb 14 85 01 00 00 |....... | 0x06dda0| 00 b3 7c 00 76 33 06 00 03| ..|.v3...| data: raw bits 0x6dda7-0x71123 (13180) 0x06ddb0|e8 0c a2 0d 05 9a 0b b3 21 b1 24 f7 98 40 4c e2|........!.$..@L.| @@ -557,7 +557,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [56]{}: event 0x71123-0x74c84 (15201) 0x071120| 61 3b 00 00 00 00 00 00 | a;...... | size: 15201 0x71123-0x7112b (8) 0x071120| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x7112b-0x7112d (2) -0x071120| b8 c8 cb| ...| timestamp: "2022-12-15 07:59:37.656 +0000 UTC" (1671091177656) 0x7112d-0x71135 (8) +0x071120| b8 c8 cb| ...| timestamp: 1671091177656 (2022-12-15T07:59:37.656Z) 0x7112d-0x71135 (8) 0x071130|14 85 01 00 00 |..... | 0x071130| 00 bb 4f 00 49 3b 10 00 03 46 0a| ..O.I;...F.| data: raw bits 0x71135-0x74c84 (15183) 0x071140|a2 0d 05 c9 b2 8a 57 04 4d 52 52 40 4a 40 ff ff|......W.MRR@J@..| @@ -565,7 +565,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [57]{}: event 0x74c84-0x77f8d (13065) 0x074c80| 09 33 00 00 00 00 00 00 | .3...... | size: 13065 0x74c84-0x74c8c (8) 0x074c80| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x74c8c-0x74c8e (2) -0x074c80| b8 c8| ..| timestamp: "2022-12-15 07:59:37.656 +0000 UTC" (1671091177656) 0x74c8e-0x74c96 (8) +0x074c80| b8 c8| ..| timestamp: 1671091177656 (2022-12-15T07:59:37.656Z) 0x74c8e-0x74c96 (8) 0x074c90|cb 14 85 01 00 00 |...... | 0x074c90| 00 b2 f7 00 ee 32 08 00 03 b8| .....2....| data: raw bits 0x74c96-0x77f8d (13047) 0x074ca0|01 a2 0d 05 94 a5 77 a8 76 2a 76 c1 40 41 b2 ff|......w.v*v.@A..| @@ -574,14 +574,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x077f80| 85 32 00| .2.| size: 12933 0x77f8d-0x77f95 (8) 0x077f90|00 00 00 00 00 |..... | 0x077f90| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x77f95-0x77f97 (2) -0x077f90| ba c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.658 +0000 UTC" (1671091177658) 0x77f97-0x77f9f (8) +0x077f90| ba c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177658 (2022-12-15T07:59:37.658Z) 0x77f97-0x77f9f (8) 0x077f90| 00| .| data: raw bits 0x77f9f-0x7b212 (12915) 0x077fa0|b2 73 00 6d 32 06 00 03 26 12 a2 0d 05 14 39 f2|.s.m2...&.....9.| * |until 0x7b211.7 (12915) | | | | | [59]{}: event 0x7b212-0x7e756 (13636) 0x07b210| 44 35 00 00 00 00 00 00 | D5...... | size: 13636 0x7b212-0x7b21a (8) 0x07b210| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x7b21a-0x7b21c (2) -0x07b210| ba c8 cb 14| ....| timestamp: "2022-12-15 07:59:37.658 +0000 UTC" (1671091177658) 0x7b21c-0x7b224 (8) +0x07b210| ba c8 cb 14| ....| timestamp: 1671091177658 (2022-12-15T07:59:37.658Z) 0x7b21c-0x7b224 (8) 0x07b220|85 01 00 00 |.... | 0x07b220| 00 b5 32 00 2c 35 06 00 03 6e 16 a2| ..2.,5...n..| data: raw bits 0x7b224-0x7e756 (13618) 0x07b230|0d 05 94 9b a4 ff 0e 81 8a 6d 40 56 68 ff ff 8d|.........m@Vh...| @@ -589,14 +589,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [60]{}: event 0x7e756-0x81cb5 (13663) 0x07e750| 5f 35 00 00 00 00 00 00 | _5...... | size: 13663 0x7e756-0x7e75e (8) 0x07e750| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x7e75e-0x7e760 (2) -0x07e760|bb c8 cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:37.659 +0000 UTC" (1671091177659) 0x7e760-0x7e768 (8) +0x07e760|bb c8 cb 14 85 01 00 00 |........ | timestamp: 1671091177659 (2022-12-15T07:59:37.659Z) 0x7e760-0x7e768 (8) 0x07e760| 00 b5 4d 00 47 35 06 00| ..M.G5..| data: raw bits 0x7e768-0x81cb5 (13645) 0x07e770|03 cc 19 a2 0d 05 c2 b7 6c 34 62 57 19 34 40 59|........l4bW.4@Y| * |until 0x81cb4.7 (13645) | | | | | [61]{}: event 0x81cb5-0x85284 (13775) 0x081cb0| cf 35 00 00 00 00 00 00 | .5...... | size: 13775 0x81cb5-0x81cbd (8) 0x081cb0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x81cbd-0x81cbf (2) -0x081cb0| bb| .| timestamp: "2022-12-15 07:59:37.659 +0000 UTC" (1671091177659) 0x81cbf-0x81cc7 (8) +0x081cb0| bb| .| timestamp: 1671091177659 (2022-12-15T07:59:37.659Z) 0x81cbf-0x81cc7 (8) 0x081cc0|c8 cb 14 85 01 00 00 |....... | 0x081cc0| 00 b5 bd 00 b7 35 06 00 03| .....5...| data: raw bits 0x81cc7-0x85284 (13757) 0x081cd0|dc 14 a2 0d 05 fd 55 31 41 02 4b 92 37 40 54 d6|......U1A.K.7@T.| @@ -604,7 +604,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [62]{}: event 0x85284-0x85e96 (3090) 0x085280| 12 0c 00 00 00 00 00 00 | ........ | size: 3090 0x85284-0x8528c (8) 0x085280| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x8528c-0x8528e (2) -0x085280| bb c8| ..| timestamp: "2022-12-15 07:59:37.659 +0000 UTC" (1671091177659) 0x8528e-0x85296 (8) +0x085280| bb c8| ..| timestamp: 1671091177659 (2022-12-15T07:59:37.659Z) 0x8528e-0x85296 (8) 0x085290|cb 14 85 01 00 00 |...... | 0x085290| 00 8c 00 00 f7 0b 02 00 03 e5| ..........| data: raw bits 0x85296-0x85e96 (3072) 0x0852a0|0b a2 0d 05 4b 90 b5 83 9e f9 96 d9 40 4b df ff|....K.......@K..| @@ -612,14 +612,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [63]{}: event 0x85e96-0x89b60 (15562) 0x085e90| ca 3c 00 00 00 00 00 00 | .<...... | size: 15562 0x85e96-0x85e9e (8) 0x085e90| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x85e9e-0x85ea0 (2) -0x085ea0|bd c8 cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:37.661 +0000 UTC" (1671091177661) 0x85ea0-0x85ea8 (8) +0x085ea0|bd c8 cb 14 85 01 00 00 |........ | timestamp: 1671091177661 (2022-12-15T07:59:37.661Z) 0x85ea0-0x85ea8 (8) 0x085ea0| 00 bc b8 00 b2 3c 10 00| .....<..| data: raw bits 0x85ea8-0x89b60 (15544) 0x085eb0|03 9b 0b a2 0d 05 54 49 cf eb 47 0e 5c fc 40 4b|......TI..G.\.@K| * |until 0x89b5f.7 (15544) | | | | | [64]{}: event 0x89b60-0x8ce69 (13065) 0x089b60|09 33 00 00 00 00 00 00 |.3...... | size: 13065 0x89b60-0x89b68 (8) 0x089b60| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x89b68-0x89b6a (2) -0x089b60| bd c8 cb 14 85 01| ......| timestamp: "2022-12-15 07:59:37.661 +0000 UTC" (1671091177661) 0x89b6a-0x89b72 (8) +0x089b60| bd c8 cb 14 85 01| ......| timestamp: 1671091177661 (2022-12-15T07:59:37.661Z) 0x89b6a-0x89b72 (8) 0x089b70|00 00 |.. | 0x089b70| 00 b2 f7 00 f1 32 06 00 03 9e 0d a2 0d 05| .....2........| data: raw bits 0x89b72-0x8ce69 (13047) 0x089b80|6a 95 a2 99 e1 b8 83 01 40 4d 98 ff ff 8e de 15|j.......@M......| @@ -628,14 +628,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x08ce60| f9 39 00 00 00 00 00| .9.....| size: 14841 0x8ce69-0x8ce71 (8) 0x08ce70|00 |. | 0x08ce70| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x8ce71-0x8ce73 (2) -0x08ce70| be c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.662 +0000 UTC" (1671091177662) 0x8ce73-0x8ce7b (8) +0x08ce70| be c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177662 (2022-12-15T07:59:37.662Z) 0x8ce73-0x8ce7b (8) 0x08ce70| 00 b9 e7 00 e1| .....| data: raw bits 0x8ce7b-0x90862 (14823) 0x08ce80|39 06 00 03 c2 12 a2 0d 05 60 a1 3f dc d8 9b 78|9........`.?...x| * |until 0x90861.7 (14823) | | | | | [66]{}: event 0x90862-0x93c08 (13222) 0x090860| a6 33 00 00 00 00 00 00 | .3...... | size: 13222 0x90862-0x9086a (8) 0x090860| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x9086a-0x9086c (2) -0x090860| be c8 cb 14| ....| timestamp: "2022-12-15 07:59:37.662 +0000 UTC" (1671091177662) 0x9086c-0x90874 (8) +0x090860| be c8 cb 14| ....| timestamp: 1671091177662 (2022-12-15T07:59:37.662Z) 0x9086c-0x90874 (8) 0x090870|85 01 00 00 |.... | 0x090870| 00 b3 94 00 8b 33 04 00 03 98 17 a2| .....3......| data: raw bits 0x90874-0x93c08 (13204) 0x090880|0d 05 09 99 90 5d 41 28 07 70 40 57 92 ff ff 98|.....]A(.p@W....| @@ -643,7 +643,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [67]{}: event 0x93c08-0x93c39 (49) 0x093c00| 31 00 00 00 00 00 00 00| 1.......| size: 49 0x93c08-0x93c10 (8) 0x093c10|01 00 |.. | pdu_type: "pdu_fastpath_input" (1) 0x93c10-0x93c12 (2) -0x093c10| c0 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.664 +0000 UTC" (1671091177664) 0x93c12-0x93c1a (8) +0x093c10| c0 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177664 (2022-12-15T07:59:37.664Z) 0x93c12-0x93c1a (8) | | | fastpath_input{}: 0x93c1a-0x93c39 (31) | | | input_header{}: 0x93c1a-0x93c1b (1) 0x093c10| 50 | P | action: 0x1 0x93c1a-0x93c1a.2 (0.2) @@ -659,7 +659,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x093c30| 76 3a 00 00 00 00 00| v:.....| size: 14966 0x93c39-0x93c41 (8) 0x093c40|00 |. | 0x093c40| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x93c41-0x93c43 (2) -0x093c40| c0 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.664 +0000 UTC" (1671091177664) 0x93c43-0x93c4b (8) +0x093c40| c0 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177664 (2022-12-15T07:59:37.664Z) 0x93c43-0x93c4b (8) 0x093c40| 00 ba 64 00 5e| ..d.^| data: raw bits 0x93c4b-0x976af (14948) 0x093c50|3a 04 00 03 90 1e a2 0d 05 42 dc 76 cd 38 0f bd|:........B.v.8..| * |until 0x976ae.7 (14948) | | @@ -667,7 +667,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0976a0| 9c| .| size: 15516 0x976af-0x976b7 (8) 0x0976b0|3c 00 00 00 00 00 00 |<...... | 0x0976b0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x976b7-0x976b9 (2) -0x0976b0| c1 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.665 +0000 UTC" (1671091177665) 0x976b9-0x976c1 (8) +0x0976b0| c1 c8 cb 14 85 01 00| .......| timestamp: 1671091177665 (2022-12-15T07:59:37.665Z) 0x976b9-0x976c1 (8) 0x0976c0|00 |. | 0x0976c0| 00 bc 8a 00 84 3c 06 00 03 b3 15 a2 0d 05 85| .....<.........| data: raw bits 0x976c1-0x9b34b (15498) 0x0976d0|7d b5 d7 f9 ba 25 fb 40 55 ad ff ff f4 77 01 4a|}....%.@U....w.J| @@ -676,7 +676,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x09b340| 32 3a 00 00 00| 2:...| size: 14898 0x9b34b-0x9b353 (8) 0x09b350|00 00 00 |... | 0x09b350| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x9b353-0x9b355 (2) -0x09b350| c1 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.665 +0000 UTC" (1671091177665) 0x9b355-0x9b35d (8) +0x09b350| c1 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177665 (2022-12-15T07:59:37.665Z) 0x9b355-0x9b35d (8) 0x09b350| 00 ba 20| .. | data: raw bits 0x9b35d-0x9ed7d (14880) 0x09b360|00 1a 3a 0e 00 03 2f 0c a2 0d 05 ad 2d 08 32 0d|..:.../.....-.2.| * |until 0x9ed7c.7 (14880) | | @@ -684,7 +684,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x09ed70| 52 3b 00| R;.| size: 15186 0x9ed7d-0x9ed85 (8) 0x09ed80|00 00 00 00 00 |..... | 0x09ed80| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x9ed85-0x9ed87 (2) -0x09ed80| c2 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.666 +0000 UTC" (1671091177666) 0x9ed87-0x9ed8f (8) +0x09ed80| c2 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177666 (2022-12-15T07:59:37.666Z) 0x9ed87-0x9ed8f (8) 0x09ed80| 00| .| data: raw bits 0x9ed8f-0xa28cf (15168) 0x09ed90|bb 40 00 37 3b 0a 00 03 2a 03 a2 0d 05 2b 98 71|.@.7;...*....+.q| * |until 0xa28ce.7 (15168) | | @@ -692,7 +692,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0a28c0| 90| .| size: 14224 0xa28cf-0xa28d7 (8) 0x0a28d0|37 00 00 00 00 00 00 |7...... | 0x0a28d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xa28d7-0xa28d9 (2) -0x0a28d0| c3 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.667 +0000 UTC" (1671091177667) 0xa28d9-0xa28e1 (8) +0x0a28d0| c3 c8 cb 14 85 01 00| .......| timestamp: 1671091177667 (2022-12-15T07:59:37.667Z) 0xa28d9-0xa28e1 (8) 0x0a28e0|00 |. | 0x0a28e0| 00 b7 7e 00 78 37 06 00 03 25 14 a2 0d 05 93| ..~.x7...%.....| data: raw bits 0xa28e1-0xa605f (14206) 0x0a28f0|fb 2a 31 a2 c9 33 ba 40 54 1f ff ff 89 3e 87 3f|.*1..3.@T....>.?| @@ -701,7 +701,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0a6050| 09| .| size: 12297 0xa605f-0xa6067 (8) 0x0a6060|30 00 00 00 00 00 00 |0...... | 0x0a6060| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xa6067-0xa6069 (2) -0x0a6060| c4 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.668 +0000 UTC" (1671091177668) 0xa6069-0xa6071 (8) +0x0a6060| c4 c8 cb 14 85 01 00| .......| timestamp: 1671091177668 (2022-12-15T07:59:37.668Z) 0xa6069-0xa6071 (8) 0x0a6070|00 |. | 0x0a6070| 00 af f7 00 f1 2f 06 00 03 7f 0e a2 0d 05 c8| ...../.........| data: raw bits 0xa6071-0xa9068 (12279) 0x0a6080|bf d7 6f 9d b6 ae 76 40 4e 79 ff ff 82 3f 8f 3f|..o...v@Ny...?.?| @@ -709,14 +709,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [74]{}: event 0xa9068-0xacd18 (15536) 0x0a9060| b0 3c 00 00 00 00 00 00| .<......| size: 15536 0xa9068-0xa9070 (8) 0x0a9070|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0xa9070-0xa9072 (2) -0x0a9070| c4 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.668 +0000 UTC" (1671091177668) 0xa9072-0xa907a (8) +0x0a9070| c4 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177668 (2022-12-15T07:59:37.668Z) 0xa9072-0xa907a (8) 0x0a9070| 00 bc 9e 00 98 3c| .....<| data: raw bits 0xa907a-0xacd18 (15518) 0x0a9080|06 00 03 5c 0f a2 0d 05 b9 79 3f 54 30 bb cc 16|...\.....y?T0...| * |until 0xacd17.7 (15518) | | | | | [75]{}: event 0xacd18-0xb0839 (15137) 0x0acd10| 21 3b 00 00 00 00 00 00| !;......| size: 15137 0xacd18-0xacd20 (8) 0x0acd20|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0xacd20-0xacd22 (2) -0x0acd20| c5 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.669 +0000 UTC" (1671091177669) 0xacd22-0xacd2a (8) +0x0acd20| c5 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177669 (2022-12-15T07:59:37.669Z) 0xacd22-0xacd2a (8) 0x0acd20| 00 bb 0f 00 06 3b| .....;| data: raw bits 0xacd2a-0xb0839 (15119) 0x0acd30|08 00 03 2e 18 a2 0d 05 c3 78 50 2b cc ec c9 b5|.........xP+....| * |until 0xb0838.7 (15119) | | @@ -724,14 +724,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0b0830| cb 32 00 00 00 00 00| .2.....| size: 13003 0xb0839-0xb0841 (8) 0x0b0840|00 |. | 0x0b0840| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xb0841-0xb0843 (2) -0x0b0840| c6 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.67 +0000 UTC" (1671091177670) 0xb0843-0xb084b (8) +0x0b0840| c6 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177670 (2022-12-15T07:59:37.67Z) 0xb0843-0xb084b (8) 0x0b0840| 00 b2 b9 00 b3| .....| data: raw bits 0xb084b-0xb3b04 (12985) 0x0b0850|32 10 00 03 88 06 a2 0d 05 47 eb d1 69 55 26 c5|2........G..iU&.| * |until 0xb3b03.7 (12985) | | | | | [77]{}: event 0xb3b04-0xb6d03 (12799) 0x0b3b00| ff 31 00 00 00 00 00 00 | .1...... | size: 12799 0xb3b04-0xb3b0c (8) 0x0b3b00| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xb3b0c-0xb3b0e (2) -0x0b3b00| c7 c8| ..| timestamp: "2022-12-15 07:59:37.671 +0000 UTC" (1671091177671) 0xb3b0e-0xb3b16 (8) +0x0b3b00| c7 c8| ..| timestamp: 1671091177671 (2022-12-15T07:59:37.671Z) 0xb3b0e-0xb3b16 (8) 0x0b3b10|cb 14 85 01 00 00 |...... | 0x0b3b10| 00 b1 ed 00 e7 31 04 00 03 43| .....1...C| data: raw bits 0xb3b16-0xb6d03 (12781) 0x0b3b20|16 a2 0d 05 c7 9a d8 50 fb 37 d3 fd 40 56 3d ff|.......P.7..@V=.| @@ -739,7 +739,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [78]{}: event 0xb6d03-0xba19f (13468) 0x0b6d00| 9c 34 00 00 00 00 00 00 | .4...... | size: 13468 0xb6d03-0xb6d0b (8) 0x0b6d00| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xb6d0b-0xb6d0d (2) -0x0b6d00| c7 c8 cb| ...| timestamp: "2022-12-15 07:59:37.671 +0000 UTC" (1671091177671) 0xb6d0d-0xb6d15 (8) +0x0b6d00| c7 c8 cb| ...| timestamp: 1671091177671 (2022-12-15T07:59:37.671Z) 0xb6d0d-0xb6d15 (8) 0x0b6d10|14 85 01 00 00 |..... | 0x0b6d10| 00 b4 8a 00 84 34 06 00 03 82 12| .....4.....| data: raw bits 0xb6d15-0xba19f (13450) 0x0b6d20|a2 0d 05 4c 3f 32 4a ca 77 f4 ab 40 52 7c ff ff|...L?2J.w..@R|..| @@ -748,7 +748,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0ba190| 80| .| size: 14208 0xba19f-0xba1a7 (8) 0x0ba1a0|37 00 00 00 00 00 00 |7...... | 0x0ba1a0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xba1a7-0xba1a9 (2) -0x0ba1a0| c7 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.671 +0000 UTC" (1671091177671) 0xba1a9-0xba1b1 (8) +0x0ba1a0| c7 c8 cb 14 85 01 00| .......| timestamp: 1671091177671 (2022-12-15T07:59:37.671Z) 0xba1a9-0xba1b1 (8) 0x0ba1b0|00 |. | 0x0ba1b0| 00 b7 6e 00 68 37 08 00 03 72 13 a2 0d 05 27| ..n.h7...r....'| data: raw bits 0xba1b1-0xbd91f (14190) 0x0ba1c0|09 9d 21 7c 3d ab 1c 40 53 6c ff ff c6 1f 7f 8f|..!|=..@Sl......| @@ -757,7 +757,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0bd910| 60| `| size: 3168 0xbd91f-0xbd927 (8) 0x0bd920|0c 00 00 00 00 00 00 |....... | 0x0bd920| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xbd927-0xbd929 (2) -0x0bd920| c8 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.672 +0000 UTC" (1671091177672) 0xbd929-0xbd931 (8) +0x0bd920| c8 c8 cb 14 85 01 00| .......| timestamp: 1671091177672 (2022-12-15T07:59:37.672Z) 0xbd929-0xbd931 (8) 0x0bd930|00 |. | 0x0bd930| 00 8c 4e 00 45 0c 02 00 03 33 0c a2 0d 05 01| ..N.E....3.....| data: raw bits 0xbd931-0xbe57f (3150) 0x0bd940|9c a7 b0 31 e8 66 f1 40 4c 2d ff ff ca ff 35 82|...1.f.@L-....5.| @@ -766,7 +766,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0be570| 9d| .| size: 14493 0xbe57f-0xbe587 (8) 0x0be580|38 00 00 00 00 00 00 |8...... | 0x0be580| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xbe587-0xbe589 (2) -0x0be580| c9 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.673 +0000 UTC" (1671091177673) 0xbe589-0xbe591 (8) +0x0be580| c9 c8 cb 14 85 01 00| .......| timestamp: 1671091177673 (2022-12-15T07:59:37.673Z) 0xbe589-0xbe591 (8) 0x0be590|00 |. | 0x0be590| 00 b8 8b 00 85 38 08 00 03 4f 0c a2 0d 05 c6| .....8...O.....| data: raw bits 0xbe591-0xc1e1c (14475) 0x0be5a0|07 5f 36 54 68 a3 2b 40 4c 49 ff ff c8 bf 2d 85|._6Th.+@LI....-.| @@ -775,7 +775,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0c1e10| 3d 32 00 00| =2..| size: 12861 0xc1e1c-0xc1e24 (8) 0x0c1e20|00 00 00 00 |.... | 0x0c1e20| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xc1e24-0xc1e26 (2) -0x0c1e20| c9 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.673 +0000 UTC" (1671091177673) 0xc1e26-0xc1e2e (8) +0x0c1e20| c9 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177673 (2022-12-15T07:59:37.673Z) 0xc1e26-0xc1e2e (8) 0x0c1e20| 00 b2| ..| data: raw bits 0xc1e2e-0xc5059 (12843) 0x0c1e30|2b 00 25 32 10 00 03 8d 0e a2 0d 05 53 d2 40 21|+.%2........S.@!| * |until 0xc5058.7 (12843) | | @@ -783,7 +783,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0c5050| 23 30 00 00 00 00 00| #0.....| size: 12323 0xc5059-0xc5061 (8) 0x0c5060|00 |. | 0x0c5060| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xc5061-0xc5063 (2) -0x0c5060| ca c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.674 +0000 UTC" (1671091177674) 0xc5063-0xc506b (8) +0x0c5060| ca c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177674 (2022-12-15T07:59:37.674Z) 0xc5063-0xc506b (8) 0x0c5060| 00 b0 11 00 0b| .....| data: raw bits 0xc506b-0xc807c (12305) 0x0c5070|30 04 00 03 ef 18 a2 0d 05 5f 75 3d 02 4d f5 46|0........_u=.M.F| * |until 0xc807b.7 (12305) | | @@ -791,14 +791,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0c8070| 85 30 00 00| .0..| size: 12421 0xc807c-0xc8084 (8) 0x0c8080|00 00 00 00 |.... | 0x0c8080| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xc8084-0xc8086 (2) -0x0c8080| ca c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.674 +0000 UTC" (1671091177674) 0xc8086-0xc808e (8) +0x0c8080| ca c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177674 (2022-12-15T07:59:37.674Z) 0xc8086-0xc808e (8) 0x0c8080| 00 b0| ..| data: raw bits 0xc808e-0xcb101 (12403) 0x0c8090|73 00 6d 30 04 00 03 64 1b a2 0d 05 c3 b6 8c 4d|s.m0...d.......M| * |until 0xcb100.7 (12403) | | | | | [85]{}: event 0xcb101-0xcc5a8 (5287) 0x0cb100| a7 14 00 00 00 00 00 00 | ........ | size: 5287 0xcb101-0xcb109 (8) 0x0cb100| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xcb109-0xcb10b (2) -0x0cb100| cb c8 cb 14 85| .....| timestamp: "2022-12-15 07:59:37.675 +0000 UTC" (1671091177675) 0xcb10b-0xcb113 (8) +0x0cb100| cb c8 cb 14 85| .....| timestamp: 1671091177675 (2022-12-15T07:59:37.675Z) 0xcb10b-0xcb113 (8) 0x0cb110|01 00 00 |... | 0x0cb110| 00 94 95 00 8c 14 02 00 03 7a 14 a2 0d| .........z...| data: raw bits 0xcb113-0xcc5a8 (5269) 0x0cb120|05 94 f8 8b c7 05 97 be 96 40 54 74 ff ff 9b 3e|.........@Tt...>| @@ -806,14 +806,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [86]{}: event 0xcc5a8-0xcfd80 (14296) 0x0cc5a0| d8 37 00 00 00 00 00 00| .7......| size: 14296 0xcc5a8-0xcc5b0 (8) 0x0cc5b0|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0xcc5b0-0xcc5b2 (2) -0x0cc5b0| cf c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.679 +0000 UTC" (1671091177679) 0xcc5b2-0xcc5ba (8) +0x0cc5b0| cf c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177679 (2022-12-15T07:59:37.679Z) 0xcc5b2-0xcc5ba (8) 0x0cc5b0| 00 b7 c6 00 c0 37| .....7| data: raw bits 0xcc5ba-0xcfd80 (14278) 0x0cc5c0|08 00 03 36 13 a2 0d 05 b2 f0 59 27 1f 1a e0 88|...6......Y'....| * |until 0xcfd7f.7 (14278) | | | | | [87]{}: event 0xcfd80-0xd34d0 (14160) 0x0cfd80|50 37 00 00 00 00 00 00 |P7...... | size: 14160 0xcfd80-0xcfd88 (8) 0x0cfd80| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xcfd88-0xcfd8a (2) -0x0cfd80| cf c8 cb 14 85 01| ......| timestamp: "2022-12-15 07:59:37.679 +0000 UTC" (1671091177679) 0xcfd8a-0xcfd92 (8) +0x0cfd80| cf c8 cb 14 85 01| ......| timestamp: 1671091177679 (2022-12-15T07:59:37.679Z) 0xcfd8a-0xcfd92 (8) 0x0cfd90|00 00 |.. | 0x0cfd90| 00 b7 3e 00 38 37 0c 00 03 21 0b a2 0d 05| ..>.87...!....| data: raw bits 0xcfd92-0xd34d0 (14142) 0x0cfda0|f6 c3 62 8b f9 52 80 1b 40 4b 1b ff ff c0 00 ff|..b..R..@K......| @@ -821,7 +821,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [88]{}: event 0xd34d0-0xd691b (13387) 0x0d34d0|4b 34 00 00 00 00 00 00 |K4...... | size: 13387 0xd34d0-0xd34d8 (8) 0x0d34d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xd34d8-0xd34da (2) -0x0d34d0| d0 c8 cb 14 85 01| ......| timestamp: "2022-12-15 07:59:37.68 +0000 UTC" (1671091177680) 0xd34da-0xd34e2 (8) +0x0d34d0| d0 c8 cb 14 85 01| ......| timestamp: 1671091177680 (2022-12-15T07:59:37.68Z) 0xd34da-0xd34e2 (8) 0x0d34e0|00 00 |.. | 0x0d34e0| 00 b4 39 00 33 34 10 00 03 82 0f a2 0d 05| ..9.34........| data: raw bits 0xd34e2-0xd691b (13369) 0x0d34f0|e1 02 c4 ee d1 d7 7f 46 40 4f 7c ff ff c6 7e 0c|.......F@O|...~.| @@ -830,7 +830,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0d6910| 4f 3b 00 00 00| O;...| size: 15183 0xd691b-0xd6923 (8) 0x0d6920|00 00 00 |... | 0x0d6920| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xd6923-0xd6925 (2) -0x0d6920| d0 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.68 +0000 UTC" (1671091177680) 0xd6925-0xd692d (8) +0x0d6920| d0 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177680 (2022-12-15T07:59:37.68Z) 0xd6925-0xd692d (8) 0x0d6920| 00 bb 3d| ..=| data: raw bits 0xd692d-0xda46a (15165) 0x0d6930|00 34 3b 04 00 03 75 1d a2 0d 05 68 83 4a 06 9c|.4;...u....h.J..| * |until 0xda469.7 (15165) | | @@ -838,7 +838,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0da460| cd 37 00 00 00 00| .7....| size: 14285 0xda46a-0xda472 (8) 0x0da470|00 00 |.. | 0x0da470| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xda472-0xda474 (2) -0x0da470| d2 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.682 +0000 UTC" (1671091177682) 0xda474-0xda47c (8) +0x0da470| d2 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177682 (2022-12-15T07:59:37.682Z) 0xda474-0xda47c (8) 0x0da470| 00 b7 bb 00| ....| data: raw bits 0xda47c-0xddc37 (14267) 0x0da480|b5 37 06 00 03 26 1c a2 0d 05 1f 31 5a 88 23 cd|.7...&.....1Z.#.| * |until 0xddc36.7 (14267) | | @@ -846,21 +846,21 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0ddc30| d1 34 00 00 00 00 00 00 | .4...... | size: 13521 0xddc37-0xddc3f (8) 0x0ddc30| 02| .| pdu_type: "pdu_fastpath_output" (2) 0xddc3f-0xddc41 (2) 0x0ddc40|00 |. | -0x0ddc40| d3 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.683 +0000 UTC" (1671091177683) 0xddc41-0xddc49 (8) +0x0ddc40| d3 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177683 (2022-12-15T07:59:37.683Z) 0xddc41-0xddc49 (8) 0x0ddc40| 00 b4 bf 00 b9 34 06| .....4.| data: raw bits 0xddc49-0xe1108 (13503) 0x0ddc50|00 03 eb 13 a2 0d 05 6b 45 2a 1e 15 d9 6a 9e 40|.......kE*...j.@| * |until 0xe1107.7 (13503) | | | | | [92]{}: event 0xe1108-0xe4ae3 (14811) 0x0e1100| db 39 00 00 00 00 00 00| .9......| size: 14811 0xe1108-0xe1110 (8) 0x0e1110|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0xe1110-0xe1112 (2) -0x0e1110| d3 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.683 +0000 UTC" (1671091177683) 0xe1112-0xe111a (8) +0x0e1110| d3 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177683 (2022-12-15T07:59:37.683Z) 0xe1112-0xe111a (8) 0x0e1110| 00 b9 c9 00 c3 39| .....9| data: raw bits 0xe111a-0xe4ae3 (14793) 0x0e1120|08 00 03 b2 0c a2 0d 05 7d 91 45 77 d1 50 bb 54|........}.Ew.P.T| * |until 0xe4ae2.7 (14793) | | | | | [93]{}: event 0xe4ae3-0xe7c2f (12620) 0x0e4ae0| 4c 31 00 00 00 00 00 00 | L1...... | size: 12620 0xe4ae3-0xe4aeb (8) 0x0e4ae0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xe4aeb-0xe4aed (2) -0x0e4ae0| d3 c8 cb| ...| timestamp: "2022-12-15 07:59:37.683 +0000 UTC" (1671091177683) 0xe4aed-0xe4af5 (8) +0x0e4ae0| d3 c8 cb| ...| timestamp: 1671091177683 (2022-12-15T07:59:37.683Z) 0xe4aed-0xe4af5 (8) 0x0e4af0|14 85 01 00 00 |..... | 0x0e4af0| 00 b1 3a 00 34 31 06 00 03 18 0f| ..:.41.....| data: raw bits 0xe4af5-0xe7c2f (12602) 0x0e4b00|a2 0d 05 38 c9 c7 2d 35 98 c6 9f 40 4f 12 ff ff|...8..-5...@O...| @@ -869,7 +869,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0e7c20| fc| .| size: 3836 0xe7c2f-0xe7c37 (8) 0x0e7c30|0e 00 00 00 00 00 00 |....... | 0x0e7c30| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xe7c37-0xe7c39 (2) -0x0e7c30| d4 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.684 +0000 UTC" (1671091177684) 0xe7c39-0xe7c41 (8) +0x0e7c30| d4 c8 cb 14 85 01 00| .......| timestamp: 1671091177684 (2022-12-15T07:59:37.684Z) 0xe7c39-0xe7c41 (8) 0x0e7c40|00 |. | 0x0e7c40| 00 8e ea 00 e1 0e 02 00 03 cf 0e a2 0d 05 6b| ..............k| data: raw bits 0xe7c41-0xe8b2b (3818) 0x0e7c50|ad 56 ff dd 7c 06 89 40 4e c9 ff ff cc 3e 04 80|.V..|..@N....>..| @@ -878,7 +878,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0e8b20| 73 1f 00 00 00| s....| size: 8051 0xe8b2b-0xe8b33 (8) 0x0e8b30|00 00 00 |... | 0x0e8b30| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xe8b33-0xe8b35 (2) -0x0e8b30| d5 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.685 +0000 UTC" (1671091177685) 0xe8b35-0xe8b3d (8) +0x0e8b30| d5 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177685 (2022-12-15T07:59:37.685Z) 0xe8b35-0xe8b3d (8) 0x0e8b30| 00 9f 61| ..a| data: raw bits 0xe8b3d-0xeaa9e (8033) 0x0e8b40|00 5b 1f 0e 00 03 ea 03 a2 0d 05 54 b8 34 de f8|.[.........T.4..| * |until 0xeaa9d.7 (8033) | | @@ -886,21 +886,21 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0eaa90| 9f 3c| .<| size: 15519 0xeaa9e-0xeaaa6 (8) 0x0eaaa0|00 00 00 00 00 00 |...... | 0x0eaaa0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xeaaa6-0xeaaa8 (2) -0x0eaaa0| d6 c8 cb 14 85 01 00 00| ........| timestamp: "2022-12-15 07:59:37.686 +0000 UTC" (1671091177686) 0xeaaa8-0xeaab0 (8) +0x0eaaa0| d6 c8 cb 14 85 01 00 00| ........| timestamp: 1671091177686 (2022-12-15T07:59:37.686Z) 0xeaaa8-0xeaab0 (8) 0x0eaab0|00 bc 8d 00 87 3c 04 00 03 73 1d a2 0d 05 ab 88|.....<...s......| data: raw bits 0xeaab0-0xee73d (15501) * |until 0xee73c.7 (15501) | | | | | [97]{}: event 0xee73d-0xf1853 (12566) 0x0ee730| 16 31 00| .1.| size: 12566 0xee73d-0xee745 (8) 0x0ee740|00 00 00 00 00 |..... | 0x0ee740| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xee745-0xee747 (2) -0x0ee740| d6 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.686 +0000 UTC" (1671091177686) 0xee747-0xee74f (8) +0x0ee740| d6 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177686 (2022-12-15T07:59:37.686Z) 0xee747-0xee74f (8) 0x0ee740| 00| .| data: raw bits 0xee74f-0xf1853 (12548) 0x0ee750|b1 04 00 fe 30 04 00 03 89 1c a2 0d 05 64 49 e6|....0........dI.| * |until 0xf1852.7 (12548) | | | | | [98]{}: event 0xf1853-0xf5331 (15070) 0x0f1850| de 3a 00 00 00 00 00 00 | .:...... | size: 15070 0xf1853-0xf185b (8) 0x0f1850| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xf185b-0xf185d (2) -0x0f1850| d6 c8 cb| ...| timestamp: "2022-12-15 07:59:37.686 +0000 UTC" (1671091177686) 0xf185d-0xf1865 (8) +0x0f1850| d6 c8 cb| ...| timestamp: 1671091177686 (2022-12-15T07:59:37.686Z) 0xf185d-0xf1865 (8) 0x0f1860|14 85 01 00 00 |..... | 0x0f1860| 00 ba cc 00 c6 3a 06 00 03 34 10| .....:...4.| data: raw bits 0xf1865-0xf5331 (15052) 0x0f1870|a2 0d 05 b2 51 93 90 c2 0d 74 40 40 50 2e ff ff|....Q....t@@P...| @@ -908,7 +908,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [99]{}: event 0xf5331-0xf7afe (10189) 0x0f5330| cd 27 00 00 00 00 00 00 | .'...... | size: 10189 0xf5331-0xf5339 (8) 0x0f5330| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xf5339-0xf533b (2) -0x0f5330| d7 c8 cb 14 85| .....| timestamp: "2022-12-15 07:59:37.687 +0000 UTC" (1671091177687) 0xf533b-0xf5343 (8) +0x0f5330| d7 c8 cb 14 85| .....| timestamp: 1671091177687 (2022-12-15T07:59:37.687Z) 0xf533b-0xf5343 (8) 0x0f5340|01 00 00 |... | 0x0f5340| 00 a7 bb 00 b2 27 04 00 03 62 13 a2 0d| .....'...b...| data: raw bits 0xf5343-0xf7afe (10171) 0x0f5350|05 e9 e2 f6 27 43 69 53 d2 40 53 5c ff ff 80 20|....'CiS.@S\... | @@ -917,14 +917,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0f7af0| 59 3c| Y<| size: 15449 0xf7afe-0xf7b06 (8) 0x0f7b00|00 00 00 00 00 00 |...... | 0x0f7b00| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xf7b06-0xf7b08 (2) -0x0f7b00| d8 c8 cb 14 85 01 00 00| ........| timestamp: "2022-12-15 07:59:37.688 +0000 UTC" (1671091177688) 0xf7b08-0xf7b10 (8) +0x0f7b00| d8 c8 cb 14 85 01 00 00| ........| timestamp: 1671091177688 (2022-12-15T07:59:37.688Z) 0xf7b08-0xf7b10 (8) 0x0f7b10|00 bc 47 00 41 3c 0c 00 03 a2 0e a2 0d 05 d2 81|..G.A<..........| data: raw bits 0xf7b10-0xfb757 (15431) * |until 0xfb756.7 (15431) | | | | | [101]{}: event 0xfb757-0xfe41f (11464) 0x0fb750| c8 2c 00 00 00 00 00 00 | .,...... | size: 11464 0xfb757-0xfb75f (8) 0x0fb750| 02| .| pdu_type: "pdu_fastpath_output" (2) 0xfb75f-0xfb761 (2) 0x0fb760|00 |. | -0x0fb760| d8 c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.688 +0000 UTC" (1671091177688) 0xfb761-0xfb769 (8) +0x0fb760| d8 c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177688 (2022-12-15T07:59:37.688Z) 0xfb761-0xfb769 (8) 0x0fb760| 00 ac b6 00 ad 2c 10| .....,.| data: raw bits 0xfb769-0xfe41f (11446) 0x0fb770|00 03 6a 0a a2 0d 05 de 77 21 22 51 91 be ac 40|..j.....w!"Q...@| * |until 0xfe41e.7 (11446) | | @@ -932,7 +932,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x0fe410| a9| .| size: 4265 0xfe41f-0xfe427 (8) 0x0fe420|10 00 00 00 00 00 00 |....... | 0x0fe420| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0xfe427-0xfe429 (2) -0x0fe420| d9 c8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.689 +0000 UTC" (1671091177689) 0xfe429-0xfe431 (8) +0x0fe420| d9 c8 cb 14 85 01 00| .......| timestamp: 1671091177689 (2022-12-15T07:59:37.689Z) 0xfe429-0xfe431 (8) 0x0fe430|00 |. | 0x0fe430| 00 90 97 0b 91 10 20 00 01 00 00 00 08 00 20| ...... ....... | data: raw bits 0xfe431-0xff4c8 (4247) 0x0fe440|00 20 00 80 00 00 10 00 00 00 00 00 00 00 00 00|. ..............| @@ -940,14 +940,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [103]{}: event 0xff4c8-0x1031a5 (15581) 0x0ff4c0| dd 3c 00 00 00 00 00 00| .<......| size: 15581 0xff4c8-0xff4d0 (8) 0x0ff4d0|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0xff4d0-0xff4d2 (2) -0x0ff4d0| eb c8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.707 +0000 UTC" (1671091177707) 0xff4d2-0xff4da (8) +0x0ff4d0| eb c8 cb 14 85 01 00 00 | ........ | timestamp: 1671091177707 (2022-12-15T07:59:37.707Z) 0xff4d2-0xff4da (8) 0x0ff4d0| 00 bc cb 00 c5 3c| .....<| data: raw bits 0xff4da-0x1031a5 (15563) 0x0ff4e0|16 00 03 17 09 22 0d 05 00 18 0f ec 35 00 47 0e|....."......5.G.| * |until 0x1031a4.7 (15563) | | | | | [104]{}: event 0x1031a5-0x1050dd (7992) 0x1031a0| 38 1f 00 00 00 00 00 00 | 8....... | size: 7992 0x1031a5-0x1031ad (8) 0x1031a0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1031ad-0x1031af (2) -0x1031a0| ec| .| timestamp: "2022-12-15 07:59:37.708 +0000 UTC" (1671091177708) 0x1031af-0x1031b7 (8) +0x1031a0| ec| .| timestamp: 1671091177708 (2022-12-15T07:59:37.708Z) 0x1031af-0x1031b7 (8) 0x1031b0|c8 cb 14 85 01 00 00 |....... | 0x1031b0| 00 9f 26 00 18 1f 0e 00 03| ..&......| data: raw bits 0x1031b7-0x1050dd (7974) 0x1031c0|87 07 a1 0c 05 20 47 89 ff ff 81 92 94 ce ae 73|..... G........s| @@ -956,7 +956,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1050d0| f1 38 00| .8.| size: 14577 0x1050dd-0x1050e5 (8) 0x1050e0|00 00 00 00 00 |..... | 0x1050e0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1050e5-0x1050e7 (2) -0x1050e0| 0e c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.742 +0000 UTC" (1671091177742) 0x1050e7-0x1050ef (8) +0x1050e0| 0e c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177742 (2022-12-15T07:59:37.742Z) 0x1050e7-0x1050ef (8) 0x1050e0| 00| .| data: raw bits 0x1050ef-0x1089ce (14559) 0x1050f0|b8 df 00 d9 38 38 00 03 19 00 20 0c 05 40 02 40|....88.... ..@.@| * |until 0x1089cd.7 (14559) | | @@ -964,14 +964,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1089c0| 31 38| 18| size: 14385 0x1089ce-0x1089d6 (8) 0x1089d0|00 00 00 00 00 00 |...... | 0x1089d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1089d6-0x1089d8 (2) -0x1089d0| 0f c9 cb 14 85 01 00 00| ........| timestamp: "2022-12-15 07:59:37.743 +0000 UTC" (1671091177743) 0x1089d8-0x1089e0 (8) +0x1089d0| 0f c9 cb 14 85 01 00 00| ........| timestamp: 1671091177743 (2022-12-15T07:59:37.743Z) 0x1089d8-0x1089e0 (8) 0x1089e0|00 b8 1f 00 19 38 22 00 03 e0 0e a2 05 05 c0 90|.....8".........| data: raw bits 0x1089e0-0x10c1ff (14367) * |until 0x10c1fe.7 (14367) | | | | | [107]{}: event 0x10c1ff-0x10f6a2 (13475) 0x10c1f0| a3| .| size: 13475 0x10c1ff-0x10c207 (8) 0x10c200|34 00 00 00 00 00 00 |4...... | 0x10c200| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x10c207-0x10c209 (2) -0x10c200| 0f c9 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.743 +0000 UTC" (1671091177743) 0x10c209-0x10c211 (8) +0x10c200| 0f c9 cb 14 85 01 00| .......| timestamp: 1671091177743 (2022-12-15T07:59:37.743Z) 0x10c209-0x10c211 (8) 0x10c210|00 |. | 0x10c210| 00 b4 91 00 8b 34 36 00 03 10 07 22 0d 05 6e| .....46...."..n| data: raw bits 0x10c211-0x10f6a2 (13457) 0x10c220|ee 81 4b f6 9f 1a 44 40 28 47 09 ff ff c0 2c 1b|..K...D@(G....,.| @@ -979,7 +979,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [108]{}: event 0x10f6a2-0x112b9c (13562) 0x10f6a0| fa 34 00 00 00 00 00 00 | .4...... | size: 13562 0x10f6a2-0x10f6aa (8) 0x10f6a0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x10f6aa-0x10f6ac (2) -0x10f6a0| 10 c9 cb 14| ....| timestamp: "2022-12-15 07:59:37.744 +0000 UTC" (1671091177744) 0x10f6ac-0x10f6b4 (8) +0x10f6a0| 10 c9 cb 14| ....| timestamp: 1671091177744 (2022-12-15T07:59:37.744Z) 0x10f6ac-0x10f6b4 (8) 0x10f6b0|85 01 00 00 |.... | 0x10f6b0| 00 b4 e8 00 ee 2a 14 00 03 c3 0f a2| .....*......| data: raw bits 0x10f6b4-0x112b9c (13544) 0x10f6c0|05 05 87 fe f8 5c 1b 52 db 6a 40 4f be 0a 00 1c|.....\.R.j@O....| @@ -988,7 +988,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x112b90| 2e 00 00 00| ....| size: 46 0x112b9c-0x112ba4 (8) 0x112ba0|00 00 00 00 |.... | 0x112ba0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x112ba4-0x112ba6 (2) -0x112ba0| 17 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.751 +0000 UTC" (1671091177751) 0x112ba6-0x112bae (8) +0x112ba0| 17 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177751 (2022-12-15T07:59:37.751Z) 0x112ba6-0x112bae (8) | | | fastpath_input{}: 0x112bae-0x112bca (28) | | | input_header{}: 0x112bae-0x112baf (1) 0x112ba0| 74 | t | action: 0x1 0x112bae-0x112bae.2 (0.2) @@ -1003,14 +1003,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x112bc0| ac 30 00 00 00 00| .0....| size: 12460 0x112bca-0x112bd2 (8) 0x112bd0|00 00 |.. | 0x112bd0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x112bd2-0x112bd4 (2) -0x112bd0| 18 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.752 +0000 UTC" (1671091177752) 0x112bd4-0x112bdc (8) +0x112bd0| 18 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177752 (2022-12-15T07:59:37.752Z) 0x112bd4-0x112bdc (8) 0x112bd0| 00 b0 9a 00| ....| data: raw bits 0x112bdc-0x115c76 (12442) 0x112be0|94 30 18 00 03 98 0c a2 0d 05 c2 c7 64 87 ee 2e|.0..........d...| * |until 0x115c75.7 (12442) | | | | | [111]{}: event 0x115c76-0x119769 (15091) 0x115c70| f3 3a 00 00 00 00 00 00 | .:...... | size: 15091 0x115c76-0x115c7e (8) 0x115c70| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x115c7e-0x115c80 (2) -0x115c80|18 c9 cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:37.752 +0000 UTC" (1671091177752) 0x115c80-0x115c88 (8) +0x115c80|18 c9 cb 14 85 01 00 00 |........ | timestamp: 1671091177752 (2022-12-15T07:59:37.752Z) 0x115c80-0x115c88 (8) 0x115c80| 00 ba e1 00 db 3a 10 00| .....:..| data: raw bits 0x115c88-0x119769 (15073) 0x115c90|03 93 13 a2 0d 05 e2 77 72 5d 8e 45 0b 4e 40 53|.......wr].E.N@S| * |until 0x119768.7 (15073) | | @@ -1018,14 +1018,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x119760| 9a 32 00 00 00 00 00| .2.....| size: 12954 0x119769-0x119771 (8) 0x119770|00 |. | 0x119770| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x119771-0x119773 (2) -0x119770| 19 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.753 +0000 UTC" (1671091177753) 0x119773-0x11977b (8) +0x119770| 19 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177753 (2022-12-15T07:59:37.753Z) 0x119773-0x11977b (8) 0x119770| 00 b2 88 00 82| .....| data: raw bits 0x11977b-0x11ca03 (12936) 0x119780|32 14 00 03 51 13 a2 05 05 e3 79 60 f9 4e c5 38|2...Q.....y`.N.8| * |until 0x11ca02.7 (12936) | | | | | [113]{}: event 0x11ca03-0x11fa2d (12330) 0x11ca00| 2a 30 00 00 00 00 00 00 | *0...... | size: 12330 0x11ca03-0x11ca0b (8) 0x11ca00| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x11ca0b-0x11ca0d (2) -0x11ca00| 19 c9 cb| ...| timestamp: "2022-12-15 07:59:37.753 +0000 UTC" (1671091177753) 0x11ca0d-0x11ca15 (8) +0x11ca00| 19 c9 cb| ...| timestamp: 1671091177753 (2022-12-15T07:59:37.753Z) 0x11ca0d-0x11ca15 (8) 0x11ca10|14 85 01 00 00 |..... | 0x11ca10| 00 b0 18 00 12 30 10 00 03 e7 0f| .....0.....| data: raw bits 0x11ca15-0x11fa2d (12312) 0x11ca20|a2 0d 05 13 f9 9f 8c 73 e4 32 08 40 4f e1 ff ff|.......s.2.@O...| @@ -1034,14 +1034,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x11fa20| 27 10 00| '..| size: 4135 0x11fa2d-0x11fa35 (8) 0x11fa30|00 00 00 00 00 |..... | 0x11fa30| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x11fa35-0x11fa37 (2) -0x11fa30| 19 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.753 +0000 UTC" (1671091177753) 0x11fa37-0x11fa3f (8) +0x11fa30| 19 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177753 (2022-12-15T07:59:37.753Z) 0x11fa37-0x11fa3f (8) 0x11fa30| 00| .| data: raw bits 0x11fa3f-0x120a54 (4117) 0x11fa40|90 15 00 0c 10 08 00 03 e0 0f a2 05 05 cb 50 99|..............P.| * |until 0x120a53.7 (4117) | | | | | [115]{}: event 0x120a54-0x12437e (14634) 0x120a50| 2a 39 00 00 00 00 00 00 | *9...... | size: 14634 0x120a54-0x120a5c (8) 0x120a50| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x120a5c-0x120a5e (2) -0x120a50| 57 c9| W.| timestamp: "2022-12-15 07:59:37.815 +0000 UTC" (1671091177815) 0x120a5e-0x120a66 (8) +0x120a50| 57 c9| W.| timestamp: 1671091177815 (2022-12-15T07:59:37.815Z) 0x120a5e-0x120a66 (8) 0x120a60|cb 14 85 01 00 00 |...... | 0x120a60| 00 b9 18 00 12 39 5e 00 03 cc| .....9^...| data: raw bits 0x120a66-0x12437e (14616) 0x120a70|0c a2 0d 05 4e e9 d6 be b3 e9 cb ea 40 4c c6 ff|....N.......@L..| @@ -1050,13 +1050,13 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x124370| e8 3b| .;| size: 15336 0x12437e-0x124386 (8) 0x124380|00 00 00 00 00 00 |...... | 0x124380| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x124386-0x124388 (2) -0x124380| 57 c9 cb 14 85 01 00 00| W.......| timestamp: "2022-12-15 07:59:37.815 +0000 UTC" (1671091177815) 0x124388-0x124390 (8) +0x124380| 57 c9 cb 14 85 01 00 00| W.......| timestamp: 1671091177815 (2022-12-15T07:59:37.815Z) 0x124388-0x124390 (8) 0x124390|00 bb d6 00 d0 3b 0e 00 03 30 09 a2 05 05 88 c7|.....;...0......| data: raw bits 0x124390-0x127f66 (15318) * |until 0x127f65.7 (15318) | | | | | [117]{}: event 0x127f66-0x12b8ca (14692) 0x127f60| 64 39 00 00 00 00 00 00 | d9...... | size: 14692 0x127f66-0x127f6e (8) 0x127f60| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x127f6e-0x127f70 (2) -0x127f70|57 c9 cb 14 85 01 00 00 |W....... | timestamp: "2022-12-15 07:59:37.815 +0000 UTC" (1671091177815) 0x127f70-0x127f78 (8) +0x127f70|57 c9 cb 14 85 01 00 00 |W....... | timestamp: 1671091177815 (2022-12-15T07:59:37.815Z) 0x127f70-0x127f78 (8) 0x127f70| 00 b9 52 00 4c 39 18 00| ..R.L9..| data: raw bits 0x127f78-0x12b8ca (14674) 0x127f80|03 5d 04 a2 05 05 8b 7f 0e 88 78 95 b0 a5 40 44|.]........x...@D| * |until 0x12b8c9.7 (14674) | | @@ -1064,14 +1064,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x12b8c0| eb 1e 00 00 00 00| ......| size: 7915 0x12b8ca-0x12b8d2 (8) 0x12b8d0|00 00 |.. | 0x12b8d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x12b8d2-0x12b8d4 (2) -0x12b8d0| 58 c9 cb 14 85 01 00 00 | X....... | timestamp: "2022-12-15 07:59:37.816 +0000 UTC" (1671091177816) 0x12b8d4-0x12b8dc (8) +0x12b8d0| 58 c9 cb 14 85 01 00 00 | X....... | timestamp: 1671091177816 (2022-12-15T07:59:37.816Z) 0x12b8d4-0x12b8dc (8) 0x12b8d0| 00 9e d9 00| ....| data: raw bits 0x12b8dc-0x12d7b5 (7897) 0x12b8e0|d0 1e 0a 00 03 da 04 a2 05 05 a6 a2 80 12 52 05|..............R.| * |until 0x12d7b4.7 (7897) | | | | | [119]{}: event 0x12d7b5-0x131097 (14562) 0x12d7b0| e2 38 00 00 00 00 00 00 | .8...... | size: 14562 0x12d7b5-0x12d7bd (8) 0x12d7b0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x12d7bd-0x12d7bf (2) -0x12d7b0| 5a| Z| timestamp: "2022-12-15 07:59:37.818 +0000 UTC" (1671091177818) 0x12d7bf-0x12d7c7 (8) +0x12d7b0| 5a| Z| timestamp: 1671091177818 (2022-12-15T07:59:37.818Z) 0x12d7bf-0x12d7c7 (8) 0x12d7c0|c9 cb 14 85 01 00 00 |....... | 0x12d7c0| 00 b8 d0 00 ca 38 12 00 03| .....8...| data: raw bits 0x12d7c7-0x131097 (14544) 0x12d7d0|8a 05 a2 05 05 c1 66 8f 1e 19 87 79 ed 40 45 85|......f....y.@E.| @@ -1080,14 +1080,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x131090| f9 35 00 00 00 00 00 00 | .5...... | size: 13817 0x131097-0x13109f (8) 0x131090| 02| .| pdu_type: "pdu_fastpath_output" (2) 0x13109f-0x1310a1 (2) 0x1310a0|00 |. | -0x1310a0| 5a c9 cb 14 85 01 00 00 | Z....... | timestamp: "2022-12-15 07:59:37.818 +0000 UTC" (1671091177818) 0x1310a1-0x1310a9 (8) +0x1310a0| 5a c9 cb 14 85 01 00 00 | Z....... | timestamp: 1671091177818 (2022-12-15T07:59:37.818Z) 0x1310a1-0x1310a9 (8) 0x1310a0| 00 b5 e7 00 e1 35 16| .....5.| data: raw bits 0x1310a9-0x134690 (13799) 0x1310b0|00 03 64 04 a2 05 05 0f 08 26 60 67 9c 5a 66 40|..d......&`g.Zf@| * |until 0x13468f.7 (13799) | | | | | [121]{}: event 0x134690-0x1380a8 (14872) 0x134690|18 3a 00 00 00 00 00 00 |.:...... | size: 14872 0x134690-0x134698 (8) 0x134690| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x134698-0x13469a (2) -0x134690| 5b c9 cb 14 85 01| [.....| timestamp: "2022-12-15 07:59:37.819 +0000 UTC" (1671091177819) 0x13469a-0x1346a2 (8) +0x134690| 5b c9 cb 14 85 01| [.....| timestamp: 1671091177819 (2022-12-15T07:59:37.819Z) 0x13469a-0x1346a2 (8) 0x1346a0|00 00 |.. | 0x1346a0| 00 ba 06 00 00 3a 0a 00 03 a2 0c a2 05 05| .....:........| data: raw bits 0x1346a2-0x1380a8 (14854) 0x1346b0|53 03 0f 26 11 79 21 8f 40 4c 9d 49 80 0c 79 03|S..&.y!.@L.I..y.| @@ -1095,7 +1095,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [122]{}: event 0x1380a8-0x13b62e (13702) 0x1380a0| 86 35 00 00 00 00 00 00| .5......| size: 13702 0x1380a8-0x1380b0 (8) 0x1380b0|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x1380b0-0x1380b2 (2) -0x1380b0| 5b c9 cb 14 85 01 00 00 | [....... | timestamp: "2022-12-15 07:59:37.819 +0000 UTC" (1671091177819) 0x1380b2-0x1380ba (8) +0x1380b0| 5b c9 cb 14 85 01 00 00 | [....... | timestamp: 1671091177819 (2022-12-15T07:59:37.819Z) 0x1380b2-0x1380ba (8) 0x1380b0| 00 b5 74 00 6b 35| ..t.k5| data: raw bits 0x1380ba-0x13b62e (13684) 0x1380c0|0a 00 03 ac 0a a2 05 05 2f 43 f0 92 25 b9 3a a7|......../C..%.:.| * |until 0x13b62d.7 (13684) | | @@ -1103,21 +1103,21 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x13b620| f9 39| .9| size: 14841 0x13b62e-0x13b636 (8) 0x13b630|00 00 00 00 00 00 |...... | 0x13b630| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x13b636-0x13b638 (2) -0x13b630| 5d c9 cb 14 85 01 00 00| ].......| timestamp: "2022-12-15 07:59:37.821 +0000 UTC" (1671091177821) 0x13b638-0x13b640 (8) +0x13b630| 5d c9 cb 14 85 01 00 00| ].......| timestamp: 1671091177821 (2022-12-15T07:59:37.821Z) 0x13b638-0x13b640 (8) 0x13b640|00 b9 e7 00 e1 39 14 00 03 54 0b a2 05 05 08 5d|.....9...T.....]| data: raw bits 0x13b640-0x13f027 (14823) * |until 0x13f026.7 (14823) | | | | | [124]{}: event 0x13f027-0x142686 (13919) 0x13f020| 5f 36 00 00 00 00 00 00 | _6...... | size: 13919 0x13f027-0x13f02f (8) 0x13f020| 02| .| pdu_type: "pdu_fastpath_output" (2) 0x13f02f-0x13f031 (2) 0x13f030|00 |. | -0x13f030| 5d c9 cb 14 85 01 00 00 | ]....... | timestamp: "2022-12-15 07:59:37.821 +0000 UTC" (1671091177821) 0x13f031-0x13f039 (8) +0x13f030| 5d c9 cb 14 85 01 00 00 | ]....... | timestamp: 1671091177821 (2022-12-15T07:59:37.821Z) 0x13f031-0x13f039 (8) 0x13f030| 00 b6 4d 00 47 36 0a| ..M.G6.| data: raw bits 0x13f039-0x142686 (13901) 0x13f040|00 03 e0 08 a2 05 05 d6 67 21 bf 46 39 2f 05 40|........g!.F9/.@| * |until 0x142685.7 (13901) | | | | | [125]{}: event 0x142686-0x145df7 (14193) 0x142680| 71 37 00 00 00 00 00 00 | q7...... | size: 14193 0x142686-0x14268e (8) 0x142680| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x14268e-0x142690 (2) -0x142690|5e c9 cb 14 85 01 00 00 |^....... | timestamp: "2022-12-15 07:59:37.822 +0000 UTC" (1671091177822) 0x142690-0x142698 (8) +0x142690|5e c9 cb 14 85 01 00 00 |^....... | timestamp: 1671091177822 (2022-12-15T07:59:37.822Z) 0x142690-0x142698 (8) 0x142690| 00 b7 5f 00 59 37 0a 00| .._.Y7..| data: raw bits 0x142698-0x145df7 (14175) 0x1426a0|03 44 0b a2 05 05 a5 ab fe bb 99 db 4f e1 40 4b|.D..........O.@K| * |until 0x145df6.7 (14175) | | @@ -1125,21 +1125,21 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x145df0| 3f 36 00 00 00 00 00 00 | ?6...... | size: 13887 0x145df7-0x145dff (8) 0x145df0| 02| .| pdu_type: "pdu_fastpath_output" (2) 0x145dff-0x145e01 (2) 0x145e00|00 |. | -0x145e00| 5e c9 cb 14 85 01 00 00 | ^....... | timestamp: "2022-12-15 07:59:37.822 +0000 UTC" (1671091177822) 0x145e01-0x145e09 (8) +0x145e00| 5e c9 cb 14 85 01 00 00 | ^....... | timestamp: 1671091177822 (2022-12-15T07:59:37.822Z) 0x145e01-0x145e09 (8) 0x145e00| 00 b6 2d 00 24 36 0a| ..-.$6.| data: raw bits 0x145e09-0x149436 (13869) 0x145e10|00 03 ab 0a a2 05 05 88 c6 5f bd 4d ab 44 ec 40|........._.M.D.@| * |until 0x149435.7 (13869) | | | | | [127]{}: event 0x149436-0x14c5b8 (12674) 0x149430| 82 31 00 00 00 00 00 00 | .1...... | size: 12674 0x149436-0x14943e (8) 0x149430| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x14943e-0x149440 (2) -0x149440|60 c9 cb 14 85 01 00 00 |`....... | timestamp: "2022-12-15 07:59:37.824 +0000 UTC" (1671091177824) 0x149440-0x149448 (8) +0x149440|60 c9 cb 14 85 01 00 00 |`....... | timestamp: 1671091177824 (2022-12-15T07:59:37.824Z) 0x149440-0x149448 (8) 0x149440| 00 b1 70 00 6a 31 12 00| ..p.j1..| data: raw bits 0x149448-0x14c5b8 (12656) 0x149450|03 6c 05 a2 05 05 7e cf 93 58 62 4a 92 0f 40 45|.l....~..XbJ..@E| * |until 0x14c5b7.7 (12656) | | | | | [128]{}: event 0x14c5b8-0x14fc37 (13951) 0x14c5b0| 7f 36 00 00 00 00 00 00| .6......| size: 13951 0x14c5b8-0x14c5c0 (8) 0x14c5c0|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x14c5c0-0x14c5c2 (2) -0x14c5c0| 61 c9 cb 14 85 01 00 00 | a....... | timestamp: "2022-12-15 07:59:37.825 +0000 UTC" (1671091177825) 0x14c5c2-0x14c5ca (8) +0x14c5c0| 61 c9 cb 14 85 01 00 00 | a....... | timestamp: 1671091177825 (2022-12-15T07:59:37.825Z) 0x14c5c2-0x14c5ca (8) 0x14c5c0| 00 b6 6d 00 67 36| ..m.g6| data: raw bits 0x14c5ca-0x14fc37 (13933) 0x14c5d0|08 00 03 17 0d a2 05 05 4c f4 1b d3 09 46 7a a2|........L....Fz.| * |until 0x14fc36.7 (13933) | | @@ -1147,7 +1147,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x14fc30| a3 39 00 00 00 00 00 00 | .9...... | size: 14755 0x14fc37-0x14fc3f (8) 0x14fc30| 02| .| pdu_type: "pdu_fastpath_output" (2) 0x14fc3f-0x14fc41 (2) 0x14fc40|00 |. | -0x14fc40| 61 c9 cb 14 85 01 00 00 | a....... | timestamp: "2022-12-15 07:59:37.825 +0000 UTC" (1671091177825) 0x14fc41-0x14fc49 (8) +0x14fc40| 61 c9 cb 14 85 01 00 00 | a....... | timestamp: 1671091177825 (2022-12-15T07:59:37.825Z) 0x14fc41-0x14fc49 (8) 0x14fc40| 00 b9 91 00 8b 39 08| .....9.| data: raw bits 0x14fc49-0x1535da (14737) 0x14fc50|00 03 eb 0e a2 05 05 d9 c5 86 8a 22 11 ed 1a 40|..........."...@| * |until 0x1535d9.7 (14737) | | @@ -1155,14 +1155,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1535d0| 46 30 00 00 00 00| F0....| size: 12358 0x1535da-0x1535e2 (8) 0x1535e0|00 00 |.. | 0x1535e0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1535e2-0x1535e4 (2) -0x1535e0| 61 c9 cb 14 85 01 00 00 | a....... | timestamp: "2022-12-15 07:59:37.825 +0000 UTC" (1671091177825) 0x1535e4-0x1535ec (8) +0x1535e0| 61 c9 cb 14 85 01 00 00 | a....... | timestamp: 1671091177825 (2022-12-15T07:59:37.825Z) 0x1535e4-0x1535ec (8) 0x1535e0| 00 b0 34 00| ..4.| data: raw bits 0x1535ec-0x156620 (12340) 0x1535f0|2e 30 06 00 03 9c 13 a2 05 05 1d 2b b9 f0 67 39|.0.........+..g9| * |until 0x15661f.7 (12340) | | | | | [131]{}: event 0x156620-0x1575e9 (4041) 0x156620|c9 0f 00 00 00 00 00 00 |........ | size: 4041 0x156620-0x156628 (8) 0x156620| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x156628-0x15662a (2) -0x156620| 62 c9 cb 14 85 01| b.....| timestamp: "2022-12-15 07:59:37.826 +0000 UTC" (1671091177826) 0x15662a-0x156632 (8) +0x156620| 62 c9 cb 14 85 01| b.....| timestamp: 1671091177826 (2022-12-15T07:59:37.826Z) 0x15662a-0x156632 (8) 0x156630|00 00 |.. | 0x156630| 00 8f b7 00 ae 0f 02 00 03 99 0f a2 05 05| ..............| data: raw bits 0x156632-0x1575e9 (4023) 0x156640|9c 2b 25 7f 0d b8 ea ed 40 4f 93 80 80 81 9c 14|.+%.....@O......| @@ -1171,7 +1171,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1575e0| a0 36 00 00 00 00 00| .6.....| size: 13984 0x1575e9-0x1575f1 (8) 0x1575f0|00 |. | 0x1575f0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1575f1-0x1575f3 (2) -0x1575f0| 63 c9 cb 14 85 01 00 00 | c....... | timestamp: "2022-12-15 07:59:37.827 +0000 UTC" (1671091177827) 0x1575f3-0x1575fb (8) +0x1575f0| 63 c9 cb 14 85 01 00 00 | c....... | timestamp: 1671091177827 (2022-12-15T07:59:37.827Z) 0x1575f3-0x1575fb (8) 0x1575f0| 00 b6 8e 00 88| .....| data: raw bits 0x1575fb-0x15ac89 (13966) 0x157600|36 12 00 03 d9 07 a2 05 05 62 29 19 ea 2f 11 ba|6........b)../..| * |until 0x15ac88.7 (13966) | | @@ -1179,7 +1179,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x15ac80| 40 38 00 00 00 00 00| @8.....| size: 14400 0x15ac89-0x15ac91 (8) 0x15ac90|00 |. | 0x15ac90| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x15ac91-0x15ac93 (2) -0x15ac90| 64 c9 cb 14 85 01 00 00 | d....... | timestamp: "2022-12-15 07:59:37.828 +0000 UTC" (1671091177828) 0x15ac93-0x15ac9b (8) +0x15ac90| 64 c9 cb 14 85 01 00 00 | d....... | timestamp: 1671091177828 (2022-12-15T07:59:37.828Z) 0x15ac93-0x15ac9b (8) 0x15ac90| 00 b8 2e 00 28| ....(| data: raw bits 0x15ac9b-0x15e4c9 (14382) 0x15aca0|38 08 00 03 6c 09 a2 05 05 9f 7d f9 6f 32 5a 16|8...l.....}.o2Z.| * |until 0x15e4c8.7 (14382) | | @@ -1187,7 +1187,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x15e4c0| 70 2c 00 00 00 00 00| p,.....| size: 11376 0x15e4c9-0x15e4d1 (8) 0x15e4d0|00 |. | 0x15e4d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x15e4d1-0x15e4d3 (2) -0x15e4d0| 64 c9 cb 14 85 01 00 00 | d....... | timestamp: "2022-12-15 07:59:37.828 +0000 UTC" (1671091177828) 0x15e4d3-0x15e4db (8) +0x15e4d0| 64 c9 cb 14 85 01 00 00 | d....... | timestamp: 1671091177828 (2022-12-15T07:59:37.828Z) 0x15e4d3-0x15e4db (8) 0x15e4d0| 00 ac 5e 00 58| ..^.X| data: raw bits 0x15e4db-0x161139 (11358) 0x15e4e0|2c 06 00 03 f6 0c a2 05 05 98 b5 94 c4 8a 2d 41|,.............-A| * |until 0x161138.7 (11358) | | @@ -1195,14 +1195,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x161130| 29 39 00 00 00 00 00| )9.....| size: 14633 0x161139-0x161141 (8) 0x161140|00 |. | 0x161140| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x161141-0x161143 (2) -0x161140| 64 c9 cb 14 85 01 00 00 | d....... | timestamp: "2022-12-15 07:59:37.828 +0000 UTC" (1671091177828) 0x161143-0x16114b (8) +0x161140| 64 c9 cb 14 85 01 00 00 | d....... | timestamp: 1671091177828 (2022-12-15T07:59:37.828Z) 0x161143-0x16114b (8) 0x161140| 00 b9 17 00 11| .....| data: raw bits 0x16114b-0x164a62 (14615) 0x161150|39 06 00 03 29 13 a2 05 05 56 8c 73 89 42 f4 93|9...)....V.s.B..| * |until 0x164a61.7 (14615) | | | | | [136]{}: event 0x164a62-0x1664cc (6762) 0x164a60| 6a 1a 00 00 00 00 00 00 | j....... | size: 6762 0x164a62-0x164a6a (8) 0x164a60| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x164a6a-0x164a6c (2) -0x164a60| 65 c9 cb 14| e...| timestamp: "2022-12-15 07:59:37.829 +0000 UTC" (1671091177829) 0x164a6c-0x164a74 (8) +0x164a60| 65 c9 cb 14| e...| timestamp: 1671091177829 (2022-12-15T07:59:37.829Z) 0x164a6c-0x164a74 (8) 0x164a70|85 01 00 00 |.... | 0x164a70| 00 9a 58 00 4f 1a 02 00 03 3a 1a a2| ..X.O....:..| data: raw bits 0x164a74-0x1664cc (6744) 0x164a80|05 05 67 c7 0d 29 e7 ee ee 79 40 5a 34 80 94 80|..g..)...y@Z4...| @@ -1211,14 +1211,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1664c0| 17 32 00 00| .2..| size: 12823 0x1664cc-0x1664d4 (8) 0x1664d0|00 00 00 00 |.... | 0x1664d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1664d4-0x1664d6 (2) -0x1664d0| 66 c9 cb 14 85 01 00 00 | f....... | timestamp: "2022-12-15 07:59:37.83 +0000 UTC" (1671091177830) 0x1664d6-0x1664de (8) +0x1664d0| 66 c9 cb 14 85 01 00 00 | f....... | timestamp: 1671091177830 (2022-12-15T07:59:37.83Z) 0x1664d6-0x1664de (8) 0x1664d0| 00 b2| ..| data: raw bits 0x1664de-0x1696e3 (12805) 0x1664e0|05 00 ff 31 04 00 03 53 19 a2 05 05 30 31 06 e2|...1...S....01..| * |until 0x1696e2.7 (12805) | | | | | [138]{}: event 0x1696e3-0x16d070 (14733) 0x1696e0| 8d 39 00 00 00 00 00 00 | .9...... | size: 14733 0x1696e3-0x1696eb (8) 0x1696e0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1696eb-0x1696ed (2) -0x1696e0| 66 c9 cb| f..| timestamp: "2022-12-15 07:59:37.83 +0000 UTC" (1671091177830) 0x1696ed-0x1696f5 (8) +0x1696e0| 66 c9 cb| f..| timestamp: 1671091177830 (2022-12-15T07:59:37.83Z) 0x1696ed-0x1696f5 (8) 0x1696f0|14 85 01 00 00 |..... | 0x1696f0| 00 b9 7b 00 75 39 08 00 03 8b 16| ..{.u9.....| data: raw bits 0x1696f5-0x16d070 (14715) 0x169700|a2 05 05 2c 34 00 30 94 26 67 c0 40 56 85 80 97|...,4.0.&g.@V...| @@ -1226,7 +1226,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [139]{}: event 0x16d070-0x1708d8 (14440) 0x16d070|68 38 00 00 00 00 00 00 |h8...... | size: 14440 0x16d070-0x16d078 (8) 0x16d070| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x16d078-0x16d07a (2) -0x16d070| 67 c9 cb 14 85 01| g.....| timestamp: "2022-12-15 07:59:37.831 +0000 UTC" (1671091177831) 0x16d07a-0x16d082 (8) +0x16d070| 67 c9 cb 14 85 01| g.....| timestamp: 1671091177831 (2022-12-15T07:59:37.831Z) 0x16d07a-0x16d082 (8) 0x16d080|00 00 |.. | 0x16d080| 00 b8 56 00 50 38 10 00 03 76 09 a2 05 05| ..V.P8...v....| data: raw bits 0x16d082-0x1708d8 (14422) 0x16d090|47 ba 46 b5 a3 a6 e9 65 40 49 70 80 9b 89 ba 0b|G.F....e@Ip.....| @@ -1234,14 +1234,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [140]{}: event 0x1708d8-0x173d46 (13422) 0x1708d0| 6e 34 00 00 00 00 00 00| n4......| size: 13422 0x1708d8-0x1708e0 (8) 0x1708e0|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x1708e0-0x1708e2 (2) -0x1708e0| 67 c9 cb 14 85 01 00 00 | g....... | timestamp: "2022-12-15 07:59:37.831 +0000 UTC" (1671091177831) 0x1708e2-0x1708ea (8) +0x1708e0| 67 c9 cb 14 85 01 00 00 | g....... | timestamp: 1671091177831 (2022-12-15T07:59:37.831Z) 0x1708e2-0x1708ea (8) 0x1708e0| 00 b4 5c 00 56 34| ..\.V4| data: raw bits 0x1708ea-0x173d46 (13404) 0x1708f0|06 00 03 e6 0e a2 05 05 38 11 ca 71 b7 83 6a df|........8..q..j.| * |until 0x173d45.7 (13404) | | | | | [141]{}: event 0x173d46-0x174b97 (3665) 0x173d40| 51 0e 00 00 00 00 00 00 | Q....... | size: 3665 0x173d46-0x173d4e (8) 0x173d40| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x173d4e-0x173d50 (2) -0x173d50|67 c9 cb 14 85 01 00 00 |g....... | timestamp: "2022-12-15 07:59:37.831 +0000 UTC" (1671091177831) 0x173d50-0x173d58 (8) +0x173d50|67 c9 cb 14 85 01 00 00 |g....... | timestamp: 1671091177831 (2022-12-15T07:59:37.831Z) 0x173d50-0x173d58 (8) 0x173d50| 00 8e 3f 00 36 0e 02 00| ..?.6...| data: raw bits 0x173d58-0x174b97 (3647) 0x173d60|03 21 0e a2 05 05 42 82 7d 19 11 83 bc 48 40 4e|.!....B.}....H@N| * |until 0x174b96.7 (3647) | | @@ -1249,21 +1249,21 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x174b90| 0f 2a 00 00 00 00 00 00 | .*...... | size: 10767 0x174b97-0x174b9f (8) 0x174b90| 02| .| pdu_type: "pdu_fastpath_output" (2) 0x174b9f-0x174ba1 (2) 0x174ba0|00 |. | -0x174ba0| 69 c9 cb 14 85 01 00 00 | i....... | timestamp: "2022-12-15 07:59:37.833 +0000 UTC" (1671091177833) 0x174ba1-0x174ba9 (8) +0x174ba0| 69 c9 cb 14 85 01 00 00 | i....... | timestamp: 1671091177833 (2022-12-15T07:59:37.833Z) 0x174ba1-0x174ba9 (8) 0x174ba0| 00 a9 fd 00 f7 29 06| .....).| data: raw bits 0x174ba9-0x1775a6 (10749) 0x174bb0|00 03 45 0a a2 05 05 2e b5 8e 4f 97 30 83 a9 40|..E.......O.0..@| * |until 0x1775a5.7 (10749) | | | | | [143]{}: event 0x1775a6-0x17afd0 (14890) 0x1775a0| 2a 3a 00 00 00 00 00 00 | *:...... | size: 14890 0x1775a6-0x1775ae (8) 0x1775a0| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x1775ae-0x1775b0 (2) -0x1775b0|69 c9 cb 14 85 01 00 00 |i....... | timestamp: "2022-12-15 07:59:37.833 +0000 UTC" (1671091177833) 0x1775b0-0x1775b8 (8) +0x1775b0|69 c9 cb 14 85 01 00 00 |i....... | timestamp: 1671091177833 (2022-12-15T07:59:37.833Z) 0x1775b0-0x1775b8 (8) 0x1775b0| 00 ba 18 00 12 3a 06 00| .....:..| data: raw bits 0x1775b8-0x17afd0 (14872) 0x1775c0|03 3a 18 a2 05 05 98 3e 80 e0 94 2f 72 99 40 58|.:.....>.../r.@X| * |until 0x17afcf.7 (14872) | | | | | [144]{}: event 0x17afd0-0x17e9a6 (14806) 0x17afd0|d6 39 00 00 00 00 00 00 |.9...... | size: 14806 0x17afd0-0x17afd8 (8) 0x17afd0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x17afd8-0x17afda (2) -0x17afd0| 6a c9 cb 14 85 01| j.....| timestamp: "2022-12-15 07:59:37.834 +0000 UTC" (1671091177834) 0x17afda-0x17afe2 (8) +0x17afd0| 6a c9 cb 14 85 01| j.....| timestamp: 1671091177834 (2022-12-15T07:59:37.834Z) 0x17afda-0x17afe2 (8) 0x17afe0|00 00 |.. | 0x17afe0| 00 b9 c4 00 be 39 08 00 03 8e 11 a2 05 05| .....9........| data: raw bits 0x17afe2-0x17e9a6 (14788) 0x17aff0|52 c6 2f b7 2a 7d 4b fc 40 51 88 80 ad 82 fd ff|R./.*}K.@Q......| @@ -1271,7 +1271,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [145]{}: event 0x17e9a6-0x18200c (13926) 0x17e9a0| 66 36 00 00 00 00 00 00 | f6...... | size: 13926 0x17e9a6-0x17e9ae (8) 0x17e9a0| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x17e9ae-0x17e9b0 (2) -0x17e9b0|6a c9 cb 14 85 01 00 00 |j....... | timestamp: "2022-12-15 07:59:37.834 +0000 UTC" (1671091177834) 0x17e9b0-0x17e9b8 (8) +0x17e9b0|6a c9 cb 14 85 01 00 00 |j....... | timestamp: 1671091177834 (2022-12-15T07:59:37.834Z) 0x17e9b0-0x17e9b8 (8) 0x17e9b0| 00 b6 54 00 4e 36 10 00| ..T.N6..| data: raw bits 0x17e9b8-0x18200c (13908) 0x17e9c0|03 58 0d a2 05 05 57 99 ad 20 03 98 66 d0 40 4d|.X....W.. ..f.@M| * |until 0x18200b.7 (13908) | | @@ -1279,28 +1279,28 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x182000| 6a 13 00 00| j...| size: 4970 0x18200c-0x182014 (8) 0x182010|00 00 00 00 |.... | 0x182010| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x182014-0x182016 (2) -0x182010| 6a c9 cb 14 85 01 00 00 | j....... | timestamp: "2022-12-15 07:59:37.834 +0000 UTC" (1671091177834) 0x182016-0x18201e (8) +0x182010| 6a c9 cb 14 85 01 00 00 | j....... | timestamp: 1671091177834 (2022-12-15T07:59:37.834Z) 0x182016-0x18201e (8) 0x182010| 00 93| ..| data: raw bits 0x18201e-0x183376 (4952) 0x182020|58 00 4f 13 02 00 03 3a 13 a2 05 05 ef ee 9b 6d|X.O....:.......m| * |until 0x183375.7 (4952) | | | | | [147]{}: event 0x183376-0x186648 (13010) 0x183370| d2 32 00 00 00 00 00 00 | .2...... | size: 13010 0x183376-0x18337e (8) 0x183370| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x18337e-0x183380 (2) -0x183380|6b c9 cb 14 85 01 00 00 |k....... | timestamp: "2022-12-15 07:59:37.835 +0000 UTC" (1671091177835) 0x183380-0x183388 (8) +0x183380|6b c9 cb 14 85 01 00 00 |k....... | timestamp: 1671091177835 (2022-12-15T07:59:37.835Z) 0x183380-0x183388 (8) 0x183380| 00 b2 c0 00 ba 32 06 00| .....2..| data: raw bits 0x183388-0x186648 (12992) 0x183390|03 71 11 a2 05 05 8f b0 69 0f 9f ed ab 8b 40 51|.q......i.....@Q| * |until 0x186647.7 (12992) | | | | | [148]{}: event 0x186648-0x189ce3 (13979) 0x186640| 9b 36 00 00 00 00 00 00| .6......| size: 13979 0x186648-0x186650 (8) 0x186650|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x186650-0x186652 (2) -0x186650| 6c c9 cb 14 85 01 00 00 | l....... | timestamp: "2022-12-15 07:59:37.836 +0000 UTC" (1671091177836) 0x186652-0x18665a (8) +0x186650| 6c c9 cb 14 85 01 00 00 | l....... | timestamp: 1671091177836 (2022-12-15T07:59:37.836Z) 0x186652-0x18665a (8) 0x186650| 00 b6 89 00 83 36| .....6| data: raw bits 0x18665a-0x189ce3 (13961) 0x186660|06 00 03 2d 11 a2 05 05 82 e7 20 8b ee 3b 35 32|...-...... ..;52| * |until 0x189ce2.7 (13961) | | | | | [149]{}: event 0x189ce3-0x18d51b (14392) 0x189ce0| 38 38 00 00 00 00 00 00 | 88...... | size: 14392 0x189ce3-0x189ceb (8) 0x189ce0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x189ceb-0x189ced (2) -0x189ce0| 6c c9 cb| l..| timestamp: "2022-12-15 07:59:37.836 +0000 UTC" (1671091177836) 0x189ced-0x189cf5 (8) +0x189ce0| 6c c9 cb| l..| timestamp: 1671091177836 (2022-12-15T07:59:37.836Z) 0x189ced-0x189cf5 (8) 0x189cf0|14 85 01 00 00 |..... | 0x189cf0| 00 b8 26 00 20 38 06 00 03 df 0f| ..&. 8.....| data: raw bits 0x189cf5-0x18d51b (14374) 0x189d00|a2 05 05 28 f9 bf 39 05 12 dd f5 40 4f d9 80 c0|...(..9....@O...| @@ -1309,7 +1309,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x18d510| 51 33 00 00 00| Q3...| size: 13137 0x18d51b-0x18d523 (8) 0x18d520|00 00 00 |... | 0x18d520| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x18d523-0x18d525 (2) -0x18d520| 6d c9 cb 14 85 01 00 00 | m....... | timestamp: "2022-12-15 07:59:37.837 +0000 UTC" (1671091177837) 0x18d525-0x18d52d (8) +0x18d520| 6d c9 cb 14 85 01 00 00 | m....... | timestamp: 1671091177837 (2022-12-15T07:59:37.837Z) 0x18d525-0x18d52d (8) 0x18d520| 00 b3 3f| ..?| data: raw bits 0x18d52d-0x19086c (13119) 0x18d530|00 39 33 06 00 03 0f 0d a2 05 05 81 72 51 9c 23|.93.........rQ.#| * |until 0x19086b.7 (13119) | | @@ -1317,14 +1317,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x190860| c6 0f 00 00| ....| size: 4038 0x19086c-0x190874 (8) 0x190870|00 00 00 00 |.... | 0x190870| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x190874-0x190876 (2) -0x190870| 6d c9 cb 14 85 01 00 00 | m....... | timestamp: "2022-12-15 07:59:37.837 +0000 UTC" (1671091177837) 0x190876-0x19087e (8) +0x190870| 6d c9 cb 14 85 01 00 00 | m....... | timestamp: 1671091177837 (2022-12-15T07:59:37.837Z) 0x190876-0x19087e (8) 0x190870| 00 8f| ..| data: raw bits 0x19087e-0x191832 (4020) 0x190880|b4 00 ab 0f 02 00 03 96 0f a2 05 05 28 44 21 b6|............(D!.| * |until 0x191831.7 (4020) | | | | | [152]{}: event 0x191832-0x194e1f (13805) 0x191830| ed 35 00 00 00 00 00 00 | .5...... | size: 13805 0x191832-0x19183a (8) 0x191830| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x19183a-0x19183c (2) -0x191830| 6e c9 cb 14| n...| timestamp: "2022-12-15 07:59:37.838 +0000 UTC" (1671091177838) 0x19183c-0x191844 (8) +0x191830| 6e c9 cb 14| n...| timestamp: 1671091177838 (2022-12-15T07:59:37.838Z) 0x19183c-0x191844 (8) 0x191840|85 01 00 00 |.... | 0x191840| 00 b5 db 00 d5 35 10 00 03 e5 0b a2| .....5......| data: raw bits 0x191844-0x194e1f (13787) 0x191850|05 05 4b 90 b5 83 9e f9 96 d9 40 4b df 80 c7 89|..K.......@K....| @@ -1333,7 +1333,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x194e10| 09| .| size: 12297 0x194e1f-0x194e27 (8) 0x194e20|30 00 00 00 00 00 00 |0...... | 0x194e20| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x194e27-0x194e29 (2) -0x194e20| 6f c9 cb 14 85 01 00| o......| timestamp: "2022-12-15 07:59:37.839 +0000 UTC" (1671091177839) 0x194e29-0x194e31 (8) +0x194e20| 6f c9 cb 14 85 01 00| o......| timestamp: 1671091177839 (2022-12-15T07:59:37.839Z) 0x194e29-0x194e31 (8) 0x194e30|00 |. | 0x194e30| 00 af f7 00 f1 2f 06 00 03 d5 12 a2 05 05 21| ...../........!| data: raw bits 0x194e31-0x197e28 (12279) 0x194e40|d2 8f dd b6 95 0e d9 40 52 cf 80 cf c7 1e 05 84|.......@R.......| @@ -1341,7 +1341,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [154]{}: event 0x197e28-0x19b8b9 (14993) 0x197e20| 91 3a 00 00 00 00 00 00| .:......| size: 14993 0x197e28-0x197e30 (8) 0x197e30|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x197e30-0x197e32 (2) -0x197e30| 6f c9 cb 14 85 01 00 00 | o....... | timestamp: "2022-12-15 07:59:37.839 +0000 UTC" (1671091177839) 0x197e32-0x197e3a (8) +0x197e30| 6f c9 cb 14 85 01 00 00 | o....... | timestamp: 1671091177839 (2022-12-15T07:59:37.839Z) 0x197e32-0x197e3a (8) 0x197e30| 00 ba 7f 00 79 3a| ....y:| data: raw bits 0x197e3a-0x19b8b9 (14975) 0x197e40|06 00 03 e3 15 a2 05 05 fc e5 4b a8 7a 16 49 b0|..........K.z.I.| * |until 0x19b8b8.7 (14975) | | @@ -1349,14 +1349,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x19b8b0| 2c 2d 00 00 00 00 00| ,-.....| size: 11564 0x19b8b9-0x19b8c1 (8) 0x19b8c0|00 |. | 0x19b8c0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x19b8c1-0x19b8c3 (2) -0x19b8c0| 6f c9 cb 14 85 01 00 00 | o....... | timestamp: "2022-12-15 07:59:37.839 +0000 UTC" (1671091177839) 0x19b8c3-0x19b8cb (8) +0x19b8c0| 6f c9 cb 14 85 01 00 00 | o....... | timestamp: 1671091177839 (2022-12-15T07:59:37.839Z) 0x19b8c3-0x19b8cb (8) 0x19b8c0| 00 ad 1a 00 14| .....| data: raw bits 0x19b8cb-0x19e5e5 (11546) 0x19b8d0|2d 04 00 03 54 15 a2 05 05 b4 89 29 24 4d 27 b8|-...T......)$M'.| * |until 0x19e5e4.7 (11546) | | | | | [156]{}: event 0x19e5e5-0x1a01e6 (7169) 0x19e5e0| 01 1c 00 00 00 00 00 00 | ........ | size: 7169 0x19e5e5-0x19e5ed (8) 0x19e5e0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x19e5ed-0x19e5ef (2) -0x19e5e0| 70| p| timestamp: "2022-12-15 07:59:37.84 +0000 UTC" (1671091177840) 0x19e5ef-0x19e5f7 (8) +0x19e5e0| 70| p| timestamp: 1671091177840 (2022-12-15T07:59:37.84Z) 0x19e5ef-0x19e5f7 (8) 0x19e5f0|c9 cb 14 85 01 00 00 |....... | 0x19e5f0| 00 9b ef 00 e6 1b 02 00 03| .........| data: raw bits 0x19e5f7-0x1a01e6 (7151) 0x19e600|d1 1b a2 05 05 c6 f4 f3 ae 29 4a 13 4c 40 5b cb|.........)J.L@[.| @@ -1364,14 +1364,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [157]{}: event 0x1a01e6-0x1a3c62 (14972) 0x1a01e0| 7c 3a 00 00 00 00 00 00 | |:...... | size: 14972 0x1a01e6-0x1a01ee (8) 0x1a01e0| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x1a01ee-0x1a01f0 (2) -0x1a01f0|71 c9 cb 14 85 01 00 00 |q....... | timestamp: "2022-12-15 07:59:37.841 +0000 UTC" (1671091177841) 0x1a01f0-0x1a01f8 (8) +0x1a01f0|71 c9 cb 14 85 01 00 00 |q....... | timestamp: 1671091177841 (2022-12-15T07:59:37.841Z) 0x1a01f0-0x1a01f8 (8) 0x1a01f0| 00 ba 6a 00 64 3a 04 00| ..j.d:..| data: raw bits 0x1a01f8-0x1a3c62 (14954) 0x1a0200|03 90 1e a2 05 05 42 dc 76 cd 38 0f bd 62 40 5e|......B.v.8..b@^| * |until 0x1a3c61.7 (14954) | | | | | [158]{}: event 0x1a3c62-0x1a7907 (15525) 0x1a3c60| a5 3c 00 00 00 00 00 00 | .<...... | size: 15525 0x1a3c62-0x1a3c6a (8) 0x1a3c60| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1a3c6a-0x1a3c6c (2) -0x1a3c60| 71 c9 cb 14| q...| timestamp: "2022-12-15 07:59:37.841 +0000 UTC" (1671091177841) 0x1a3c6c-0x1a3c74 (8) +0x1a3c60| 71 c9 cb 14| q...| timestamp: 1671091177841 (2022-12-15T07:59:37.841Z) 0x1a3c6c-0x1a3c74 (8) 0x1a3c70|85 01 00 00 |.... | 0x1a3c70| 00 bc 93 00 8d 3c 06 00 03 b3 15 a2| .....<......| data: raw bits 0x1a3c74-0x1a7907 (15507) 0x1a3c80|05 05 85 7d b5 d7 f9 ba 25 fb 40 55 ad 80 da f4|...}....%.@U....| @@ -1380,7 +1380,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1a7900| 47 3a 00 00 00 00 00 00 | G:...... | size: 14919 0x1a7907-0x1a790f (8) 0x1a7900| 02| .| pdu_type: "pdu_fastpath_output" (2) 0x1a790f-0x1a7911 (2) 0x1a7910|00 |. | -0x1a7910| 72 c9 cb 14 85 01 00 00 | r....... | timestamp: "2022-12-15 07:59:37.842 +0000 UTC" (1671091177842) 0x1a7911-0x1a7919 (8) +0x1a7910| 72 c9 cb 14 85 01 00 00 | r....... | timestamp: 1671091177842 (2022-12-15T07:59:37.842Z) 0x1a7911-0x1a7919 (8) 0x1a7910| 00 ba 35 00 2f 3a 0e| ..5./:.| data: raw bits 0x1a7919-0x1ab34e (14901) 0x1a7920|00 03 2f 0c a2 05 05 ad 2d 08 32 0d db b4 ad 40|../.....-.2....@| * |until 0x1ab34d.7 (14901) | | @@ -1388,14 +1388,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1ab340| 61 3b| a;| size: 15201 0x1ab34e-0x1ab356 (8) 0x1ab350|00 00 00 00 00 00 |...... | 0x1ab350| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1ab356-0x1ab358 (2) -0x1ab350| 72 c9 cb 14 85 01 00 00| r.......| timestamp: "2022-12-15 07:59:37.842 +0000 UTC" (1671091177842) 0x1ab358-0x1ab360 (8) +0x1ab350| 72 c9 cb 14 85 01 00 00| r.......| timestamp: 1671091177842 (2022-12-15T07:59:37.842Z) 0x1ab358-0x1ab360 (8) 0x1ab360|00 bb 4f 00 46 3b 0a 00 03 2a 03 a2 05 05 2b 98|..O.F;...*....+.| data: raw bits 0x1ab360-0x1aeeaf (15183) * |until 0x1aeeae.7 (15183) | | | | | [161]{}: event 0x1aeeaf-0x1b2648 (14233) 0x1aeea0| 99| .| size: 14233 0x1aeeaf-0x1aeeb7 (8) 0x1aeeb0|37 00 00 00 00 00 00 |7...... | 0x1aeeb0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1aeeb7-0x1aeeb9 (2) -0x1aeeb0| 74 c9 cb 14 85 01 00| t......| timestamp: "2022-12-15 07:59:37.844 +0000 UTC" (1671091177844) 0x1aeeb9-0x1aeec1 (8) +0x1aeeb0| 74 c9 cb 14 85 01 00| t......| timestamp: 1671091177844 (2022-12-15T07:59:37.844Z) 0x1aeeb9-0x1aeec1 (8) 0x1aeec0|00 |. | 0x1aeec0| 00 b7 87 00 81 37 06 00 03 25 14 a2 05 05 93| .....7...%.....| data: raw bits 0x1aeec1-0x1b2648 (14215) 0x1aeed0|fb 2a 31 a2 c9 33 ba 40 54 1f 80 e9 89 3e 87 3f|.*1..3.@T....>.?| @@ -1403,7 +1403,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [162]{}: event 0x1b2648-0x1b565a (12306) 0x1b2640| 12 30 00 00 00 00 00 00| .0......| size: 12306 0x1b2648-0x1b2650 (8) 0x1b2650|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x1b2650-0x1b2652 (2) -0x1b2650| 74 c9 cb 14 85 01 00 00 | t....... | timestamp: "2022-12-15 07:59:37.844 +0000 UTC" (1671091177844) 0x1b2652-0x1b265a (8) +0x1b2650| 74 c9 cb 14 85 01 00 00 | t....... | timestamp: 1671091177844 (2022-12-15T07:59:37.844Z) 0x1b2652-0x1b265a (8) 0x1b2650| 00 b0 00 00 fa 2f| ...../| data: raw bits 0x1b265a-0x1b565a (12288) 0x1b2660|06 00 03 7f 0e a2 05 05 c8 bf d7 6f 9d b6 ae 76|...........o...v| * |until 0x1b5659.7 (12288) | | @@ -1411,14 +1411,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1b5650| b9 3c 00 00 00 00| .<....| size: 15545 0x1b565a-0x1b5662 (8) 0x1b5660|00 00 |.. | 0x1b5660| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1b5662-0x1b5664 (2) -0x1b5660| 74 c9 cb 14 85 01 00 00 | t....... | timestamp: "2022-12-15 07:59:37.844 +0000 UTC" (1671091177844) 0x1b5664-0x1b566c (8) +0x1b5660| 74 c9 cb 14 85 01 00 00 | t....... | timestamp: 1671091177844 (2022-12-15T07:59:37.844Z) 0x1b5664-0x1b566c (8) 0x1b5660| 00 bc a7 00| ....| data: raw bits 0x1b566c-0x1b9313 (15527) 0x1b5670|a1 3c 06 00 03 5c 0f a2 05 05 b9 79 3f 54 30 bb|.<...\.....y?T0.| * |until 0x1b9312.7 (15527) | | | | | [164]{}: event 0x1b9313-0x1bce40 (15149) 0x1b9310| 2d 3b 00 00 00 00 00 00 | -;...... | size: 15149 0x1b9313-0x1b931b (8) 0x1b9310| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1b931b-0x1b931d (2) -0x1b9310| 75 c9 cb| u..| timestamp: "2022-12-15 07:59:37.845 +0000 UTC" (1671091177845) 0x1b931d-0x1b9325 (8) +0x1b9310| 75 c9 cb| u..| timestamp: 1671091177845 (2022-12-15T07:59:37.845Z) 0x1b931d-0x1b9325 (8) 0x1b9320|14 85 01 00 00 |..... | 0x1b9320| 00 bb 1b 00 12 3b 08 00 03 2e 18| .....;.....| data: raw bits 0x1b9325-0x1bce40 (15131) 0x1b9330|a2 05 05 c3 78 50 2b cc ec c9 b5 40 58 28 80 f2|....xP+....@X(..| @@ -1426,7 +1426,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [165]{}: event 0x1bce40-0x1c0123 (13027) 0x1bce40|e3 32 00 00 00 00 00 00 |.2...... | size: 13027 0x1bce40-0x1bce48 (8) 0x1bce40| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1bce48-0x1bce4a (2) -0x1bce40| 76 c9 cb 14 85 01| v.....| timestamp: "2022-12-15 07:59:37.846 +0000 UTC" (1671091177846) 0x1bce4a-0x1bce52 (8) +0x1bce40| 76 c9 cb 14 85 01| v.....| timestamp: 1671091177846 (2022-12-15T07:59:37.846Z) 0x1bce4a-0x1bce52 (8) 0x1bce50|00 00 |.. | 0x1bce50| 00 b2 d1 00 cb 32 10 00 03 88 06 a2 05 05| .....2........| data: raw bits 0x1bce52-0x1c0123 (13009) 0x1bce60|47 eb d1 69 55 26 c5 f0 40 46 82 80 f6 c0 05 3d|G..iU&..@F.....=| @@ -1434,7 +1434,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [166]{}: event 0x1c0123-0x1c3328 (12805) 0x1c0120| 05 32 00 00 00 00 00 00 | .2...... | size: 12805 0x1c0123-0x1c012b (8) 0x1c0120| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1c012b-0x1c012d (2) -0x1c0120| 77 c9 cb| w..| timestamp: "2022-12-15 07:59:37.847 +0000 UTC" (1671091177847) 0x1c012d-0x1c0135 (8) +0x1c0120| 77 c9 cb| w..| timestamp: 1671091177847 (2022-12-15T07:59:37.847Z) 0x1c012d-0x1c0135 (8) 0x1c0130|14 85 01 00 00 |..... | 0x1c0130| 00 b1 f3 00 ed 31 04 00 03 43 16| .....1...C.| data: raw bits 0x1c0135-0x1c3328 (12787) 0x1c0140|a2 05 05 c7 9a d8 50 fb 37 d3 fd 40 56 3d 80 fe|......P.7..@V=..| @@ -1442,7 +1442,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [167]{}: event 0x1c3328-0x1c67cd (13477) 0x1c3320| a5 34 00 00 00 00 00 00| .4......| size: 13477 0x1c3328-0x1c3330 (8) 0x1c3330|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x1c3330-0x1c3332 (2) -0x1c3330| 77 c9 cb 14 85 01 00 00 | w....... | timestamp: "2022-12-15 07:59:37.847 +0000 UTC" (1671091177847) 0x1c3332-0x1c333a (8) +0x1c3330| 77 c9 cb 14 85 01 00 00 | w....... | timestamp: 1671091177847 (2022-12-15T07:59:37.847Z) 0x1c3332-0x1c333a (8) 0x1c3330| 00 b4 93 00 8d 34| .....4| data: raw bits 0x1c333a-0x1c67cd (13459) 0x1c3340|06 00 03 82 12 a2 05 05 4c 3f 32 4a ca 77 f4 ab|........L?2J.w..| * |until 0x1c67cc.7 (13459) | | @@ -1450,7 +1450,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1c67c0| 8c 37 00| .7.| size: 14220 0x1c67cd-0x1c67d5 (8) 0x1c67d0|00 00 00 00 00 |..... | 0x1c67d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1c67d5-0x1c67d7 (2) -0x1c67d0| 77 c9 cb 14 85 01 00 00 | w....... | timestamp: "2022-12-15 07:59:37.847 +0000 UTC" (1671091177847) 0x1c67d7-0x1c67df (8) +0x1c67d0| 77 c9 cb 14 85 01 00 00 | w....... | timestamp: 1671091177847 (2022-12-15T07:59:37.847Z) 0x1c67d7-0x1c67df (8) 0x1c67d0| 00| .| data: raw bits 0x1c67df-0x1c9f59 (14202) 0x1c67e0|b7 7a 00 74 37 08 00 03 72 13 a2 05 05 27 09 9d|.z.t7...r....'..| * |until 0x1c9f58.7 (14202) | | @@ -1458,7 +1458,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1c9f50| 63 0c 00 00 00 00 00| c......| size: 3171 0x1c9f59-0x1c9f61 (8) 0x1c9f60|00 |. | 0x1c9f60| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1c9f61-0x1c9f63 (2) -0x1c9f60| 78 c9 cb 14 85 01 00 00 | x....... | timestamp: "2022-12-15 07:59:37.848 +0000 UTC" (1671091177848) 0x1c9f63-0x1c9f6b (8) +0x1c9f60| 78 c9 cb 14 85 01 00 00 | x....... | timestamp: 1671091177848 (2022-12-15T07:59:37.848Z) 0x1c9f63-0x1c9f6b (8) 0x1c9f60| 00 8c 51 00 48| ..Q.H| data: raw bits 0x1c9f6b-0x1cabbc (3153) 0x1c9f70|0c 02 00 03 33 0c a2 05 05 01 9c a7 b0 31 e8 66|....3........1.f| * |until 0x1cabbb.7 (3153) | | @@ -1466,14 +1466,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1cabb0| a9 38 00 00| .8..| size: 14505 0x1cabbc-0x1cabc4 (8) 0x1cabc0|00 00 00 00 |.... | 0x1cabc0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1cabc4-0x1cabc6 (2) -0x1cabc0| 79 c9 cb 14 85 01 00 00 | y....... | timestamp: "2022-12-15 07:59:37.849 +0000 UTC" (1671091177849) 0x1cabc6-0x1cabce (8) +0x1cabc0| 79 c9 cb 14 85 01 00 00 | y....... | timestamp: 1671091177849 (2022-12-15T07:59:37.849Z) 0x1cabc6-0x1cabce (8) 0x1cabc0| 00 b8| ..| data: raw bits 0x1cabce-0x1ce465 (14487) 0x1cabd0|97 00 91 38 08 00 03 4f 0c a2 05 05 c6 07 5f 36|...8...O......_6| * |until 0x1ce464.7 (14487) | | | | | [171]{}: event 0x1ce465-0x1d16ba (12885) 0x1ce460| 55 32 00 00 00 00 00 00 | U2...... | size: 12885 0x1ce465-0x1ce46d (8) 0x1ce460| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1ce46d-0x1ce46f (2) -0x1ce460| 79| y| timestamp: "2022-12-15 07:59:37.849 +0000 UTC" (1671091177849) 0x1ce46f-0x1ce477 (8) +0x1ce460| 79| y| timestamp: 1671091177849 (2022-12-15T07:59:37.849Z) 0x1ce46f-0x1ce477 (8) 0x1ce470|c9 cb 14 85 01 00 00 |....... | 0x1ce470| 00 b2 43 00 3d 32 10 00 03| ..C.=2...| data: raw bits 0x1ce477-0x1d16ba (12867) 0x1ce480|8d 0e a2 05 05 53 d2 40 21 35 84 f7 39 40 4e 87|.....S.@!5..9@N.| @@ -1482,14 +1482,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1d16b0| 29 30 00 00 00 00| )0....| size: 12329 0x1d16ba-0x1d16c2 (8) 0x1d16c0|00 00 |.. | 0x1d16c0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1d16c2-0x1d16c4 (2) -0x1d16c0| 79 c9 cb 14 85 01 00 00 | y....... | timestamp: "2022-12-15 07:59:37.849 +0000 UTC" (1671091177849) 0x1d16c4-0x1d16cc (8) +0x1d16c0| 79 c9 cb 14 85 01 00 00 | y....... | timestamp: 1671091177849 (2022-12-15T07:59:37.849Z) 0x1d16c4-0x1d16cc (8) 0x1d16c0| 00 b0 17 00| ....| data: raw bits 0x1d16cc-0x1d46e3 (12311) 0x1d16d0|11 30 04 00 03 ef 18 a2 05 05 5f 75 3d 02 4d f5|.0........_u=.M.| * |until 0x1d46e2.7 (12311) | | | | | [173]{}: event 0x1d46e3-0x1d776e (12427) 0x1d46e0| 8b 30 00 00 00 00 00 00 | .0...... | size: 12427 0x1d46e3-0x1d46eb (8) 0x1d46e0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1d46eb-0x1d46ed (2) -0x1d46e0| 7a c9 cb| z..| timestamp: "2022-12-15 07:59:37.85 +0000 UTC" (1671091177850) 0x1d46ed-0x1d46f5 (8) +0x1d46e0| 7a c9 cb| z..| timestamp: 1671091177850 (2022-12-15T07:59:37.85Z) 0x1d46ed-0x1d46f5 (8) 0x1d46f0|14 85 01 00 00 |..... | 0x1d46f0| 00 b0 79 00 73 30 04 00 03 64 1b| ..y.s0...d.| data: raw bits 0x1d46f5-0x1d776e (12409) 0x1d4700|a2 05 05 c3 b6 8c 4d a5 70 72 96 40 5b 5e 81 16|......M.pr.@[^..| @@ -1498,13 +1498,13 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1d7760| aa 14| ..| size: 5290 0x1d776e-0x1d7776 (8) 0x1d7770|00 00 00 00 00 00 |...... | 0x1d7770| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1d7776-0x1d7778 (2) -0x1d7770| 7a c9 cb 14 85 01 00 00| z.......| timestamp: "2022-12-15 07:59:37.85 +0000 UTC" (1671091177850) 0x1d7778-0x1d7780 (8) +0x1d7770| 7a c9 cb 14 85 01 00 00| z.......| timestamp: 1671091177850 (2022-12-15T07:59:37.85Z) 0x1d7778-0x1d7780 (8) 0x1d7780|00 94 98 00 8f 14 02 00 03 7a 14 a2 05 05 94 f8|.........z......| data: raw bits 0x1d7780-0x1d8c18 (5272) * |until 0x1d8c17.7 (5272) | | | | | [175]{}: event 0x1d8c18-0x1dc3fc (14308) 0x1d8c10| e4 37 00 00 00 00 00 00| .7......| size: 14308 0x1d8c18-0x1d8c20 (8) 0x1d8c20|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x1d8c20-0x1d8c22 (2) -0x1d8c20| 7c c9 cb 14 85 01 00 00 | |....... | timestamp: "2022-12-15 07:59:37.852 +0000 UTC" (1671091177852) 0x1d8c22-0x1d8c2a (8) +0x1d8c20| 7c c9 cb 14 85 01 00 00 | |....... | timestamp: 1671091177852 (2022-12-15T07:59:37.852Z) 0x1d8c22-0x1d8c2a (8) 0x1d8c20| 00 b7 d2 00 cc 37| .....7| data: raw bits 0x1d8c2a-0x1dc3fc (14290) 0x1d8c30|08 00 03 36 13 a2 05 05 b2 f0 59 27 1f 1a e0 88|...6......Y'....| * |until 0x1dc3fb.7 (14290) | | @@ -1512,7 +1512,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1dc3f0| 62 37 00 00| b7..| size: 14178 0x1dc3fc-0x1dc404 (8) 0x1dc400|00 00 00 00 |.... | 0x1dc400| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1dc404-0x1dc406 (2) -0x1dc400| 7c c9 cb 14 85 01 00 00 | |....... | timestamp: "2022-12-15 07:59:37.852 +0000 UTC" (1671091177852) 0x1dc406-0x1dc40e (8) +0x1dc400| 7c c9 cb 14 85 01 00 00 | |....... | timestamp: 1671091177852 (2022-12-15T07:59:37.852Z) 0x1dc406-0x1dc40e (8) 0x1dc400| 00 b7| ..| data: raw bits 0x1dc40e-0x1dfb5e (14160) 0x1dc410|50 00 4a 37 0c 00 03 21 0b a2 05 05 f6 c3 62 8b|P.J7...!......b.| * |until 0x1dfb5d.7 (14160) | | @@ -1520,13 +1520,13 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1dfb50| 63 34| c4| size: 13411 0x1dfb5e-0x1dfb66 (8) 0x1dfb60|00 00 00 00 00 00 |...... | 0x1dfb60| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1dfb66-0x1dfb68 (2) -0x1dfb60| 7c c9 cb 14 85 01 00 00| |.......| timestamp: "2022-12-15 07:59:37.852 +0000 UTC" (1671091177852) 0x1dfb68-0x1dfb70 (8) +0x1dfb60| 7c c9 cb 14 85 01 00 00| |.......| timestamp: 1671091177852 (2022-12-15T07:59:37.852Z) 0x1dfb68-0x1dfb70 (8) 0x1dfb70|00 b4 51 00 4b 34 10 00 03 82 0f a2 05 05 e1 02|..Q.K4..........| data: raw bits 0x1dfb70-0x1e2fc1 (13393) * |until 0x1e2fc0.7 (13393) | | | | | [178]{}: event 0x1e2fc1-0x1e6b16 (15189) 0x1e2fc0| 55 3b 00 00 00 00 00 00 | U;...... | size: 15189 0x1e2fc1-0x1e2fc9 (8) 0x1e2fc0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1e2fc9-0x1e2fcb (2) -0x1e2fc0| 7d c9 cb 14 85| }....| timestamp: "2022-12-15 07:59:37.853 +0000 UTC" (1671091177853) 0x1e2fcb-0x1e2fd3 (8) +0x1e2fc0| 7d c9 cb 14 85| }....| timestamp: 1671091177853 (2022-12-15T07:59:37.853Z) 0x1e2fcb-0x1e2fd3 (8) 0x1e2fd0|01 00 00 |... | 0x1e2fd0| 00 bb 43 00 3a 3b 04 00 03 75 1d a2 05| ..C.:;...u...| data: raw bits 0x1e2fd3-0x1e6b16 (15171) 0x1e2fe0|05 68 83 4a 06 9c d5 a7 e9 40 5d 6f 81 2b f4 4d|.h.J.....@]o.+.M| @@ -1534,7 +1534,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [179]{}: event 0x1e6b16-0x1ea2ec (14294) 0x1e6b10| d6 37 00 00 00 00 00 00 | .7...... | size: 14294 0x1e6b16-0x1e6b1e (8) 0x1e6b10| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x1e6b1e-0x1e6b20 (2) -0x1e6b20|7e c9 cb 14 85 01 00 00 |~....... | timestamp: "2022-12-15 07:59:37.854 +0000 UTC" (1671091177854) 0x1e6b20-0x1e6b28 (8) +0x1e6b20|7e c9 cb 14 85 01 00 00 |~....... | timestamp: 1671091177854 (2022-12-15T07:59:37.854Z) 0x1e6b20-0x1e6b28 (8) 0x1e6b20| 00 b7 c4 00 be 37 06 00| .....7..| data: raw bits 0x1e6b28-0x1ea2ec (14276) 0x1e6b30|03 26 1c a2 05 05 1f 31 5a 88 23 cd d8 68 40 5c|.&.....1Z.#..h@\| * |until 0x1ea2eb.7 (14276) | | @@ -1542,14 +1542,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1ea2e0| da 34 00 00| .4..| size: 13530 0x1ea2ec-0x1ea2f4 (8) 0x1ea2f0|00 00 00 00 |.... | 0x1ea2f0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1ea2f4-0x1ea2f6 (2) -0x1ea2f0| 7f c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.855 +0000 UTC" (1671091177855) 0x1ea2f6-0x1ea2fe (8) +0x1ea2f0| 7f c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177855 (2022-12-15T07:59:37.855Z) 0x1ea2f6-0x1ea2fe (8) 0x1ea2f0| 00 b4| ..| data: raw bits 0x1ea2fe-0x1ed7c6 (13512) 0x1ea300|c8 00 c2 34 06 00 03 eb 13 a2 05 05 6b 45 2a 1e|...4........kE*.| * |until 0x1ed7c5.7 (13512) | | | | | [181]{}: event 0x1ed7c6-0x1f11ad (14823) 0x1ed7c0| e7 39 00 00 00 00 00 00 | .9...... | size: 14823 0x1ed7c6-0x1ed7ce (8) 0x1ed7c0| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x1ed7ce-0x1ed7d0 (2) -0x1ed7d0|7f c9 cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:37.855 +0000 UTC" (1671091177855) 0x1ed7d0-0x1ed7d8 (8) +0x1ed7d0|7f c9 cb 14 85 01 00 00 |........ | timestamp: 1671091177855 (2022-12-15T07:59:37.855Z) 0x1ed7d0-0x1ed7d8 (8) 0x1ed7d0| 00 b9 d5 00 cf 39 08 00| .....9..| data: raw bits 0x1ed7d8-0x1f11ad (14805) 0x1ed7e0|03 b2 0c a2 05 05 7d 91 45 77 d1 50 bb 54 40 4c|......}.Ew.P.T@L| * |until 0x1f11ac.7 (14805) | | @@ -1557,14 +1557,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1f11a0| 55 31 00| U1.| size: 12629 0x1f11ad-0x1f11b5 (8) 0x1f11b0|00 00 00 00 00 |..... | 0x1f11b0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1f11b5-0x1f11b7 (2) -0x1f11b0| 80 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.856 +0000 UTC" (1671091177856) 0x1f11b7-0x1f11bf (8) +0x1f11b0| 80 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177856 (2022-12-15T07:59:37.856Z) 0x1f11b7-0x1f11bf (8) 0x1f11b0| 00| .| data: raw bits 0x1f11bf-0x1f4302 (12611) 0x1f11c0|b1 43 00 3d 31 06 00 03 18 0f a2 05 05 38 c9 c7|.C.=1........8..| * |until 0x1f4301.7 (12611) | | | | | [183]{}: event 0x1f4302-0x1f5201 (3839) 0x1f4300| ff 0e 00 00 00 00 00 00 | ........ | size: 3839 0x1f4302-0x1f430a (8) 0x1f4300| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1f430a-0x1f430c (2) -0x1f4300| 80 c9 cb 14| ....| timestamp: "2022-12-15 07:59:37.856 +0000 UTC" (1671091177856) 0x1f430c-0x1f4314 (8) +0x1f4300| 80 c9 cb 14| ....| timestamp: 1671091177856 (2022-12-15T07:59:37.856Z) 0x1f430c-0x1f4314 (8) 0x1f4310|85 01 00 00 |.... | 0x1f4310| 00 8e ed 00 e4 0e 02 00 03 cf 0e a2| ............| data: raw bits 0x1f4314-0x1f5201 (3821) 0x1f4320|05 05 6b ad 56 ff dd 7c 06 89 40 4e c9 81 3a cc|..k.V..|..@N..:.| @@ -1572,7 +1572,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [184]{}: event 0x1f5201-0x1f7189 (8072) 0x1f5200| 88 1f 00 00 00 00 00 00 | ........ | size: 8072 0x1f5201-0x1f5209 (8) 0x1f5200| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1f5209-0x1f520b (2) -0x1f5200| 81 c9 cb 14 85| .....| timestamp: "2022-12-15 07:59:37.857 +0000 UTC" (1671091177857) 0x1f520b-0x1f5213 (8) +0x1f5200| 81 c9 cb 14 85| .....| timestamp: 1671091177857 (2022-12-15T07:59:37.857Z) 0x1f520b-0x1f5213 (8) 0x1f5210|01 00 00 |... | 0x1f5210| 00 9f 76 00 70 1f 0e 00 03 ea 03 a2 05| ..v.p........| data: raw bits 0x1f5213-0x1f7189 (8054) 0x1f5220|05 54 b8 34 de f8 c0 42 98 40 43 e4 81 3b 84 1d|.T.4...B.@C..;..| @@ -1581,7 +1581,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1f7180| a3 3c 00 00 00 00 00| .<.....| size: 15523 0x1f7189-0x1f7191 (8) 0x1f7190|00 |. | 0x1f7190| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1f7191-0x1f7193 (2) -0x1f7190| 82 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.858 +0000 UTC" (1671091177858) 0x1f7193-0x1f719b (8) +0x1f7190| 82 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177858 (2022-12-15T07:59:37.858Z) 0x1f7193-0x1f719b (8) 0x1f7190| 00 bc 91 00 8b| .....| data: raw bits 0x1f719b-0x1fae2c (15505) 0x1f71a0|3c 04 00 03 73 1d a2 05 05 ab 88 a0 c8 09 6c 6d|<...s.........lm| * |until 0x1fae2b.7 (15505) | | @@ -1589,14 +1589,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x1fae20| 1c 31 00 00| .1..| size: 12572 0x1fae2c-0x1fae34 (8) 0x1fae30|00 00 00 00 |.... | 0x1fae30| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x1fae34-0x1fae36 (2) -0x1fae30| 82 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.858 +0000 UTC" (1671091177858) 0x1fae36-0x1fae3e (8) +0x1fae30| 82 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177858 (2022-12-15T07:59:37.858Z) 0x1fae36-0x1fae3e (8) 0x1fae30| 00 b1| ..| data: raw bits 0x1fae3e-0x1fdf48 (12554) 0x1fae40|0a 00 04 31 04 00 03 89 1c a2 05 05 64 49 e6 31|...1........dI.1| * |until 0x1fdf47.7 (12554) | | | | | [187]{}: event 0x1fdf48-0x201a2f (15079) 0x1fdf40| e7 3a 00 00 00 00 00 00| .:......| size: 15079 0x1fdf48-0x1fdf50 (8) 0x1fdf50|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x1fdf50-0x1fdf52 (2) -0x1fdf50| 82 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.858 +0000 UTC" (1671091177858) 0x1fdf52-0x1fdf5a (8) +0x1fdf50| 82 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177858 (2022-12-15T07:59:37.858Z) 0x1fdf52-0x1fdf5a (8) 0x1fdf50| 00 ba d5 00 cf 3a| .....:| data: raw bits 0x1fdf5a-0x201a2f (15061) 0x1fdf60|06 00 03 34 10 a2 05 05 b2 51 93 90 c2 0d 74 40|...4.....Q....t@| * |until 0x201a2e.7 (15061) | | @@ -1604,7 +1604,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x201a20| d3| .| size: 10195 0x201a2f-0x201a37 (8) 0x201a30|27 00 00 00 00 00 00 |'...... | 0x201a30| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x201a37-0x201a39 (2) -0x201a30| 83 c9 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:37.859 +0000 UTC" (1671091177859) 0x201a39-0x201a41 (8) +0x201a30| 83 c9 cb 14 85 01 00| .......| timestamp: 1671091177859 (2022-12-15T07:59:37.859Z) 0x201a39-0x201a41 (8) 0x201a40|00 |. | 0x201a40| 00 a7 c1 00 b8 27 04 00 03 62 13 a2 05 05 e9| .....'...b.....| data: raw bits 0x201a41-0x204202 (10177) 0x201a50|e2 f6 27 43 69 53 d2 40 53 5c 81 49 80 20 bf 15|..'CiS.@S\.I. ..| @@ -1612,7 +1612,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [189]{}: event 0x204202-0x207e6d (15467) 0x204200| 6b 3c 00 00 00 00 00 00 | k<...... | size: 15467 0x204202-0x20420a (8) 0x204200| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x20420a-0x20420c (2) -0x204200| 84 c9 cb 14| ....| timestamp: "2022-12-15 07:59:37.86 +0000 UTC" (1671091177860) 0x20420c-0x204214 (8) +0x204200| 84 c9 cb 14| ....| timestamp: 1671091177860 (2022-12-15T07:59:37.86Z) 0x20420c-0x204214 (8) 0x204210|85 01 00 00 |.... | 0x204210| 00 bc 59 00 53 3c 0c 00 03 a2 0e a2| ..Y.S<......| data: raw bits 0x204214-0x207e6d (15449) 0x204220|05 05 d2 81 09 af ca 8d 14 bd 40 4e 9c 81 4b 85|..........@N..K.| @@ -1621,7 +1621,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x207e60| 8e 3c 00| .<.| size: 15502 0x207e6d-0x207e75 (8) 0x207e70|00 00 00 00 00 |..... | 0x207e70| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x207e75-0x207e77 (2) -0x207e70| 84 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.86 +0000 UTC" (1671091177860) 0x207e77-0x207e7f (8) +0x207e70| 84 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177860 (2022-12-15T07:59:37.86Z) 0x207e77-0x207e7f (8) 0x207e70| 00| .| data: raw bits 0x207e7f-0x20bafb (15484) 0x207e80|bc 7c 00 76 3c 24 00 03 6a 0a a2 05 05 de 77 21|.|.v<$..j.....w!| * |until 0x20bafa.7 (15484) | | @@ -1629,7 +1629,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x20baf0| d1 07 00 00 00| .....| size: 2001 0x20bafb-0x20bb03 (8) 0x20bb00|00 00 00 |... | 0x20bb00| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x20bb03-0x20bb05 (2) -0x20bb00| 85 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.861 +0000 UTC" (1671091177861) 0x20bb05-0x20bb0d (8) +0x20bb00| 85 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177861 (2022-12-15T07:59:37.861Z) 0x20bb05-0x20bb0d (8) 0x20bb00| 00 87 bf| ...| data: raw bits 0x20bb0d-0x20c2cc (1983) 0x20bb10|00 b6 07 1a 00 03 b5 00 20 0c 05 40 04 40 b6 ff|........ ..@.@..| * |until 0x20c2cb.7 (1983) | | @@ -1637,14 +1637,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x20c2c0| e9 35 00 00| .5..| size: 13801 0x20c2cc-0x20c2d4 (8) 0x20c2d0|00 00 00 00 |.... | 0x20c2d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x20c2d4-0x20c2d6 (2) -0x20c2d0| 97 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.879 +0000 UTC" (1671091177879) 0x20c2d6-0x20c2de (8) +0x20c2d0| 97 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177879 (2022-12-15T07:59:37.879Z) 0x20c2d6-0x20c2de (8) 0x20c2d0| 00 b5| ..| data: raw bits 0x20c2de-0x20f8b5 (13783) 0x20c2e0|d7 00 d1 35 65 00 06 03 00 65 00 1a 00 02 03 00|...5e....e......| * |until 0x20f8b4.7 (13783) | | | | | [193]{}: event 0x20f8b5-0x212a96 (12769) 0x20f8b0| e1 31 00 00 00 00 00 00 | .1...... | size: 12769 0x20f8b5-0x20f8bd (8) 0x20f8b0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x20f8bd-0x20f8bf (2) -0x20f8b0| 98| .| timestamp: "2022-12-15 07:59:37.88 +0000 UTC" (1671091177880) 0x20f8bf-0x20f8c7 (8) +0x20f8b0| 98| .| timestamp: 1671091177880 (2022-12-15T07:59:37.88Z) 0x20f8bf-0x20f8c7 (8) 0x20f8c0|c9 cb 14 85 01 00 00 |....... | 0x20f8c0| 00 b1 cf 00 c9 31 48 00 03| .....1H..| data: raw bits 0x20f8c7-0x212a96 (12751) 0x20f8d0|a5 09 a2 0d 05 17 92 11 33 28 9d fe 5b 40 49 9f|........3(..[@I.| @@ -1652,7 +1652,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [194]{}: event 0x212a96-0x2166bd (15399) 0x212a90| 27 3c 00 00 00 00 00 00 | '<...... | size: 15399 0x212a96-0x212a9e (8) 0x212a90| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x212a9e-0x212aa0 (2) -0x212aa0|98 c9 cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:37.88 +0000 UTC" (1671091177880) 0x212aa0-0x212aa8 (8) +0x212aa0|98 c9 cb 14 85 01 00 00 |........ | timestamp: 1671091177880 (2022-12-15T07:59:37.88Z) 0x212aa0-0x212aa8 (8) 0x212aa0| 00 bc 15 00 0f 3c d5 00| .....<..| data: raw bits 0x212aa8-0x2166bd (15381) 0x212ab0|03 02 0f a2 0d 05 73 01 86 4e 9c 8f 00 85 40 4e|......s..N....@N| * |until 0x2166bc.7 (15381) | | @@ -1660,7 +1660,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2166b0| ad 0f 00| ...| size: 4013 0x2166bd-0x2166c5 (8) 0x2166c0|00 00 00 00 00 |..... | 0x2166c0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2166c5-0x2166c7 (2) -0x2166c0| 98 c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.88 +0000 UTC" (1671091177880) 0x2166c7-0x2166cf (8) +0x2166c0| 98 c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177880 (2022-12-15T07:59:37.88Z) 0x2166c7-0x2166cf (8) 0x2166c0| 00| .| data: raw bits 0x2166cf-0x21766a (3995) 0x2166d0|8f 9b 00 92 0f 04 00 03 57 07 22 0d 05 85 5b 4a|........W."...[J| * |until 0x217669.7 (3995) | | @@ -1668,14 +1668,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x217660| a8 38 00 00 00 00| .8....| size: 14504 0x21766a-0x217672 (8) 0x217670|00 00 |.. | 0x217670| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x217672-0x217674 (2) -0x217670| ce c9 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:37.934 +0000 UTC" (1671091177934) 0x217674-0x21767c (8) +0x217670| ce c9 cb 14 85 01 00 00 | ........ | timestamp: 1671091177934 (2022-12-15T07:59:37.934Z) 0x217674-0x21767c (8) 0x217670| 00 b8 96 00| ....| data: raw bits 0x21767c-0x21af12 (14486) 0x217680|90 38 10 00 03 36 08 22 0d 05 8a 90 aa 47 fc ee|.8...6.".....G..| * |until 0x21af11.7 (14486) | | | | | [197]{}: event 0x21af12-0x21d7c8 (10422) 0x21af10| b6 28 00 00 00 00 00 00 | .(...... | size: 10422 0x21af12-0x21af1a (8) 0x21af10| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x21af1a-0x21af1c (2) -0x21af10| cf c9 cb 14| ....| timestamp: "2022-12-15 07:59:37.935 +0000 UTC" (1671091177935) 0x21af1c-0x21af24 (8) +0x21af10| cf c9 cb 14| ....| timestamp: 1671091177935 (2022-12-15T07:59:37.935Z) 0x21af1c-0x21af24 (8) 0x21af20|85 01 00 00 |.... | 0x21af20| 00 a8 a4 00 9b 28 19 00 03 8a 05 22| .....(....."| data: raw bits 0x21af24-0x21d7c8 (10404) 0x21af30|0d 05 4e fe c7 49 f4 58 51 ca 40 1c 45 83 ff ff|..N..I.XQ.@.E...| @@ -1683,14 +1683,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [198]{}: event 0x21d7c8-0x21da98 (720) 0x21d7c0| d0 02 00 00 00 00 00 00| ........| size: 720 0x21d7c8-0x21d7d0 (8) 0x21d7d0|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x21d7d0-0x21d7d2 (2) -0x21d7d0| 3b ca cb 14 85 01 00 00 | ;....... | timestamp: "2022-12-15 07:59:38.043 +0000 UTC" (1671091178043) 0x21d7d2-0x21d7da (8) +0x21d7d0| 3b ca cb 14 85 01 00 00 | ;....... | timestamp: 1671091178043 (2022-12-15T07:59:38.043Z) 0x21d7d2-0x21d7da (8) 0x21d7d0| 00 82 be 00 b5 02| ......| data: raw bits 0x21d7da-0x21da98 (702) 0x21d7e0|14 00 06 03 00 65 00 1a 00 02 03 00 59 00 03 4e|.....e......Y..N| * |until 0x21da97.7 (702) | | | | | [199]{}: event 0x21da98-0x21dab4 (28) 0x21da90| 1c 00 00 00 00 00 00 00| ........| size: 28 0x21da98-0x21daa0 (8) 0x21daa0|01 00 |.. | pdu_type: "pdu_fastpath_input" (1) 0x21daa0-0x21daa2 (2) -0x21daa0| 54 ca cb 14 85 01 00 00 | T....... | timestamp: "2022-12-15 07:59:38.068 +0000 UTC" (1671091178068) 0x21daa2-0x21daaa (8) +0x21daa0| 54 ca cb 14 85 01 00 00 | T....... | timestamp: 1671091178068 (2022-12-15T07:59:38.068Z) 0x21daa2-0x21daaa (8) | | | fastpath_input{}: 0x21daaa-0x21dab4 (10) | | | input_header{}: 0x21daaa-0x21daab (1) 0x21daa0| 44 | D | action: 0x1 0x21daaa-0x21daaa.2 (0.2) @@ -1704,7 +1704,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [200]{}: event 0x21dab4-0x21df59 (1189) 0x21dab0| a5 04 00 00 00 00 00 00 | ........ | size: 1189 0x21dab4-0x21dabc (8) 0x21dab0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x21dabc-0x21dabe (2) -0x21dab0| c8 ca| ..| timestamp: "2022-12-15 07:59:38.184 +0000 UTC" (1671091178184) 0x21dabe-0x21dac6 (8) +0x21dab0| c8 ca| ..| timestamp: 1671091178184 (2022-12-15T07:59:38.184Z) 0x21dabe-0x21dac6 (8) 0x21dac0|cb 14 85 01 00 00 |...... | 0x21dac0| 00 84 93 00 8a 04 15 00 06 03| ..........| data: raw bits 0x21dac6-0x21df59 (1171) 0x21dad0|00 65 00 1a 00 02 03 00 59 00 09 0d 0f 01 02 00|.e......Y.......| @@ -1713,7 +1713,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x21df50| 1c 00 00 00 00 00 00| .......| size: 28 0x21df59-0x21df61 (8) 0x21df60|00 |. | 0x21df60| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x21df61-0x21df63 (2) -0x21df60| 7c cb cb 14 85 01 00 00 | |....... | timestamp: "2022-12-15 07:59:38.364 +0000 UTC" (1671091178364) 0x21df63-0x21df6b (8) +0x21df60| 7c cb cb 14 85 01 00 00 | |....... | timestamp: 1671091178364 (2022-12-15T07:59:38.364Z) 0x21df63-0x21df6b (8) | | | fastpath_input{}: 0x21df6b-0x21df75 (10) | | | input_header{}: 0x21df6b-0x21df6c (1) 0x21df60| 44 | D | action: 0x1 0x21df6b-0x21df6b.2 (0.2) @@ -1727,7 +1727,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [202]{}: event 0x21df75-0x21df91 (28) 0x21df70| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x21df75-0x21df7d (8) 0x21df70| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x21df7d-0x21df7f (2) -0x21df70| 17| .| timestamp: "2022-12-15 07:59:40.311 +0000 UTC" (1671091180311) 0x21df7f-0x21df87 (8) +0x21df70| 17| .| timestamp: 1671091180311 (2022-12-15T07:59:40.311Z) 0x21df7f-0x21df87 (8) 0x21df80|d3 cb 14 85 01 00 00 |....... | | | | fastpath_input{}: 0x21df87-0x21df91 (10) | | | input_header{}: 0x21df87-0x21df88 (1) @@ -1742,7 +1742,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [203]{}: event 0x21df91-0x21dfb4 (35) 0x21df90| 23 00 00 00 00 00 00 00 | #....... | size: 35 0x21df91-0x21df99 (8) 0x21df90| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x21df99-0x21df9b (2) -0x21df90| 87 d3 cb 14 85| .....| timestamp: "2022-12-15 07:59:40.423 +0000 UTC" (1671091180423) 0x21df9b-0x21dfa3 (8) +0x21df90| 87 d3 cb 14 85| .....| timestamp: 1671091180423 (2022-12-15T07:59:40.423Z) 0x21df9b-0x21dfa3 (8) 0x21dfa0|01 00 00 |... | | | | fastpath_input{}: 0x21dfa3-0x21dfb4 (17) | | | input_header{}: 0x21dfa3-0x21dfa4 (1) @@ -1757,7 +1757,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [204]{}: event 0x21dfb4-0x21dfd0 (28) 0x21dfb0| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x21dfb4-0x21dfbc (8) 0x21dfb0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x21dfbc-0x21dfbe (2) -0x21dfb0| 47 d4| G.| timestamp: "2022-12-15 07:59:40.615 +0000 UTC" (1671091180615) 0x21dfbe-0x21dfc6 (8) +0x21dfb0| 47 d4| G.| timestamp: 1671091180615 (2022-12-15T07:59:40.615Z) 0x21dfbe-0x21dfc6 (8) 0x21dfc0|cb 14 85 01 00 00 |...... | | | | fastpath_input{}: 0x21dfc6-0x21dfd0 (10) | | | input_header{}: 0x21dfc6-0x21dfc7 (1) @@ -1771,7 +1771,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [205]{}: event 0x21dfd0-0x21e001 (49) 0x21dfd0|31 00 00 00 00 00 00 00 |1....... | size: 49 0x21dfd0-0x21dfd8 (8) 0x21dfd0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x21dfd8-0x21dfda (2) -0x21dfd0| e7 d4 cb 14 85 01| ......| timestamp: "2022-12-15 07:59:40.775 +0000 UTC" (1671091180775) 0x21dfda-0x21dfe2 (8) +0x21dfd0| e7 d4 cb 14 85 01| ......| timestamp: 1671091180775 (2022-12-15T07:59:40.775Z) 0x21dfda-0x21dfe2 (8) 0x21dfe0|00 00 |.. | | | | fastpath_input{}: 0x21dfe2-0x21e001 (31) | | | input_header{}: 0x21dfe2-0x21dfe3 (1) @@ -1787,7 +1787,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [206]{}: event 0x21e001-0x21e01d (28) 0x21e000| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x21e001-0x21e009 (8) 0x21e000| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x21e009-0x21e00b (2) -0x21e000| 59 d5 cb 14 85| Y....| timestamp: "2022-12-15 07:59:40.889 +0000 UTC" (1671091180889) 0x21e00b-0x21e013 (8) +0x21e000| 59 d5 cb 14 85| Y....| timestamp: 1671091180889 (2022-12-15T07:59:40.889Z) 0x21e00b-0x21e013 (8) 0x21e010|01 00 00 |... | | | | fastpath_input{}: 0x21e013-0x21e01d (10) | | | input_header{}: 0x21e013-0x21e014 (1) @@ -1802,7 +1802,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x21e010| 1c 00 00| ...| size: 28 0x21e01d-0x21e025 (8) 0x21e020|00 00 00 00 00 |..... | 0x21e020| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x21e025-0x21e027 (2) -0x21e020| 8e d5 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:40.942 +0000 UTC" (1671091180942) 0x21e027-0x21e02f (8) +0x21e020| 8e d5 cb 14 85 01 00 00 | ........ | timestamp: 1671091180942 (2022-12-15T07:59:40.942Z) 0x21e027-0x21e02f (8) | | | fastpath_input{}: 0x21e02f-0x21e039 (10) | | | input_header{}: 0x21e02f-0x21e030 (1) 0x21e020| 44| D| action: 0x1 0x21e02f-0x21e02f.2 (0.2) @@ -1816,7 +1816,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x21e030| 2a 00 00 00 00 00 00| *......| size: 42 0x21e039-0x21e041 (8) 0x21e040|00 |. | 0x21e040| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x21e041-0x21e043 (2) -0x21e040| 1c d6 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:41.084 +0000 UTC" (1671091181084) 0x21e043-0x21e04b (8) +0x21e040| 1c d6 cb 14 85 01 00 00 | ........ | timestamp: 1671091181084 (2022-12-15T07:59:41.084Z) 0x21e043-0x21e04b (8) | | | fastpath_input{}: 0x21e04b-0x21e063 (24) | | | input_header{}: 0x21e04b-0x21e04c (1) 0x21e040| 4c | L | action: 0x1 0x21e04b-0x21e04b.2 (0.2) @@ -1831,7 +1831,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [209]{}: event 0x21e063-0x21e081 (30) 0x21e060| 1e 00 00 00 00 00 00 00 | ........ | size: 30 0x21e063-0x21e06b (8) 0x21e060| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x21e06b-0x21e06d (2) -0x21e060| 20 d7 cb| ..| timestamp: "2022-12-15 07:59:41.344 +0000 UTC" (1671091181344) 0x21e06d-0x21e075 (8) +0x21e060| 20 d7 cb| ..| timestamp: 1671091181344 (2022-12-15T07:59:41.344Z) 0x21e06d-0x21e075 (8) 0x21e070|14 85 01 00 00 |..... | | | | fastpath_input{}: 0x21e075-0x21e081 (12) | | | input_header{}: 0x21e075-0x21e076 (1) @@ -1846,7 +1846,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [210]{}: event 0x21e081-0x21e098 (23) 0x21e080| 17 00 00 00 00 00 00 00 | ........ | size: 23 0x21e081-0x21e089 (8) 0x21e080| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x21e089-0x21e08b (2) -0x21e080| 54 d7 cb 14 85| T....| timestamp: "2022-12-15 07:59:41.396 +0000 UTC" (1671091181396) 0x21e08b-0x21e093 (8) +0x21e080| 54 d7 cb 14 85| T....| timestamp: 1671091181396 (2022-12-15T07:59:41.396Z) 0x21e08b-0x21e093 (8) 0x21e090|01 00 00 |... | | | | fastpath_input{}: 0x21e093-0x21e098 (5) | | | input_header{}: 0x21e093-0x21e094 (1) @@ -1860,14 +1860,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [211]{}: event 0x21e098-0x220008 (8048) 0x21e090| 70 1f 00 00 00 00 00 00| p.......| size: 8048 0x21e098-0x21e0a0 (8) 0x21e0a0|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x21e0a0-0x21e0a2 (2) -0x21e0a0| 5b d7 cb 14 85 01 00 00 | [....... | timestamp: "2022-12-15 07:59:41.403 +0000 UTC" (1671091181403) 0x21e0a2-0x21e0aa (8) +0x21e0a0| 5b d7 cb 14 85 01 00 00 | [....... | timestamp: 1671091181403 (2022-12-15T07:59:41.403Z) 0x21e0a2-0x21e0aa (8) 0x21e0a0| 00 9f 5e 00 55 1f| ..^.U.| data: raw bits 0x21e0aa-0x220008 (8030) 0x21e0b0|08 00 03 13 0d a2 0d 05 53 61 fe 70 a8 c8 e7 4b|........Sa.p...K| * |until 0x220007.7 (8030) | | | | | [212]{}: event 0x220008-0x22001f (23) 0x220000| 17 00 00 00 00 00 00 00| ........| size: 23 0x220008-0x220010 (8) 0x220010|01 00 |.. | pdu_type: "pdu_fastpath_input" (1) 0x220010-0x220012 (2) -0x220010| 84 d7 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:41.444 +0000 UTC" (1671091181444) 0x220012-0x22001a (8) +0x220010| 84 d7 cb 14 85 01 00 00 | ........ | timestamp: 1671091181444 (2022-12-15T07:59:41.444Z) 0x220012-0x22001a (8) | | | fastpath_input{}: 0x22001a-0x22001f (5) | | | input_header{}: 0x22001a-0x22001b (1) 0x220010| 44 | D | action: 0x1 0x22001a-0x22001a.2 (0.2) @@ -1881,7 +1881,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x220010| 1c| .| size: 8476 0x22001f-0x220027 (8) 0x220020|21 00 00 00 00 00 00 |!...... | 0x220020| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x220027-0x220029 (2) -0x220020| 99 d7 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:41.465 +0000 UTC" (1671091181465) 0x220029-0x220031 (8) +0x220020| 99 d7 cb 14 85 01 00| .......| timestamp: 1671091181465 (2022-12-15T07:59:41.465Z) 0x220029-0x220031 (8) 0x220030|00 |. | 0x220030| 00 a1 0a 00 01 21 30 00 06 03 00 1e 03 1e 00| .....!0........| data: raw bits 0x220031-0x22213b (8458) 0x220040|02 03 00 09 00 0c 1e 03 1e 00 03 b6 00 22 0d 05|............."..| @@ -1890,7 +1890,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x222130| 17 00 00 00 00| .....| size: 23 0x22213b-0x222143 (8) 0x222140|00 00 00 |... | 0x222140| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x222143-0x222145 (2) -0x222140| 9a d7 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:41.466 +0000 UTC" (1671091181466) 0x222145-0x22214d (8) +0x222140| 9a d7 cb 14 85 01 00 00 | ........ | timestamp: 1671091181466 (2022-12-15T07:59:41.466Z) 0x222145-0x22214d (8) | | | fastpath_input{}: 0x22214d-0x222152 (5) | | | input_header{}: 0x22214d-0x22214e (1) 0x222140| 44 | D | action: 0x1 0x22214d-0x22214d.2 (0.2) @@ -1903,7 +1903,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [215]{}: event 0x222152-0x222d0b (3001) 0x222150| b9 0b 00 00 00 00 00 00 | ........ | size: 3001 0x222152-0x22215a (8) 0x222150| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x22215a-0x22215c (2) -0x222150| d8 d7 cb 14| ....| timestamp: "2022-12-15 07:59:41.528 +0000 UTC" (1671091181528) 0x22215c-0x222164 (8) +0x222150| d8 d7 cb 14| ....| timestamp: 1671091181528 (2022-12-15T07:59:41.528Z) 0x22215c-0x222164 (8) 0x222160|85 01 00 00 |.... | 0x222160| 00 8b a7 00 9e 0b 43 00 03 b6 00 22| ......C...."| data: raw bits 0x222164-0x222d0b (2983) 0x222170|05 05 f0 8f 68 67 12 44 d7 36 40 1e 40 af 81 5e|....hg.D.6@.@..^| @@ -1912,7 +1912,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x222d00| a2 38 00 00 00| .8...| size: 14498 0x222d0b-0x222d13 (8) 0x222d10|00 00 00 |... | 0x222d10| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x222d13-0x222d15 (2) -0x222d10| 05 d8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:41.573 +0000 UTC" (1671091181573) 0x222d15-0x222d1d (8) +0x222d10| 05 d8 cb 14 85 01 00 00 | ........ | timestamp: 1671091181573 (2022-12-15T07:59:41.573Z) 0x222d15-0x222d1d (8) 0x222d10| 00 b8 90| ...| data: raw bits 0x222d1d-0x2265ad (14480) 0x222d20|00 8a 38 52 00 02 ff ff 06 03 00 1e 03 1e 00 02|..8R............| * |until 0x2265ac.7 (14480) | | @@ -1920,7 +1920,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2265a0| e2 3c 00| .<.| size: 15586 0x2265ad-0x2265b5 (8) 0x2265b0|00 00 00 00 00 |..... | 0x2265b0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2265b5-0x2265b7 (2) -0x2265b0| 06 d8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:41.574 +0000 UTC" (1671091181574) 0x2265b7-0x2265bf (8) +0x2265b0| 06 d8 cb 14 85 01 00 00 | ........ | timestamp: 1671091181574 (2022-12-15T07:59:41.574Z) 0x2265b7-0x2265bf (8) 0x2265b0| 00| .| data: raw bits 0x2265bf-0x22a28f (15568) 0x2265c0|bc d0 00 ca 3c 6f 00 03 85 04 22 0d 05 23 db 7f|....$.n.X......| @@ -1976,7 +1976,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [224]{}: event 0x23c7f1-0x2403b3 (15298) 0x23c7f0| c2 3b 00 00 00 00 00 00 | .;...... | size: 15298 0x23c7f1-0x23c7f9 (8) 0x23c7f0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x23c7f9-0x23c7fb (2) -0x23c7f0| 75 d8 cb 14 85| u....| timestamp: "2022-12-15 07:59:41.685 +0000 UTC" (1671091181685) 0x23c7fb-0x23c803 (8) +0x23c7f0| 75 d8 cb 14 85| u....| timestamp: 1671091181685 (2022-12-15T07:59:41.685Z) 0x23c7fb-0x23c803 (8) 0x23c800|01 00 00 |... | 0x23c800| 00 bb b0 00 aa 3b 28 00 03 04 01 a2 0d| .....;(......| data: raw bits 0x23c803-0x2403b3 (15280) 0x23c810|05 76 e4 f9 54 44 4b f5 2b 40 40 fe ff ff c0 22|.v..TDK.+@@...."| @@ -1984,7 +1984,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [225]{}: event 0x2403b3-0x243d1f (14700) 0x2403b0| 6c 39 00 00 00 00 00 00 | l9...... | size: 14700 0x2403b3-0x2403bb (8) 0x2403b0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2403bb-0x2403bd (2) -0x2403b0| 75 d8 cb| u..| timestamp: "2022-12-15 07:59:41.685 +0000 UTC" (1671091181685) 0x2403bd-0x2403c5 (8) +0x2403b0| 75 d8 cb| u..| timestamp: 1671091181685 (2022-12-15T07:59:41.685Z) 0x2403bd-0x2403c5 (8) 0x2403c0|14 85 01 00 00 |..... | 0x2403c0| 00 b9 5a 00 c1 38 0e 00 03 27 09| ..Z..8...'.| data: raw bits 0x2403c5-0x243d1f (14682) 0x2403d0|a2 0d 05 f8 94 32 9b e0 67 d9 98 40 49 21 ff ff|.....2..g..@I!..| @@ -1993,7 +1993,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x243d10| 1c| .| size: 28 0x243d1f-0x243d27 (8) 0x243d20|00 00 00 00 00 00 00 |....... | 0x243d20| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x243d27-0x243d29 (2) -0x243d20| 87 d8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:41.703 +0000 UTC" (1671091181703) 0x243d29-0x243d31 (8) +0x243d20| 87 d8 cb 14 85 01 00| .......| timestamp: 1671091181703 (2022-12-15T07:59:41.703Z) 0x243d29-0x243d31 (8) 0x243d30|00 |. | | | | fastpath_input{}: 0x243d31-0x243d3b (10) | | | input_header{}: 0x243d31-0x243d32 (1) @@ -2008,7 +2008,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x243d30| 53 0f 00 00 00| S....| size: 3923 0x243d3b-0x243d43 (8) 0x243d40|00 00 00 |... | 0x243d40| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x243d43-0x243d45 (2) -0x243d40| c2 d8 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:41.762 +0000 UTC" (1671091181762) 0x243d45-0x243d4d (8) +0x243d40| c2 d8 cb 14 85 01 00 00 | ........ | timestamp: 1671091181762 (2022-12-15T07:59:41.762Z) 0x243d45-0x243d4d (8) 0x243d40| 00 8f 41| ..A| data: raw bits 0x243d4d-0x244c8e (3905) 0x243d50|00 38 0f 1b 00 03 69 00 a2 0d 05 91 99 5b 89 fe|.8....i......[..| * |until 0x244c8d.7 (3905) | | @@ -2016,7 +2016,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x244c80| 23 00| #.| size: 35 0x244c8e-0x244c96 (8) 0x244c90|00 00 00 00 00 00 |...... | 0x244c90| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x244c96-0x244c98 (2) -0x244c90| e4 d8 cb 14 85 01 00 00| ........| timestamp: "2022-12-15 07:59:41.796 +0000 UTC" (1671091181796) 0x244c98-0x244ca0 (8) +0x244c90| e4 d8 cb 14 85 01 00 00| ........| timestamp: 1671091181796 (2022-12-15T07:59:41.796Z) 0x244c98-0x244ca0 (8) | | | fastpath_input{}: 0x244ca0-0x244cb1 (17) | | | input_header{}: 0x244ca0-0x244ca1 (1) 0x244ca0|48 |H | action: 0x1 0x244ca0-0x244ca0.2 (0.2) @@ -2030,7 +2030,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [229]{}: event 0x244cb1-0x244d83 (210) 0x244cb0| d2 00 00 00 00 00 00 00 | ........ | size: 210 0x244cb1-0x244cb9 (8) 0x244cb0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x244cb9-0x244cbb (2) -0x244cb0| 3f d9 cb 14 85| ?....| timestamp: "2022-12-15 07:59:41.887 +0000 UTC" (1671091181887) 0x244cbb-0x244cc3 (8) +0x244cb0| 3f d9 cb 14 85| ?....| timestamp: 1671091181887 (2022-12-15T07:59:41.887Z) 0x244cbb-0x244cc3 (8) 0x244cc0|01 00 00 |... | 0x244cc0| 00 80 c0 00 b7 00 12 00 06 04 00 65 00| ...........e.| data: raw bits 0x244cc3-0x244d83 (192) 0x244cd0|1a 00 02 04 00 09 00 0c 65 00 1a 00 09 0d 16 01|........e.......| @@ -2038,7 +2038,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [230]{}: event 0x244d83-0x245d77 (4084) 0x244d80| f4 0f 00 00 00 00 00 00 | ........ | size: 4084 0x244d83-0x244d8b (8) 0x244d80| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x244d8b-0x244d8d (2) -0x244d80| 7e d9 cb| ~..| timestamp: "2022-12-15 07:59:41.95 +0000 UTC" (1671091181950) 0x244d8d-0x244d95 (8) +0x244d80| 7e d9 cb| ~..| timestamp: 1671091181950 (2022-12-15T07:59:41.95Z) 0x244d8d-0x244d95 (8) 0x244d90|14 85 01 00 00 |..... | 0x244d90| 00 8f e2 00 d9 0f 0c 00 03 63 06| .........c.| data: raw bits 0x244d95-0x245d77 (4066) 0x244da0|22 0d 05 66 58 96 83 bf 6f b5 d1 40 28 46 5c ff|"..fX...o..@(F\.| @@ -2047,7 +2047,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x245d70| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x245d77-0x245d7f (8) 0x245d70| 01| .| pdu_type: "pdu_fastpath_input" (1) 0x245d7f-0x245d81 (2) 0x245d80|00 |. | -0x245d80| 32 da cb 14 85 01 00 00 | 2....... | timestamp: "2022-12-15 07:59:42.13 +0000 UTC" (1671091182130) 0x245d81-0x245d89 (8) +0x245d80| 32 da cb 14 85 01 00 00 | 2....... | timestamp: 1671091182130 (2022-12-15T07:59:42.13Z) 0x245d81-0x245d89 (8) | | | fastpath_input{}: 0x245d89-0x245d93 (10) | | | input_header{}: 0x245d89-0x245d8a (1) 0x245d80| 44 | D | action: 0x1 0x245d89-0x245d89.2 (0.2) @@ -2061,7 +2061,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [232]{}: event 0x245d93-0x245dbd (42) 0x245d90| 2a 00 00 00 00 00 00 00 | *....... | size: 42 0x245d93-0x245d9b (8) 0x245d90| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x245d9b-0x245d9d (2) -0x245d90| 95 da cb| ...| timestamp: "2022-12-15 07:59:42.229 +0000 UTC" (1671091182229) 0x245d9d-0x245da5 (8) +0x245d90| 95 da cb| ...| timestamp: 1671091182229 (2022-12-15T07:59:42.229Z) 0x245d9d-0x245da5 (8) 0x245da0|14 85 01 00 00 |..... | | | | fastpath_input{}: 0x245da5-0x245dbd (24) | | | input_header{}: 0x245da5-0x245da6 (1) @@ -2077,7 +2077,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x245db0| 1c 00 00| ...| size: 28 0x245dbd-0x245dc5 (8) 0x245dc0|00 00 00 00 00 |..... | 0x245dc0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x245dc5-0x245dc7 (2) -0x245dc0| 1d db cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:42.365 +0000 UTC" (1671091182365) 0x245dc7-0x245dcf (8) +0x245dc0| 1d db cb 14 85 01 00 00 | ........ | timestamp: 1671091182365 (2022-12-15T07:59:42.365Z) 0x245dc7-0x245dcf (8) | | | fastpath_input{}: 0x245dcf-0x245dd9 (10) | | | input_header{}: 0x245dcf-0x245dd0 (1) 0x245dc0| 44| D| action: 0x1 0x245dcf-0x245dcf.2 (0.2) @@ -2091,7 +2091,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x245dd0| 31 00 00 00 00 00 00| 1......| size: 49 0x245dd9-0x245de1 (8) 0x245de0|00 |. | 0x245de0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x245de1-0x245de3 (2) -0x245de0| ae db cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:42.51 +0000 UTC" (1671091182510) 0x245de3-0x245deb (8) +0x245de0| ae db cb 14 85 01 00 00 | ........ | timestamp: 1671091182510 (2022-12-15T07:59:42.51Z) 0x245de3-0x245deb (8) | | | fastpath_input{}: 0x245deb-0x245e0a (31) | | | input_header{}: 0x245deb-0x245dec (1) 0x245de0| 50 | P | action: 0x1 0x245deb-0x245deb.2 (0.2) @@ -2107,7 +2107,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x245e00| 01 04 00 00 00 00| ......| size: 1025 0x245e0a-0x245e12 (8) 0x245e10|00 00 |.. | 0x245e10| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x245e12-0x245e14 (2) -0x245e10| fe db cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:42.59 +0000 UTC" (1671091182590) 0x245e14-0x245e1c (8) +0x245e10| fe db cb 14 85 01 00 00 | ........ | timestamp: 1671091182590 (2022-12-15T07:59:42.59Z) 0x245e14-0x245e1c (8) 0x245e10| 00 83 ef 00| ....| data: raw bits 0x245e1c-0x24620b (1007) 0x245e20|e6 03 21 00 02 03 00 19 0a 0a 3a c3 11 32 a2 ff|..!.......:..2..| * |until 0x24620a.7 (1007) | | @@ -2115,7 +2115,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x246200| 2a 00 00 00 00| *....| size: 42 0x24620b-0x246213 (8) 0x246210|00 00 00 |... | 0x246210| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x246213-0x246215 (2) -0x246210| 53 dc cb 14 85 01 00 00 | S....... | timestamp: "2022-12-15 07:59:42.675 +0000 UTC" (1671091182675) 0x246215-0x24621d (8) +0x246210| 53 dc cb 14 85 01 00 00 | S....... | timestamp: 1671091182675 (2022-12-15T07:59:42.675Z) 0x246215-0x24621d (8) | | | fastpath_input{}: 0x24621d-0x246235 (24) | | | input_header{}: 0x24621d-0x24621e (1) 0x246210| 4c | L | action: 0x1 0x24621d-0x24621d.2 (0.2) @@ -2129,7 +2129,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [237]{}: event 0x246235-0x2477e7 (5554) 0x246230| b2 15 00 00 00 00 00 00 | ........ | size: 5554 0x246235-0x24623d (8) 0x246230| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x24623d-0x24623f (2) -0x246230| 7b| {| timestamp: "2022-12-15 07:59:42.715 +0000 UTC" (1671091182715) 0x24623f-0x246247 (8) +0x246230| 7b| {| timestamp: 1671091182715 (2022-12-15T07:59:42.715Z) 0x24623f-0x246247 (8) 0x246240|dc cb 14 85 01 00 00 |....... | 0x246240| 00 95 a0 00 97 15 27 00 02| ......'..| data: raw bits 0x246247-0x2477e7 (5536) 0x246250|03 00 19 0a 3a 22 3c 00 00 19 12 08 01 ff 0a 00|....:"<.........| @@ -2138,7 +2138,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2477e0| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x2477e7-0x2477ef (8) 0x2477e0| 01| .| pdu_type: "pdu_fastpath_input" (1) 0x2477ef-0x2477f1 (2) 0x2477f0|00 |. | -0x2477f0| e9 dc cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:42.825 +0000 UTC" (1671091182825) 0x2477f1-0x2477f9 (8) +0x2477f0| e9 dc cb 14 85 01 00 00 | ........ | timestamp: 1671091182825 (2022-12-15T07:59:42.825Z) 0x2477f1-0x2477f9 (8) | | | fastpath_input{}: 0x2477f9-0x247803 (10) | | | input_header{}: 0x2477f9-0x2477fa (1) 0x2477f0| 44 | D | action: 0x1 0x2477f9-0x2477f9.2 (0.2) @@ -2152,7 +2152,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [239]{}: event 0x247803-0x247826 (35) 0x247800| 23 00 00 00 00 00 00 00 | #....... | size: 35 0x247803-0x24780b (8) 0x247800| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x24780b-0x24780d (2) -0x247800| 22 dd cb| "..| timestamp: "2022-12-15 07:59:42.882 +0000 UTC" (1671091182882) 0x24780d-0x247815 (8) +0x247800| 22 dd cb| "..| timestamp: 1671091182882 (2022-12-15T07:59:42.882Z) 0x24780d-0x247815 (8) 0x247810|14 85 01 00 00 |..... | | | | fastpath_input{}: 0x247815-0x247826 (17) | | | input_header{}: 0x247815-0x247816 (1) @@ -2167,7 +2167,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [240]{}: event 0x247826-0x247842 (28) 0x247820| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x247826-0x24782e (8) 0x247820| 01 00| ..| pdu_type: "pdu_fastpath_input" (1) 0x24782e-0x247830 (2) -0x247830|8a dd cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:42.986 +0000 UTC" (1671091182986) 0x247830-0x247838 (8) +0x247830|8a dd cb 14 85 01 00 00 |........ | timestamp: 1671091182986 (2022-12-15T07:59:42.986Z) 0x247830-0x247838 (8) | | | fastpath_input{}: 0x247838-0x247842 (10) | | | input_header{}: 0x247838-0x247839 (1) 0x247830| 44 | D | action: 0x1 0x247838-0x247838.2 (0.2) @@ -2181,7 +2181,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [241]{}: event 0x247842-0x24785e (28) 0x247840| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x247842-0x24784a (8) 0x247840| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x24784a-0x24784c (2) -0x247840| bc dd cb 14| ....| timestamp: "2022-12-15 07:59:43.036 +0000 UTC" (1671091183036) 0x24784c-0x247854 (8) +0x247840| bc dd cb 14| ....| timestamp: 1671091183036 (2022-12-15T07:59:43.036Z) 0x24784c-0x247854 (8) 0x247850|85 01 00 00 |.... | | | | fastpath_input{}: 0x247854-0x24785e (10) | | | input_header{}: 0x247854-0x247855 (1) @@ -2196,13 +2196,13 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x247850| a8 3b| .;| size: 15272 0x24785e-0x247866 (8) 0x247860|00 00 00 00 00 00 |...... | 0x247860| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x247866-0x247868 (2) -0x247860| ec dd cb 14 85 01 00 00| ........| timestamp: "2022-12-15 07:59:43.084 +0000 UTC" (1671091183084) 0x247868-0x247870 (8) +0x247860| ec dd cb 14 85 01 00 00| ........| timestamp: 1671091183084 (2022-12-15T07:59:43.084Z) 0x247868-0x247870 (8) 0x247870|00 bb 96 00 90 3b 5d 00 02 03 00 19 0a 0a de 04|.....;].........| data: raw bits 0x247870-0x24b406 (15254) * |until 0x24b405.7 (15254) | | | | | [243]{}: event 0x24b406-0x24f0a9 (15523) 0x24b400| a3 3c 00 00 00 00 00 00 | .<...... | size: 15523 0x24b406-0x24b40e (8) 0x24b400| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x24b40e-0x24b410 (2) -0x24b410|ed dd cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:43.085 +0000 UTC" (1671091183085) 0x24b410-0x24b418 (8) +0x24b410|ed dd cb 14 85 01 00 00 |........ | timestamp: 1671091183085 (2022-12-15T07:59:43.085Z) 0x24b410-0x24b418 (8) 0x24b410| 00 bc 91 00 8b 3c 12 00| .....<..| data: raw bits 0x24b418-0x24f0a9 (15505) 0x24b420|03 e2 09 a2 0d 05 2f 04 2b e4 d1 d5 cf 04 40 49|....../.+.....@I| * |until 0x24f0a8.7 (15505) | | @@ -2210,7 +2210,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x24f0a0| c0 3c 00 00 00 00 00| .<.....| size: 15552 0x24f0a9-0x24f0b1 (8) 0x24f0b0|00 |. | 0x24f0b0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x24f0b1-0x24f0b3 (2) -0x24f0b0| ed dd cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:43.085 +0000 UTC" (1671091183085) 0x24f0b3-0x24f0bb (8) +0x24f0b0| ed dd cb 14 85 01 00 00 | ........ | timestamp: 1671091183085 (2022-12-15T07:59:43.085Z) 0x24f0b3-0x24f0bb (8) 0x24f0b0| 00 bc ae 00 a8| .....| data: raw bits 0x24f0bb-0x252d69 (15534) 0x24f0c0|3c 64 00 03 48 07 a2 0d 05 28 f1 04 f7 91 28 2e|| * |until 0x25cc73.7 (13957) | | | | | [249]{}: event 0x25cc74-0x26063e (14794) 0x25cc70| ca 39 00 00 00 00 00 00 | .9...... | size: 14794 0x25cc74-0x25cc7c (8) 0x25cc70| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x25cc7c-0x25cc7e (2) -0x25cc70| 00 de| ..| timestamp: "2022-12-15 07:59:43.104 +0000 UTC" (1671091183104) 0x25cc7e-0x25cc86 (8) +0x25cc70| 00 de| ..| timestamp: 1671091183104 (2022-12-15T07:59:43.104Z) 0x25cc7e-0x25cc86 (8) 0x25cc80|cb 14 85 01 00 00 |...... | 0x25cc80| 00 b9 b8 00 1f 39 a3 00 03 3d| .....9...=| data: raw bits 0x25cc86-0x26063e (14776) 0x25cc90|07 a2 05 05 e9 6a 42 e1 2d fa 86 b1 40 47 37 81|.....jB.-...@G7.| @@ -2257,20 +2257,20 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x260630| 9a 3c| .<| size: 15514 0x26063e-0x260646 (8) 0x260640|00 00 00 00 00 00 |...... | 0x260640| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x260646-0x260648 (2) -0x260640| 25 de cb 14 85 01 00 00| %.......| timestamp: "2022-12-15 07:59:43.141 +0000 UTC" (1671091183141) 0x260648-0x260650 (8) +0x260640| 25 de cb 14 85 01 00 00| %.......| timestamp: 1671091183141 (2022-12-15T07:59:43.141Z) 0x260648-0x260650 (8) 0x260650|00 bc 88 00 82 3c 7c 00 03 14 0b 22 0d 05 25 33|.....<|...."..%3| data: raw bits 0x260650-0x2642d8 (15496) * |until 0x2642d7.7 (15496) | | | | | [251]{}: event 0x2642d8-0x267d15 (14909) 0x2642d0| 3d 3a 00 00 00 00 00 00| =:......| size: 14909 0x2642d8-0x2642e0 (8) 0x2642e0|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x2642e0-0x2642e2 (2) -0x2642e0| 26 de cb 14 85 01 00 00 | &....... | timestamp: "2022-12-15 07:59:43.142 +0000 UTC" (1671091183142) 0x2642e2-0x2642ea (8) +0x2642e0| 26 de cb 14 85 01 00 00 | &....... | timestamp: 1671091183142 (2022-12-15T07:59:43.142Z) 0x2642e2-0x2642ea (8) 0x2642e0| 00 ba 2b 00 25 3a| ..+.%:| data: raw bits 0x2642ea-0x267d15 (14891) 0x2642f0|b1 00 03 54 00 37 05 03 a4 01 46 05 06 30 48 38|...T.7....F..0H8| * |until 0x267d14.7 (14891) | | | | | [252]{}: event 0x267d15-0x26a83d (11048) 0x267d10| 28 2b 00 00 00 00 00 00 | (+...... | size: 11048 0x267d15-0x267d1d (8) 0x267d10| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x267d1d-0x267d1f (2) -0x267d10| 26| &| timestamp: "2022-12-15 07:59:43.142 +0000 UTC" (1671091183142) 0x267d1f-0x267d27 (8) +0x267d10| 26| &| timestamp: 1671091183142 (2022-12-15T07:59:43.142Z) 0x267d1f-0x267d27 (8) 0x267d20|de cb 14 85 01 00 00 |....... | 0x267d20| 00 ab 16 00 0d 2b 2a 00 03| .....+*..| data: raw bits 0x267d27-0x26a83d (11030) 0x267d30|ae 08 a2 0d 05 57 24 27 a6 29 71 bd 7a 40 48 a8|.....W$'.)q.z@H.| @@ -2279,14 +2279,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x26a830| a8 17 00| ...| size: 6056 0x26a83d-0x26a845 (8) 0x26a840|00 00 00 00 00 |..... | 0x26a840| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x26a845-0x26a847 (2) -0x26a840| 58 de cb 14 85 01 00 00 | X....... | timestamp: "2022-12-15 07:59:43.192 +0000 UTC" (1671091183192) 0x26a847-0x26a84f (8) +0x26a840| 58 de cb 14 85 01 00 00 | X....... | timestamp: 1671091183192 (2022-12-15T07:59:43.192Z) 0x26a847-0x26a84f (8) 0x26a840| 00| .| data: raw bits 0x26a84f-0x26bfe5 (6038) 0x26a850|97 96 00 8d 17 04 00 03 aa 0b 22 0d 05 3a ca 53|.........."..:.S| * |until 0x26bfe4.7 (6038) | | | | | [254]{}: event 0x26bfe5-0x26c001 (28) 0x26bfe0| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x26bfe5-0x26bfed (8) 0x26bfe0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x26bfed-0x26bfef (2) -0x26bfe0| 9b| .| timestamp: "2022-12-15 07:59:43.259 +0000 UTC" (1671091183259) 0x26bfef-0x26bff7 (8) +0x26bfe0| 9b| .| timestamp: 1671091183259 (2022-12-15T07:59:43.259Z) 0x26bfef-0x26bff7 (8) 0x26bff0|de cb 14 85 01 00 00 |....... | | | | fastpath_input{}: 0x26bff7-0x26c001 (10) | | | input_header{}: 0x26bff7-0x26bff8 (1) @@ -2301,7 +2301,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [255]{}: event 0x26c001-0x26cf23 (3874) 0x26c000| 22 0f 00 00 00 00 00 00 | "....... | size: 3874 0x26c001-0x26c009 (8) 0x26c000| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x26c009-0x26c00b (2) -0x26c000| 02 df cb 14 85| .....| timestamp: "2022-12-15 07:59:43.362 +0000 UTC" (1671091183362) 0x26c00b-0x26c013 (8) +0x26c000| 02 df cb 14 85| .....| timestamp: 1671091183362 (2022-12-15T07:59:43.362Z) 0x26c00b-0x26c013 (8) 0x26c010|01 00 00 |... | 0x26c010| 00 8f 10 00 07 0f 0a 00 03 13 07 22 0d| ...........".| data: raw bits 0x26c013-0x26cf23 (3856) 0x26c020|05 d8 49 80 73 a2 9f 2d 8c 40 28 47 0c ff ff 80|..I.s..-.@(G....| @@ -2309,7 +2309,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [256]{}: event 0x26cf23-0x26cf54 (49) 0x26cf20| 31 00 00 00 00 00 00 00 | 1....... | size: 49 0x26cf23-0x26cf2b (8) 0x26cf20| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x26cf2b-0x26cf2d (2) -0x26cf20| f6 df cb| ...| timestamp: "2022-12-15 07:59:43.606 +0000 UTC" (1671091183606) 0x26cf2d-0x26cf35 (8) +0x26cf20| f6 df cb| ...| timestamp: 1671091183606 (2022-12-15T07:59:43.606Z) 0x26cf2d-0x26cf35 (8) 0x26cf30|14 85 01 00 00 |..... | | | | fastpath_input{}: 0x26cf35-0x26cf54 (31) | | | input_header{}: 0x26cf35-0x26cf36 (1) @@ -2325,7 +2325,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [257]{}: event 0x26cf54-0x26cf81 (45) 0x26cf50| 2d 00 00 00 00 00 00 00 | -....... | size: 45 0x26cf54-0x26cf5c (8) 0x26cf50| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x26cf5c-0x26cf5e (2) -0x26cf50| fd df| ..| timestamp: "2022-12-15 07:59:43.613 +0000 UTC" (1671091183613) 0x26cf5e-0x26cf66 (8) +0x26cf50| fd df| ..| timestamp: 1671091183613 (2022-12-15T07:59:43.613Z) 0x26cf5e-0x26cf66 (8) 0x26cf60|cb 14 85 01 00 00 |...... | 0x26cf60| 00 80 1b 00 12 00 02 00 02 03| ..........| data: raw bits 0x26cf66-0x26cf81 (27) 0x26cf70|00 09 0a 3f 0e 00 21 00 3e 02 55 00 00 00 03 00|...?..!.>.U.....| @@ -2333,7 +2333,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [258]{}: event 0x26cf81-0x26d25d (732) 0x26cf80| dc 02 00 00 00 00 00 00 | ........ | size: 732 0x26cf81-0x26cf89 (8) 0x26cf80| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x26cf89-0x26cf8b (2) -0x26cf80| 2e e0 cb 14 85| .....| timestamp: "2022-12-15 07:59:43.662 +0000 UTC" (1671091183662) 0x26cf8b-0x26cf93 (8) +0x26cf80| 2e e0 cb 14 85| .....| timestamp: 1671091183662 (2022-12-15T07:59:43.662Z) 0x26cf8b-0x26cf93 (8) 0x26cf90|01 00 00 |... | 0x26cf90| 00 82 ca 00 c1 02 27 00 09 12 8c 01 3e| ......'.....>| data: raw bits 0x26cf93-0x26d25d (714) 0x26cfa0|02 55 00 02 08 00 c8 82 3e 16 3f 82 3e 16 09 0d|.U......>.?.>...| @@ -2342,7 +2342,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x26d250| 23 00 00| #..| size: 35 0x26d25d-0x26d265 (8) 0x26d260|00 00 00 00 00 |..... | 0x26d260| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x26d265-0x26d267 (2) -0x26d260| d1 e0 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:43.825 +0000 UTC" (1671091183825) 0x26d267-0x26d26f (8) +0x26d260| d1 e0 cb 14 85 01 00 00 | ........ | timestamp: 1671091183825 (2022-12-15T07:59:43.825Z) 0x26d267-0x26d26f (8) | | | fastpath_input{}: 0x26d26f-0x26d280 (17) | | | input_header{}: 0x26d26f-0x26d270 (1) 0x26d260| 48| H| action: 0x1 0x26d26f-0x26d26f.2 (0.2) @@ -2355,7 +2355,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [260]{}: event 0x26d280-0x26d2a3 (35) 0x26d280|23 00 00 00 00 00 00 00 |#....... | size: 35 0x26d280-0x26d288 (8) 0x26d280| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x26d288-0x26d28a (2) -0x26d280| f7 e0 cb 14 85 01| ......| timestamp: "2022-12-15 07:59:43.863 +0000 UTC" (1671091183863) 0x26d28a-0x26d292 (8) +0x26d280| f7 e0 cb 14 85 01| ......| timestamp: 1671091183863 (2022-12-15T07:59:43.863Z) 0x26d28a-0x26d292 (8) 0x26d290|00 00 |.. | | | | fastpath_input{}: 0x26d292-0x26d2a3 (17) | | | input_header{}: 0x26d292-0x26d293 (1) @@ -2370,7 +2370,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [261]{}: event 0x26d2a3-0x26d2c6 (35) 0x26d2a0| 23 00 00 00 00 00 00 00 | #....... | size: 35 0x26d2a3-0x26d2ab (8) 0x26d2a0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x26d2ab-0x26d2ad (2) -0x26d2a0| 63 e1 cb| c..| timestamp: "2022-12-15 07:59:43.971 +0000 UTC" (1671091183971) 0x26d2ad-0x26d2b5 (8) +0x26d2a0| 63 e1 cb| c..| timestamp: 1671091183971 (2022-12-15T07:59:43.971Z) 0x26d2ad-0x26d2b5 (8) 0x26d2b0|14 85 01 00 00 |..... | | | | fastpath_input{}: 0x26d2b5-0x26d2c6 (17) | | | input_header{}: 0x26d2b5-0x26d2b6 (1) @@ -2385,7 +2385,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [262]{}: event 0x26d2c6-0x26d2e2 (28) 0x26d2c0| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x26d2c6-0x26d2ce (8) 0x26d2c0| 01 00| ..| pdu_type: "pdu_fastpath_input" (1) 0x26d2ce-0x26d2d0 (2) -0x26d2d0|a0 e1 cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:44.032 +0000 UTC" (1671091184032) 0x26d2d0-0x26d2d8 (8) +0x26d2d0|a0 e1 cb 14 85 01 00 00 |........ | timestamp: 1671091184032 (2022-12-15T07:59:44.032Z) 0x26d2d0-0x26d2d8 (8) | | | fastpath_input{}: 0x26d2d8-0x26d2e2 (10) | | | input_header{}: 0x26d2d8-0x26d2d9 (1) 0x26d2d0| 44 | D | action: 0x1 0x26d2d8-0x26d2d8.2 (0.2) @@ -2399,7 +2399,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [263]{}: event 0x26d2e2-0x26d2fe (28) 0x26d2e0| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x26d2e2-0x26d2ea (8) 0x26d2e0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x26d2ea-0x26d2ec (2) -0x26d2e0| ae e1 cb 14| ....| timestamp: "2022-12-15 07:59:44.046 +0000 UTC" (1671091184046) 0x26d2ec-0x26d2f4 (8) +0x26d2e0| ae e1 cb 14| ....| timestamp: 1671091184046 (2022-12-15T07:59:44.046Z) 0x26d2ec-0x26d2f4 (8) 0x26d2f0|85 01 00 00 |.... | | | | fastpath_input{}: 0x26d2f4-0x26d2fe (10) | | | input_header{}: 0x26d2f4-0x26d2f5 (1) @@ -2414,21 +2414,21 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x26d2f0| 2d 00| -.| size: 45 0x26d2fe-0x26d306 (8) 0x26d300|00 00 00 00 00 00 |...... | 0x26d300| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x26d306-0x26d308 (2) -0x26d300| fc e1 cb 14 85 01 00 00| ........| timestamp: "2022-12-15 07:59:44.124 +0000 UTC" (1671091184124) 0x26d308-0x26d310 (8) +0x26d300| fc e1 cb 14 85 01 00 00| ........| timestamp: 1671091184124 (2022-12-15T07:59:44.124Z) 0x26d308-0x26d310 (8) 0x26d310|00 80 1b 00 12 00 02 00 02 03 00 09 0a 3f 00 00|.............?..| data: raw bits 0x26d310-0x26d32b (27) 0x26d320|00 00 1c 00 1b 00 ff ff 03 00 00 |........... | | | | [265]{}: event 0x26d32b-0x270782 (13399) 0x26d320| 57 34 00 00 00| W4...| size: 13399 0x26d32b-0x26d333 (8) 0x26d330|00 00 00 |... | 0x26d330| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x26d333-0x26d335 (2) -0x26d330| 25 e2 cb 14 85 01 00 00 | %....... | timestamp: "2022-12-15 07:59:44.165 +0000 UTC" (1671091184165) 0x26d335-0x26d33d (8) +0x26d330| 25 e2 cb 14 85 01 00 00 | %....... | timestamp: 1671091184165 (2022-12-15T07:59:44.165Z) 0x26d335-0x26d33d (8) 0x26d330| 00 b4 45| ..E| data: raw bits 0x26d33d-0x270782 (13381) 0x26d340|00 3f 34 f4 00 03 fb 05 21 0c 05 20 1b 45 fc ff|.?4.....!.. .E..| * |until 0x270781.7 (13381) | | | | | [266]{}: event 0x270782-0x2740aa (14632) 0x270780| 28 39 00 00 00 00 00 00 | (9...... | size: 14632 0x270782-0x27078a (8) 0x270780| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x27078a-0x27078c (2) -0x270780| 26 e2 cb 14| &...| timestamp: "2022-12-15 07:59:44.166 +0000 UTC" (1671091184166) 0x27078c-0x270794 (8) +0x270780| 26 e2 cb 14| &...| timestamp: 1671091184166 (2022-12-15T07:59:44.166Z) 0x27078c-0x270794 (8) 0x270790|85 01 00 00 |.... | 0x270790| 00 b9 16 00 10 39 0c 00 03 f7 0b a2| .....9......| data: raw bits 0x270794-0x2740aa (14614) 0x2707a0|0d 05 5e 1f 00 bd 81 d4 03 d5 40 4b f1 ff ff c0|..^.......@K....| @@ -2437,14 +2437,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2740a0| 38 0e 00 00 00 00| 8.....| size: 3640 0x2740aa-0x2740b2 (8) 0x2740b0|00 00 |.. | 0x2740b0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2740b2-0x2740b4 (2) -0x2740b0| 26 e2 cb 14 85 01 00 00 | &....... | timestamp: "2022-12-15 07:59:44.166 +0000 UTC" (1671091184166) 0x2740b4-0x2740bc (8) +0x2740b0| 26 e2 cb 14 85 01 00 00 | &....... | timestamp: 1671091184166 (2022-12-15T07:59:44.166Z) 0x2740b4-0x2740bc (8) 0x2740b0| 00 8e 26 00| ..&.| data: raw bits 0x2740bc-0x274ee2 (3622) 0x2740c0|18 0e 6e 00 03 35 0b a2 05 05 90 ad 95 69 56 37|..n..5.......iV7| * |until 0x274ee1.7 (3622) | | | | | [268]{}: event 0x274ee2-0x278a1d (15163) 0x274ee0| 3b 3b 00 00 00 00 00 00 | ;;...... | size: 15163 0x274ee2-0x274eea (8) 0x274ee0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x274eea-0x274eec (2) -0x274ee0| 46 e2 cb 14| F...| timestamp: "2022-12-15 07:59:44.198 +0000 UTC" (1671091184198) 0x274eec-0x274ef4 (8) +0x274ee0| 46 e2 cb 14| F...| timestamp: 1671091184198 (2022-12-15T07:59:44.198Z) 0x274eec-0x274ef4 (8) 0x274ef0|85 01 00 00 |.... | 0x274ef0| 00 bb 29 00 23 3b 03 01 11 1f 01 00| ..).#;......| data: raw bits 0x274ef4-0x278a1d (15145) 0x274f00|00 09 02 ee fc 09 00 02 ff ff 05 1f 01 f0 04 fc|................| @@ -2453,7 +2453,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x278a10| 5e 36 00| ^6.| size: 13918 0x278a1d-0x278a25 (8) 0x278a20|00 00 00 00 00 |..... | 0x278a20| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x278a25-0x278a27 (2) -0x278a20| 47 e2 cb 14 85 01 00 00 | G....... | timestamp: "2022-12-15 07:59:44.199 +0000 UTC" (1671091184199) 0x278a27-0x278a2f (8) +0x278a20| 47 e2 cb 14 85 01 00 00 | G....... | timestamp: 1671091184199 (2022-12-15T07:59:44.199Z) 0x278a27-0x278a2f (8) 0x278a20| 00| .| data: raw bits 0x278a2f-0x27c07b (13900) 0x278a30|b6 4c 00 b3 35 48 00 03 70 03 a2 05 05 47 91 fd|.L..5H..p....G..| * |until 0x27c07a.7 (13900) | | @@ -2461,14 +2461,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x27c070| a9 10 00 00 00| .....| size: 4265 0x27c07b-0x27c083 (8) 0x27c080|00 00 00 |... | 0x27c080| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x27c083-0x27c085 (2) -0x27c080| 47 e2 cb 14 85 01 00 00 | G....... | timestamp: "2022-12-15 07:59:44.199 +0000 UTC" (1671091184199) 0x27c085-0x27c08d (8) +0x27c080| 47 e2 cb 14 85 01 00 00 | G....... | timestamp: 1671091184199 (2022-12-15T07:59:44.199Z) 0x27c085-0x27c08d (8) 0x27c080| 00 90 97| ...| data: raw bits 0x27c08d-0x27d124 (4247) 0x27c090|0b 91 10 20 00 02 00 00 00 08 00 20 00 20 00 80|... ....... . ..| * |until 0x27d123.7 (4247) | | | | | [271]{}: event 0x27d124-0x27ea79 (6485) 0x27d120| 55 19 00 00 00 00 00 00 | U....... | size: 6485 0x27d124-0x27d12c (8) 0x27d120| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x27d12c-0x27d12e (2) -0x27d120| 66 e2| f.| timestamp: "2022-12-15 07:59:44.23 +0000 UTC" (1671091184230) 0x27d12e-0x27d136 (8) +0x27d120| 66 e2| f.| timestamp: 1671091184230 (2022-12-15T07:59:44.23Z) 0x27d12e-0x27d136 (8) 0x27d130|cb 14 85 01 00 00 |...... | 0x27d130| 00 99 43 00 a6 08 12 00 02 03| ..C.......| data: raw bits 0x27d136-0x27ea79 (6467) 0x27d140|00 09 0a 0f 12 00 21 00 12 00 7f 00 09 12 8c 01|......!.........| @@ -2477,7 +2477,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x27ea70| 01 36 00 00 00 00 00| .6.....| size: 13825 0x27ea79-0x27ea81 (8) 0x27ea80|00 |. | 0x27ea80| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x27ea81-0x27ea83 (2) -0x27ea80| 7a e2 cb 14 85 01 00 00 | z....... | timestamp: "2022-12-15 07:59:44.25 +0000 UTC" (1671091184250) 0x27ea83-0x27ea8b (8) +0x27ea80| 7a e2 cb 14 85 01 00 00 | z....... | timestamp: 1671091184250 (2022-12-15T07:59:44.25Z) 0x27ea83-0x27ea8b (8) 0x27ea80| 00 b5 ef 00 e1| .....| data: raw bits 0x27ea8b-0x28207a (13807) 0x27ea90|35 2a 00 02 03 00 09 0a 0f 47 00 02 00 06 01 1b|5*.......G......| * |until 0x282079.7 (13807) | | @@ -2485,7 +2485,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x282070| 8d 1c 00 00 00 00| ......| size: 7309 0x28207a-0x282082 (8) 0x282080|00 00 |.. | 0x282080| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x282082-0x282084 (2) -0x282080| ac e2 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:44.3 +0000 UTC" (1671091184300) 0x282084-0x28208c (8) +0x282080| ac e2 cb 14 85 01 00 00 | ........ | timestamp: 1671091184300 (2022-12-15T07:59:44.3Z) 0x282084-0x28208c (8) 0x282080| 00 9c 7b 00| ..{.| data: raw bits 0x28208c-0x283d07 (7291) 0x282090|72 1c 14 00 03 69 0b 22 0d 05 21 d8 0e 3a e9 74|r....i."..!..:.t| * |until 0x283d06.7 (7291) | | @@ -2493,7 +2493,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x283d00| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x283d07-0x283d0f (8) 0x283d00| 01| .| pdu_type: "pdu_fastpath_input" (1) 0x283d0f-0x283d11 (2) 0x283d10|00 |. | -0x283d10| b1 e2 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:44.305 +0000 UTC" (1671091184305) 0x283d11-0x283d19 (8) +0x283d10| b1 e2 cb 14 85 01 00 00 | ........ | timestamp: 1671091184305 (2022-12-15T07:59:44.305Z) 0x283d11-0x283d19 (8) | | | fastpath_input{}: 0x283d19-0x283d23 (10) | | | input_header{}: 0x283d19-0x283d1a (1) 0x283d10| 44 | D | action: 0x1 0x283d19-0x283d19.2 (0.2) @@ -2507,7 +2507,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [275]{}: event 0x283d23-0x284237 (1300) 0x283d20| 14 05 00 00 00 00 00 00 | ........ | size: 1300 0x283d23-0x283d2b (8) 0x283d20| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x283d2b-0x283d2d (2) -0x283d20| e4 e2 cb| ...| timestamp: "2022-12-15 07:59:44.356 +0000 UTC" (1671091184356) 0x283d2d-0x283d35 (8) +0x283d20| e4 e2 cb| ...| timestamp: 1671091184356 (2022-12-15T07:59:44.356Z) 0x283d2d-0x283d35 (8) 0x283d30|14 85 01 00 00 |..... | 0x283d30| 00 85 02 00 f9 04 2a 00 02 03 00| ......*....| data: raw bits 0x283d35-0x284237 (1282) 0x283d40|09 0a 3f 0e 00 4b 00 3e 02 2b 00 00 00 11 33 f2|..?..K.>.+....3.| @@ -2516,7 +2516,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x284230| 38 00 00 00 00 00 00 00 | 8....... | size: 56 0x284237-0x28423f (8) 0x284230| 01| .| pdu_type: "pdu_fastpath_input" (1) 0x28423f-0x284241 (2) 0x284240|00 |. | -0x284240| 27 e3 cb 14 85 01 00 00 | '....... | timestamp: "2022-12-15 07:59:44.423 +0000 UTC" (1671091184423) 0x284241-0x284249 (8) +0x284240| 27 e3 cb 14 85 01 00 00 | '....... | timestamp: 1671091184423 (2022-12-15T07:59:44.423Z) 0x284241-0x284249 (8) | | | fastpath_input{}: 0x284249-0x28426f (38) | | | input_header{}: 0x284249-0x28424a (1) 0x284240| 54 | T | action: 0x1 0x284249-0x284249.2 (0.2) @@ -2532,7 +2532,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x284260| 2a| *| size: 42 0x28426f-0x284277 (8) 0x284270|00 00 00 00 00 00 00 |....... | 0x284270| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x284277-0x284279 (2) -0x284270| 9a e3 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:44.538 +0000 UTC" (1671091184538) 0x284279-0x284281 (8) +0x284270| 9a e3 cb 14 85 01 00| .......| timestamp: 1671091184538 (2022-12-15T07:59:44.538Z) 0x284279-0x284281 (8) 0x284280|00 |. | | | | fastpath_input{}: 0x284281-0x284299 (24) | | | input_header{}: 0x284281-0x284282 (1) @@ -2548,13 +2548,13 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x284290| 27 00 00 00 00 00 00| '......| size: 39 0x284299-0x2842a1 (8) 0x2842a0|00 |. | 0x2842a0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2842a1-0x2842a3 (2) -0x2842a0| e3 e3 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:44.611 +0000 UTC" (1671091184611) 0x2842a3-0x2842ab (8) +0x2842a0| e3 e3 cb 14 85 01 00 00 | ........ | timestamp: 1671091184611 (2022-12-15T07:59:44.611Z) 0x2842a3-0x2842ab (8) 0x2842a0| 00 80 15 00 0c| .....| data: raw bits 0x2842ab-0x2842c0 (21) 0x2842b0|00 02 00 02 03 00 19 0a 33 0e 36 00 00 03 00 00|........3.6.....| | | | [279]{}: event 0x2842c0-0x2845f4 (820) 0x2842c0|34 03 00 00 00 00 00 00 |4....... | size: 820 0x2842c0-0x2842c8 (8) 0x2842c0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2842c8-0x2842ca (2) -0x2842c0| 16 e4 cb 14 85 01| ......| timestamp: "2022-12-15 07:59:44.662 +0000 UTC" (1671091184662) 0x2842ca-0x2842d2 (8) +0x2842c0| 16 e4 cb 14 85 01| ......| timestamp: 1671091184662 (2022-12-15T07:59:44.662Z) 0x2842ca-0x2842d2 (8) 0x2842d0|00 00 |.. | 0x2842d0| 00 83 22 00 19 03 27 00 11 33 f2 ca ff ff| .."...'..3....| data: raw bits 0x2842d2-0x2845f4 (802) 0x2842e0|09 0d 1f 01 02 00 00 00 00 00 40 00 16 00 90 01|..........@.....| @@ -2562,7 +2562,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [280]{}: event 0x2845f4-0x284641 (77) 0x2845f0| 4d 00 00 00 00 00 00 00 | M....... | size: 77 0x2845f4-0x2845fc (8) 0x2845f0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2845fc-0x2845fe (2) -0x2845f0| 31 e4| 1.| timestamp: "2022-12-15 07:59:44.689 +0000 UTC" (1671091184689) 0x2845fe-0x284606 (8) +0x2845f0| 31 e4| 1.| timestamp: 1671091184689 (2022-12-15T07:59:44.689Z) 0x2845fe-0x284606 (8) 0x284600|cb 14 85 01 00 00 |...... | | | | fastpath_input{}: 0x284606-0x284641 (59) | | | input_header{}: 0x284606-0x284607 (1) @@ -2578,7 +2578,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [281]{}: event 0x284641-0x2846fd (188) 0x284640| bc 00 00 00 00 00 00 00 | ........ | size: 188 0x284641-0x284649 (8) 0x284640| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x284649-0x28464b (2) -0x284640| 48 e4 cb 14 85| H....| timestamp: "2022-12-15 07:59:44.712 +0000 UTC" (1671091184712) 0x28464b-0x284653 (8) +0x284640| 48 e4 cb 14 85| H....| timestamp: 1671091184712 (2022-12-15T07:59:44.712Z) 0x28464b-0x284653 (8) 0x284650|01 00 00 |... | 0x284650| 00 80 aa 00 a1 00 12 00 02 03 00 19 0a| .............| data: raw bits 0x284653-0x2846fd (170) 0x284660|3b 0e 36 eb 00 00 11 33 f2 ca ff ff 09 0d 1f 01|;.6....3........| @@ -2587,7 +2587,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2846f0| 3f 00 00| ?..| size: 63 0x2846fd-0x284705 (8) 0x284700|00 00 00 00 00 |..... | 0x284700| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x284705-0x284707 (2) -0x284700| b6 e4 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:44.822 +0000 UTC" (1671091184822) 0x284707-0x28470f (8) +0x284700| b6 e4 cb 14 85 01 00 00 | ........ | timestamp: 1671091184822 (2022-12-15T07:59:44.822Z) 0x284707-0x28470f (8) | | | fastpath_input{}: 0x28470f-0x28473c (45) | | | input_header{}: 0x28470f-0x284710 (1) 0x284700| 58| X| action: 0x1 0x28470f-0x28470f.2 (0.2) @@ -2603,14 +2603,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x284730| 8a 03 00 00| ....| size: 906 0x28473c-0x284744 (8) 0x284740|00 00 00 00 |.... | 0x284740| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x284744-0x284746 (2) -0x284740| e0 e4 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:44.864 +0000 UTC" (1671091184864) 0x284746-0x28474e (8) +0x284740| e0 e4 cb 14 85 01 00 00 | ........ | timestamp: 1671091184864 (2022-12-15T07:59:44.864Z) 0x284746-0x28474e (8) 0x284740| 00 83| ..| data: raw bits 0x28474e-0x284ac6 (888) 0x284750|78 00 6f 03 1b 00 02 03 00 09 0a 3c 10 01 1b 00|x.o........<....| * |until 0x284ac5.7 (888) | | | | | [284]{}: event 0x284ac6-0x284ae9 (35) 0x284ac0| 23 00 00 00 00 00 00 00 | #....... | size: 35 0x284ac6-0x284ace (8) 0x284ac0| 01 00| ..| pdu_type: "pdu_fastpath_input" (1) 0x284ace-0x284ad0 (2) -0x284ad0|23 e5 cb 14 85 01 00 00 |#....... | timestamp: "2022-12-15 07:59:44.931 +0000 UTC" (1671091184931) 0x284ad0-0x284ad8 (8) +0x284ad0|23 e5 cb 14 85 01 00 00 |#....... | timestamp: 1671091184931 (2022-12-15T07:59:44.931Z) 0x284ad0-0x284ad8 (8) | | | fastpath_input{}: 0x284ad8-0x284ae9 (17) | | | input_header{}: 0x284ad8-0x284ad9 (1) 0x284ad0| 48 | H | action: 0x1 0x284ad8-0x284ad8.2 (0.2) @@ -2625,7 +2625,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x284ae0| 2a 00 00 00 00 00 00| *......| size: 42 0x284ae9-0x284af1 (8) 0x284af0|00 |. | 0x284af0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x284af1-0x284af3 (2) -0x284af0| a6 e5 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:45.062 +0000 UTC" (1671091185062) 0x284af3-0x284afb (8) +0x284af0| a6 e5 cb 14 85 01 00 00 | ........ | timestamp: 1671091185062 (2022-12-15T07:59:45.062Z) 0x284af3-0x284afb (8) | | | fastpath_input{}: 0x284afb-0x284b13 (24) | | | input_header{}: 0x284afb-0x284afc (1) 0x284af0| 4c | L | action: 0x1 0x284afb-0x284afb.2 (0.2) @@ -2640,7 +2640,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [286]{}: event 0x284b13-0x284b36 (35) 0x284b10| 23 00 00 00 00 00 00 00 | #....... | size: 35 0x284b13-0x284b1b (8) 0x284b10| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x284b1b-0x284b1d (2) -0x284b10| 16 e6 cb| ...| timestamp: "2022-12-15 07:59:45.174 +0000 UTC" (1671091185174) 0x284b1d-0x284b25 (8) +0x284b10| 16 e6 cb| ...| timestamp: 1671091185174 (2022-12-15T07:59:45.174Z) 0x284b1d-0x284b25 (8) 0x284b20|14 85 01 00 00 |..... | | | | fastpath_input{}: 0x284b25-0x284b36 (17) | | | input_header{}: 0x284b25-0x284b26 (1) @@ -2655,14 +2655,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [287]{}: event 0x284b36-0x286032 (5372) 0x284b30| fc 14 00 00 00 00 00 00 | ........ | size: 5372 0x284b36-0x284b3e (8) 0x284b30| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x284b3e-0x284b40 (2) -0x284b40|21 e6 cb 14 85 01 00 00 |!....... | timestamp: "2022-12-15 07:59:45.185 +0000 UTC" (1671091185185) 0x284b40-0x284b48 (8) +0x284b40|21 e6 cb 14 85 01 00 00 |!....... | timestamp: 1671091185185 (2022-12-15T07:59:45.185Z) 0x284b40-0x284b48 (8) 0x284b40| 00 94 ea 00 e1 14 24 00| ......$.| data: raw bits 0x284b48-0x286032 (5354) 0x284b50|02 03 00 09 0a 37 f3 00 02 00 5a 00 00 00 01 33|.....7....Z....3| * |until 0x286031.7 (5354) | | | | | [288]{}: event 0x286032-0x28606a (56) 0x286030| 38 00 00 00 00 00 00 00 | 8....... | size: 56 0x286032-0x28603a (8) 0x286030| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x28603a-0x28603c (2) -0x286030| 94 e6 cb 14| ....| timestamp: "2022-12-15 07:59:45.3 +0000 UTC" (1671091185300) 0x28603c-0x286044 (8) +0x286030| 94 e6 cb 14| ....| timestamp: 1671091185300 (2022-12-15T07:59:45.3Z) 0x28603c-0x286044 (8) 0x286040|85 01 00 00 |.... | | | | fastpath_input{}: 0x286044-0x28606a (38) | | | input_header{}: 0x286044-0x286045 (1) @@ -2679,14 +2679,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x286060| b8 23 00 00 00 00| .#....| size: 9144 0x28606a-0x286072 (8) 0x286070|00 00 |.. | 0x286070| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x286072-0x286074 (2) -0x286070| 20 e7 cb 14 85 01 00 00 | ....... | timestamp: "2022-12-15 07:59:45.44 +0000 UTC" (1671091185440) 0x286074-0x28607c (8) +0x286070| 20 e7 cb 14 85 01 00 00 | ....... | timestamp: 1671091185440 (2022-12-15T07:59:45.44Z) 0x286074-0x28607c (8) 0x286070| 00 a3 a6 00| ....| data: raw bits 0x28607c-0x288422 (9126) 0x286080|fe 21 2a 00 03 84 02 22 0d 05 ef 7b 2f 16 45 55|.!*...."...{/.EU| * |until 0x288421.7 (9126) | | | | | [290]{}: event 0x288422-0x28845a (56) 0x288420| 38 00 00 00 00 00 00 00 | 8....... | size: 56 0x288422-0x28842a (8) 0x288420| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x28842a-0x28842c (2) -0x288420| 95 e7 cb 14| ....| timestamp: "2022-12-15 07:59:45.557 +0000 UTC" (1671091185557) 0x28842c-0x288434 (8) +0x288420| 95 e7 cb 14| ....| timestamp: 1671091185557 (2022-12-15T07:59:45.557Z) 0x28842c-0x288434 (8) 0x288430|85 01 00 00 |.... | | | | fastpath_input{}: 0x288434-0x28845a (38) | | | input_header{}: 0x288434-0x288435 (1) @@ -2703,14 +2703,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x288450| 0a 37 00 00 00 00| .7....| size: 14090 0x28845a-0x288462 (8) 0x288460|00 00 |.. | 0x288460| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x288462-0x288464 (2) -0x288460| c8 e7 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:45.608 +0000 UTC" (1671091185608) 0x288464-0x28846c (8) +0x288460| c8 e7 cb 14 85 01 00 00 | ........ | timestamp: 1671091185608 (2022-12-15T07:59:45.608Z) 0x288464-0x28846c (8) 0x288460| 00 b6 f8 00| ....| data: raw bits 0x28846c-0x28bb64 (14072) 0x288470|f2 36 b0 00 03 4a 07 22 0d 05 c0 91 b2 bd 9d ed|.6...J."........| * |until 0x28bb63.7 (14072) | | | | | [292]{}: event 0x28bb64-0x28cafa (3990) 0x28bb60| 96 0f 00 00 00 00 00 00 | ........ | size: 3990 0x28bb64-0x28bb6c (8) 0x28bb60| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x28bb6c-0x28bb6e (2) -0x28bb60| c9 e7| ..| timestamp: "2022-12-15 07:59:45.609 +0000 UTC" (1671091185609) 0x28bb6e-0x28bb76 (8) +0x28bb60| c9 e7| ..| timestamp: 1671091185609 (2022-12-15T07:59:45.609Z) 0x28bb6e-0x28bb76 (8) 0x28bb70|cb 14 85 01 00 00 |...... | 0x28bb70| 00 8f 84 00 7b 0f 7a 00 03 23| ....{.z..#| data: raw bits 0x28bb76-0x28cafa (3972) 0x28bb80|0c a2 05 05 fe f2 33 6e 31 d5 41 d6 40 4c 1d 81|......3n1.A.@L..| @@ -2719,7 +2719,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x28caf0| d0 3c 00 00 00 00| .<....| size: 15568 0x28cafa-0x28cb02 (8) 0x28cb00|00 00 |.. | 0x28cb00| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x28cb02-0x28cb04 (2) -0x28cb00| fb e7 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:45.659 +0000 UTC" (1671091185659) 0x28cb04-0x28cb0c (8) +0x28cb00| fb e7 cb 14 85 01 00 00 | ........ | timestamp: 1671091185659 (2022-12-15T07:59:45.659Z) 0x28cb04-0x28cb0c (8) 0x28cb00| 00 bc be 00| ....| data: raw bits 0x28cb0c-0x2907ca (15550) 0x28cb10|b8 3c fb 00 06 04 00 1e 03 1e 00 02 04 00 59 00|.<............Y.| * |until 0x2907c9.7 (15550) | | @@ -2727,14 +2727,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2907c0| e8 30 00 00 00 00| .0....| size: 12520 0x2907ca-0x2907d2 (8) 0x2907d0|00 00 |.. | 0x2907d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2907d2-0x2907d4 (2) -0x2907d0| fb e7 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:45.659 +0000 UTC" (1671091185659) 0x2907d4-0x2907dc (8) +0x2907d0| fb e7 cb 14 85 01 00 00 | ........ | timestamp: 1671091185659 (2022-12-15T07:59:45.659Z) 0x2907d4-0x2907dc (8) 0x2907d0| 00 b0 d6 00| ....| data: raw bits 0x2907dc-0x2938b2 (12502) 0x2907e0|3d 30 77 00 03 ed 04 a2 05 05 e3 94 8f 9d cb f6|=0w.............| * |until 0x2938b1.7 (12502) | | | | | [295]{}: event 0x2938b2-0x2938ce (28) 0x2938b0| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x2938b2-0x2938ba (8) 0x2938b0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2938ba-0x2938bc (2) -0x2938b0| 35 e8 cb 14| 5...| timestamp: "2022-12-15 07:59:45.717 +0000 UTC" (1671091185717) 0x2938bc-0x2938c4 (8) +0x2938b0| 35 e8 cb 14| 5...| timestamp: 1671091185717 (2022-12-15T07:59:45.717Z) 0x2938bc-0x2938c4 (8) 0x2938c0|85 01 00 00 |.... | | | | fastpath_input{}: 0x2938c4-0x2938ce (10) | | | input_header{}: 0x2938c4-0x2938c5 (1) @@ -2749,14 +2749,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2938c0| 30 33| 03| size: 13104 0x2938ce-0x2938d6 (8) 0x2938d0|00 00 00 00 00 00 |...... | 0x2938d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2938d6-0x2938d8 (2) -0x2938d0| 69 e8 cb 14 85 01 00 00| i.......| timestamp: "2022-12-15 07:59:45.769 +0000 UTC" (1671091185769) 0x2938d8-0x2938e0 (8) +0x2938d0| 69 e8 cb 14 85 01 00 00| i.......| timestamp: 1671091185769 (2022-12-15T07:59:45.769Z) 0x2938d8-0x2938e0 (8) 0x2938e0|00 b3 1e 00 15 33 16 00 03 a2 0b 22 0d 05 32 5b|.....3....."..2[| data: raw bits 0x2938e0-0x296bfe (13086) * |until 0x296bfd.7 (13086) | | | | | [297]{}: event 0x296bfe-0x296c2f (49) 0x296bf0| 31 00| 1.| size: 49 0x296bfe-0x296c06 (8) 0x296c00|00 00 00 00 00 00 |...... | 0x296c00| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x296c06-0x296c08 (2) -0x296c00| a7 e8 cb 14 85 01 00 00| ........| timestamp: "2022-12-15 07:59:45.831 +0000 UTC" (1671091185831) 0x296c08-0x296c10 (8) +0x296c00| a7 e8 cb 14 85 01 00 00| ........| timestamp: 1671091185831 (2022-12-15T07:59:45.831Z) 0x296c08-0x296c10 (8) | | | fastpath_input{}: 0x296c10-0x296c2f (31) | | | input_header{}: 0x296c10-0x296c11 (1) 0x296c10|50 |P | action: 0x1 0x296c10-0x296c10.2 (0.2) @@ -2771,7 +2771,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x296c20| 46| F| size: 6726 0x296c2f-0x296c37 (8) 0x296c30|1a 00 00 00 00 00 00 |....... | 0x296c30| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x296c37-0x296c39 (2) -0x296c30| ce e8 cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:45.87 +0000 UTC" (1671091185870) 0x296c39-0x296c41 (8) +0x296c30| ce e8 cb 14 85 01 00| .......| timestamp: 1671091185870 (2022-12-15T07:59:45.87Z) 0x296c39-0x296c41 (8) 0x296c40|00 |. | 0x296c40| 00 9a 34 00 80 19 50 00 03 0a 03 22 0d 05 a0| ..4...P...."...| data: raw bits 0x296c41-0x298675 (6708) 0x296c50|38 7e 6a 19 07 5f d8 40 19 43 03 ff ff 82 de c6|8~j.._.@.C......| @@ -2779,7 +2779,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [299]{}: event 0x298675-0x298785 (272) 0x298670| 10 01 00 00 00 00 00 00 | ........ | size: 272 0x298675-0x29867d (8) 0x298670| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x29867d-0x29867f (2) -0x298670| cf| .| timestamp: "2022-12-15 07:59:45.871 +0000 UTC" (1671091185871) 0x29867f-0x298687 (8) +0x298670| cf| .| timestamp: 1671091185871 (2022-12-15T07:59:45.871Z) 0x29867f-0x298687 (8) 0x298680|e8 cb 14 85 01 00 00 |....... | 0x298680| 00 80 fe 01 f5 00 01 00 03| .........| data: raw bits 0x298687-0x298785 (254) 0x298690|00 8f 01 6a 00 5e 03 6a 00 d0 01 01 00 10 00 01|...j.^.j........| @@ -2787,7 +2787,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [300]{}: event 0x298785-0x2987a1 (28) 0x298780| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x298785-0x29878d (8) 0x298780| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x29878d-0x29878f (2) -0x298780| 6c| l| timestamp: "2022-12-15 07:59:46.028 +0000 UTC" (1671091186028) 0x29878f-0x298797 (8) +0x298780| 6c| l| timestamp: 1671091186028 (2022-12-15T07:59:46.028Z) 0x29878f-0x298797 (8) 0x298790|e9 cb 14 85 01 00 00 |....... | | | | fastpath_input{}: 0x298797-0x2987a1 (10) | | | input_header{}: 0x298797-0x298798 (1) @@ -2802,7 +2802,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [301]{}: event 0x2987a1-0x298992 (497) 0x2987a0| f1 01 00 00 00 00 00 00 | ........ | size: 497 0x2987a1-0x2987a9 (8) 0x2987a0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2987a9-0x2987ab (2) -0x2987a0| a0 e9 cb 14 85| .....| timestamp: "2022-12-15 07:59:46.08 +0000 UTC" (1671091186080) 0x2987ab-0x2987b3 (8) +0x2987a0| a0 e9 cb 14 85| .....| timestamp: 1671091186080 (2022-12-15T07:59:46.08Z) 0x2987ab-0x2987b3 (8) 0x2987b0|01 00 00 |... | 0x2987b0| 00 81 df 00 d6 01 33 00 02 03 00 19 0a| ......3......| data: raw bits 0x2987b3-0x298992 (479) 0x2987c0|3b 0e 36 15 00 00 11 33 f2 ca ff ff 09 0d 1e 01|;.6....3........| @@ -2810,7 +2810,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [302]{}: event 0x298992-0x2989bc (42) 0x298990| 2a 00 00 00 00 00 00 00 | *....... | size: 42 0x298992-0x29899a (8) 0x298990| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x29899a-0x29899c (2) -0x298990| e6 e9 cb 14| ....| timestamp: "2022-12-15 07:59:46.15 +0000 UTC" (1671091186150) 0x29899c-0x2989a4 (8) +0x298990| e6 e9 cb 14| ....| timestamp: 1671091186150 (2022-12-15T07:59:46.15Z) 0x29899c-0x2989a4 (8) 0x2989a0|85 01 00 00 |.... | | | | fastpath_input{}: 0x2989a4-0x2989bc (24) | | | input_header{}: 0x2989a4-0x2989a5 (1) @@ -2826,14 +2826,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2989b0| 45 01 00 00| E...| size: 325 0x2989bc-0x2989c4 (8) 0x2989c0|00 00 00 00 |.... | 0x2989c0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2989c4-0x2989c6 (2) -0x2989c0| 06 ea cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:46.182 +0000 UTC" (1671091186182) 0x2989c6-0x2989ce (8) +0x2989c0| 06 ea cb 14 85 01 00 00 | ........ | timestamp: 1671091186182 (2022-12-15T07:59:46.182Z) 0x2989c6-0x2989ce (8) 0x2989c0| 00 81| ..| data: raw bits 0x2989ce-0x298b01 (307) 0x2989d0|33 00 2a 01 26 00 02 03 00 19 0a 33 0e 21 00 00|3.*.&......3.!..| * |until 0x298b00.7 (307) | | | | | [304]{}: event 0x298b01-0x298b24 (35) 0x298b00| 23 00 00 00 00 00 00 00 | #....... | size: 35 0x298b01-0x298b09 (8) 0x298b00| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x298b09-0x298b0b (2) -0x298b00| a6 ea cb 14 85| .....| timestamp: "2022-12-15 07:59:46.342 +0000 UTC" (1671091186342) 0x298b0b-0x298b13 (8) +0x298b00| a6 ea cb 14 85| .....| timestamp: 1671091186342 (2022-12-15T07:59:46.342Z) 0x298b0b-0x298b13 (8) 0x298b10|01 00 00 |... | | | | fastpath_input{}: 0x298b13-0x298b24 (17) | | | input_header{}: 0x298b13-0x298b14 (1) @@ -2848,7 +2848,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [305]{}: event 0x298b24-0x298c89 (357) 0x298b20| 65 01 00 00 00 00 00 00 | e....... | size: 357 0x298b24-0x298b2c (8) 0x298b20| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x298b2c-0x298b2e (2) -0x298b20| d9 ea| ..| timestamp: "2022-12-15 07:59:46.393 +0000 UTC" (1671091186393) 0x298b2e-0x298b36 (8) +0x298b20| d9 ea| ..| timestamp: 1671091186393 (2022-12-15T07:59:46.393Z) 0x298b2e-0x298b36 (8) 0x298b30|cb 14 85 01 00 00 |...... | 0x298b30| 00 81 53 00 4a 01 28 00 02 03| ..S.J.(...| data: raw bits 0x298b36-0x298c89 (339) 0x298b40|00 19 0a 3e 1b 0e 30 00 00 09 12 0c 01 4c 02 5b|...>..0......L.[| @@ -2857,7 +2857,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x298c80| 1c 00 00 00 00 00 00| .......| size: 28 0x298c89-0x298c91 (8) 0x298c90|00 |. | 0x298c90| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x298c91-0x298c93 (2) -0x298c90| 0d eb cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:46.445 +0000 UTC" (1671091186445) 0x298c93-0x298c9b (8) +0x298c90| 0d eb cb 14 85 01 00 00 | ........ | timestamp: 1671091186445 (2022-12-15T07:59:46.445Z) 0x298c93-0x298c9b (8) | | | fastpath_input{}: 0x298c9b-0x298ca5 (10) | | | input_header{}: 0x298c9b-0x298c9c (1) 0x298c90| 44 | D | action: 0x1 0x298c9b-0x298c9b.2 (0.2) @@ -2871,7 +2871,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [307]{}: event 0x298ca5-0x298cc1 (28) 0x298ca0| 1c 00 00 00 00 00 00 00 | ........ | size: 28 0x298ca5-0x298cad (8) 0x298ca0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x298cad-0x298caf (2) -0x298ca0| 1f| .| timestamp: "2022-12-15 07:59:46.463 +0000 UTC" (1671091186463) 0x298caf-0x298cb7 (8) +0x298ca0| 1f| .| timestamp: 1671091186463 (2022-12-15T07:59:46.463Z) 0x298caf-0x298cb7 (8) 0x298cb0|eb cb 14 85 01 00 00 |....... | | | | fastpath_input{}: 0x298cb7-0x298cc1 (10) | | | input_header{}: 0x298cb7-0x298cb8 (1) @@ -2886,7 +2886,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [308]{}: event 0x298cc1-0x29aeae (8685) 0x298cc0| ed 21 00 00 00 00 00 00 | .!...... | size: 8685 0x298cc1-0x298cc9 (8) 0x298cc0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x298cc9-0x298ccb (2) -0x298cc0| 3e eb cb 14 85| >....| timestamp: "2022-12-15 07:59:46.494 +0000 UTC" (1671091186494) 0x298ccb-0x298cd3 (8) +0x298cc0| 3e eb cb 14 85| >....| timestamp: 1671091186494 (2022-12-15T07:59:46.494Z) 0x298ccb-0x298cd3 (8) 0x298cd0|01 00 00 |... | 0x298cd0| 00 a1 db 00 d2 21 35 00 02 03 00 09 0a| .....!5......| data: raw bits 0x298cd3-0x29aeae (8667) 0x298ce0|3e 00 00 1c 00 1b 00 ff ff 03 fa 05 21 04 05 20|>...........!.. | @@ -2895,14 +2895,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x29aea0| 6e 3c| n<| size: 15470 0x29aeae-0x29aeb6 (8) 0x29aeb0|00 00 00 00 00 00 |...... | 0x29aeb0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x29aeb6-0x29aeb8 (2) -0x29aeb0| 63 eb cb 14 85 01 00 00| c.......| timestamp: "2022-12-15 07:59:46.531 +0000 UTC" (1671091186531) 0x29aeb8-0x29aec0 (8) +0x29aeb0| 63 eb cb 14 85 01 00 00| c.......| timestamp: 1671091186531 (2022-12-15T07:59:46.531Z) 0x29aeb8-0x29aec0 (8) 0x29aec0|00 bc 5c 00 56 3c 31 00 03 39 0b 22 0d 05 ef 6a|..\.V<1..9."...j| data: raw bits 0x29aec0-0x29eb1c (15452) * |until 0x29eb1b.7 (15452) | | | | | [310]{}: event 0x29eb1c-0x2a272b (15375) 0x29eb10| 0f 3c 00 00| .<..| size: 15375 0x29eb1c-0x29eb24 (8) 0x29eb20|00 00 00 00 |.... | 0x29eb20| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x29eb24-0x29eb26 (2) -0x29eb20| 64 eb cb 14 85 01 00 00 | d....... | timestamp: "2022-12-15 07:59:46.532 +0000 UTC" (1671091186532) 0x29eb26-0x29eb2e (8) +0x29eb20| 64 eb cb 14 85 01 00 00 | d....... | timestamp: 1671091186532 (2022-12-15T07:59:46.532Z) 0x29eb26-0x29eb2e (8) 0x29eb20| 00 bb| ..| data: raw bits 0x29eb2e-0x2a272b (15357) 0x29eb30|fd 00 f7 3b 3f 00 03 11 02 22 0d 05 b8 d7 45 1a|...;?...."....E.| * |until 0x2a272a.7 (15357) | | @@ -2910,14 +2910,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2a2720| 95 39 00 00 00| .9...| size: 14741 0x2a272b-0x2a2733 (8) 0x2a2730|00 00 00 |... | 0x2a2730| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2a2733-0x2a2735 (2) -0x2a2730| 64 eb cb 14 85 01 00 00 | d....... | timestamp: "2022-12-15 07:59:46.532 +0000 UTC" (1671091186532) 0x2a2735-0x2a273d (8) +0x2a2730| 64 eb cb 14 85 01 00 00 | d....... | timestamp: 1671091186532 (2022-12-15T07:59:46.532Z) 0x2a2735-0x2a273d (8) 0x2a2730| 00 b9 83| ...| data: raw bits 0x2a273d-0x2a60c0 (14723) 0x2a2740|00 fc 38 d0 00 03 09 02 22 05 05 cd 38 3a 14 cd|..8....."...8:..| * |until 0x2a60bf.7 (14723) | | | | | [312]{}: event 0x2a60c0-0x2a65b1 (1265) 0x2a60c0|f1 04 00 00 00 00 00 00 |........ | size: 1265 0x2a60c0-0x2a60c8 (8) 0x2a60c0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2a60c8-0x2a60ca (2) -0x2a60c0| 65 eb cb 14 85 01| e.....| timestamp: "2022-12-15 07:59:46.533 +0000 UTC" (1671091186533) 0x2a60ca-0x2a60d2 (8) +0x2a60c0| 65 eb cb 14 85 01| e.....| timestamp: 1671091186533 (2022-12-15T07:59:46.533Z) 0x2a60ca-0x2a60d2 (8) 0x2a60d0|00 00 |.. | 0x2a60d0| 00 84 df 01 d6 04 01 00 0e 00 49 01 6f 00| ..........I.o.| data: raw bits 0x2a60d2-0x2a65b1 (1247) 0x2a60e0|48 04 71 00 00 03 03 00 10 00 01 04 1f 00 f6 fc|H.q.............| @@ -2925,7 +2925,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [313]{}: event 0x2a65b1-0x2a65d4 (35) 0x2a65b0| 23 00 00 00 00 00 00 00 | #....... | size: 35 0x2a65b1-0x2a65b9 (8) 0x2a65b0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2a65b9-0x2a65bb (2) -0x2a65b0| 7c eb cb 14 85| |....| timestamp: "2022-12-15 07:59:46.556 +0000 UTC" (1671091186556) 0x2a65bb-0x2a65c3 (8) +0x2a65b0| 7c eb cb 14 85| |....| timestamp: 1671091186556 (2022-12-15T07:59:46.556Z) 0x2a65bb-0x2a65c3 (8) 0x2a65c0|01 00 00 |... | | | | fastpath_input{}: 0x2a65c3-0x2a65d4 (17) | | | input_header{}: 0x2a65c3-0x2a65c4 (1) @@ -2940,7 +2940,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [314]{}: event 0x2a65d4-0x2aa226 (15442) 0x2a65d0| 52 3c 00 00 00 00 00 00 | R<...... | size: 15442 0x2a65d4-0x2a65dc (8) 0x2a65d0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2a65dc-0x2a65de (2) -0x2a65d0| 96 eb| ..| timestamp: "2022-12-15 07:59:46.582 +0000 UTC" (1671091186582) 0x2a65de-0x2a65e6 (8) +0x2a65d0| 96 eb| ..| timestamp: 1671091186582 (2022-12-15T07:59:46.582Z) 0x2a65de-0x2a65e6 (8) 0x2a65e0|cb 14 85 01 00 00 |...... | 0x2a65e0| 00 bc 40 00 3a 3c bc 00 03 0c| ..@.:<....| data: raw bits 0x2a65e6-0x2aa226 (15424) 0x2a65f0|08 a2 0d 05 93 6a c0 80 18 ca 2f 8a 40 48 06 ff|.....j..../.@H..| @@ -2948,14 +2948,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [315]{}: event 0x2aa226-0x2add71 (15179) 0x2aa220| 4b 3b 00 00 00 00 00 00 | K;...... | size: 15179 0x2aa226-0x2aa22e (8) 0x2aa220| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x2aa22e-0x2aa230 (2) -0x2aa230|97 eb cb 14 85 01 00 00 |........ | timestamp: "2022-12-15 07:59:46.583 +0000 UTC" (1671091186583) 0x2aa230-0x2aa238 (8) +0x2aa230|97 eb cb 14 85 01 00 00 |........ | timestamp: 1671091186583 (2022-12-15T07:59:46.583Z) 0x2aa230-0x2aa238 (8) 0x2aa230| 00 bb 39 00 33 3b 2d 00| ..9.3;-.| data: raw bits 0x2aa238-0x2add71 (15161) 0x2aa240|03 53 04 22 0d 05 2b 57 cd a4 03 b2 b8 c2 40 11|.S."..+W......@.| * |until 0x2add70.7 (15161) | | | | | [316]{}: event 0x2add71-0x2af9b7 (7238) 0x2add70| 46 1c 00 00 00 00 00 00 | F....... | size: 7238 0x2add71-0x2add79 (8) 0x2add70| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2add79-0x2add7b (2) -0x2add70| 97 eb cb 14 85| .....| timestamp: "2022-12-15 07:59:46.583 +0000 UTC" (1671091186583) 0x2add7b-0x2add83 (8) +0x2add70| 97 eb cb 14 85| .....| timestamp: 1671091186583 (2022-12-15T07:59:46.583Z) 0x2add7b-0x2add83 (8) 0x2add80|01 00 00 |... | 0x2add80| 00 9c 34 00 2e 1c 26 00 03 e1 01 a2 0d| ..4...&......| data: raw bits 0x2add83-0x2af9b7 (7220) 0x2add90|05 64 34 f8 2b 03 b7 f0 fb 40 41 db ff ff 97 ff|.d4.+....@A.....| @@ -2964,7 +2964,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2af9b0| b6 00 00 00 00 00 00 00 | ........ | size: 182 0x2af9b7-0x2af9bf (8) 0x2af9b0| 02| .| pdu_type: "pdu_fastpath_output" (2) 0x2af9bf-0x2af9c1 (2) 0x2af9c0|00 |. | -0x2af9c0| 98 eb cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:46.584 +0000 UTC" (1671091186584) 0x2af9c1-0x2af9c9 (8) +0x2af9c0| 98 eb cb 14 85 01 00 00 | ........ | timestamp: 1671091186584 (2022-12-15T07:59:46.584Z) 0x2af9c1-0x2af9c9 (8) 0x2af9c0| 00 80 a4 01 9b 00 01| .......| data: raw bits 0x2af9c9-0x2afa6d (164) 0x2af9d0|00 03 00 11 02 d7 01 7e 03 de 01 70 01 08 00 10|.......~...p....| * |until 0x2afa6c.7 (164) | | @@ -2972,14 +2972,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2afa60| 53 14 00| S..| size: 5203 0x2afa6d-0x2afa75 (8) 0x2afa70|00 00 00 00 00 |..... | 0x2afa70| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2afa75-0x2afa77 (2) -0x2afa70| e1 eb cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:46.657 +0000 UTC" (1671091186657) 0x2afa77-0x2afa7f (8) +0x2afa70| e1 eb cb 14 85 01 00 00 | ........ | timestamp: 1671091186657 (2022-12-15T07:59:46.657Z) 0x2afa77-0x2afa7f (8) 0x2afa70| 00| .| data: raw bits 0x2afa7f-0x2b0ec0 (5185) 0x2afa80|94 41 00 ae 01 12 00 06 03 00 6e 01 1e 00 02 03|.A........n.....| * |until 0x2b0ebf.7 (5185) | | | | | [319]{}: event 0x2b0ec0-0x2b1f69 (4265) 0x2b0ec0|a9 10 00 00 00 00 00 00 |........ | size: 4265 0x2b0ec0-0x2b0ec8 (8) 0x2b0ec0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2b0ec8-0x2b0eca (2) -0x2b0ec0| 1d ec cb 14 85 01| ......| timestamp: "2022-12-15 07:59:46.717 +0000 UTC" (1671091186717) 0x2b0eca-0x2b0ed2 (8) +0x2b0ec0| 1d ec cb 14 85 01| ......| timestamp: 1671091186717 (2022-12-15T07:59:46.717Z) 0x2b0eca-0x2b0ed2 (8) 0x2b0ed0|00 00 |.. | 0x2b0ed0| 00 90 97 0b 91 10 20 00 05 00 0b 00 0a 00| ...... .......| data: raw bits 0x2b0ed2-0x2b1f69 (4247) 0x2b0ee0|20 00 20 00 80 00 00 10 00 00 00 00 00 00 00 00| . .............| @@ -2988,7 +2988,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2b1f60| 1c 00 00 00 00 00 00| .......| size: 28 0x2b1f69-0x2b1f71 (8) 0x2b1f70|00 |. | 0x2b1f70| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2b1f71-0x2b1f73 (2) -0x2b1f70| 28 ec cb 14 85 01 00 00 | (....... | timestamp: "2022-12-15 07:59:46.728 +0000 UTC" (1671091186728) 0x2b1f73-0x2b1f7b (8) +0x2b1f70| 28 ec cb 14 85 01 00 00 | (....... | timestamp: 1671091186728 (2022-12-15T07:59:46.728Z) 0x2b1f73-0x2b1f7b (8) | | | fastpath_input{}: 0x2b1f7b-0x2b1f85 (10) | | | input_header{}: 0x2b1f7b-0x2b1f7c (1) 0x2b1f70| 44 | D | action: 0x1 0x2b1f7b-0x2b1f7b.2 (0.2) @@ -3002,7 +3002,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [321]{}: event 0x2b1f85-0x2b31f1 (4716) 0x2b1f80| 6c 12 00 00 00 00 00 00 | l....... | size: 4716 0x2b1f85-0x2b1f8d (8) 0x2b1f80| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2b1f8d-0x2b1f8f (2) -0x2b1f80| 49| I| timestamp: "2022-12-15 07:59:46.761 +0000 UTC" (1671091186761) 0x2b1f8f-0x2b1f97 (8) +0x2b1f80| 49| I| timestamp: 1671091186761 (2022-12-15T07:59:46.761Z) 0x2b1f8f-0x2b1f97 (8) 0x2b1f90|ec cb 14 85 01 00 00 |....... | 0x2b1f90| 00 92 5a 00 1f 01 12 00 06| ..Z......| data: raw bits 0x2b1f97-0x2b31f1 (4698) 0x2b1fa0|03 00 6e 01 1e 00 02 03 00 59 00 09 0d 0f 01 02|..n......Y......| @@ -3010,7 +3010,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [322]{}: event 0x2b31f1-0x2b347a (649) 0x2b31f0| 89 02 00 00 00 00 00 00 | ........ | size: 649 0x2b31f1-0x2b31f9 (8) 0x2b31f0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2b31f9-0x2b31fb (2) -0x2b31f0| 7c ec cb 14 85| |....| timestamp: "2022-12-15 07:59:46.812 +0000 UTC" (1671091186812) 0x2b31fb-0x2b3203 (8) +0x2b31f0| 7c ec cb 14 85| |....| timestamp: 1671091186812 (2022-12-15T07:59:46.812Z) 0x2b31fb-0x2b3203 (8) 0x2b3200|01 00 00 |... | 0x2b3200| 00 82 77 00 78 00 11 00 06 03 00 6e 01| ..w.x......n.| data: raw bits 0x2b3203-0x2b347a (631) 0x2b3210|1e 00 02 03 00 59 00 09 0d 0f 01 02 00 00 00 00|.....Y..........| @@ -3019,14 +3019,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2b3470| a9 10 00 00 00 00| ......| size: 4265 0x2b347a-0x2b3482 (8) 0x2b3480|00 00 |.. | 0x2b3480| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2b3482-0x2b3484 (2) -0x2b3480| 7f ec cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:46.815 +0000 UTC" (1671091186815) 0x2b3484-0x2b348c (8) +0x2b3480| 7f ec cb 14 85 01 00 00 | ........ | timestamp: 1671091186815 (2022-12-15T07:59:46.815Z) 0x2b3484-0x2b348c (8) 0x2b3480| 00 90 97 0b| ....| data: raw bits 0x2b348c-0x2b4523 (4247) 0x2b3490|91 10 20 00 07 00 0b 00 0a 00 20 00 20 00 80 00|.. ....... . ...| * |until 0x2b4522.7 (4247) | | | | | [324]{}: event 0x2b4523-0x2b455b (56) 0x2b4520| 38 00 00 00 00 00 00 00 | 8....... | size: 56 0x2b4523-0x2b452b (8) 0x2b4520| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2b452b-0x2b452d (2) -0x2b4520| 92 ec cb| ...| timestamp: "2022-12-15 07:59:46.834 +0000 UTC" (1671091186834) 0x2b452d-0x2b4535 (8) +0x2b4520| 92 ec cb| ...| timestamp: 1671091186834 (2022-12-15T07:59:46.834Z) 0x2b452d-0x2b4535 (8) 0x2b4530|14 85 01 00 00 |..... | | | | fastpath_input{}: 0x2b4535-0x2b455b (38) | | | input_header{}: 0x2b4535-0x2b4536 (1) @@ -3043,14 +3043,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2b4550| a9 10 00 00 00| .....| size: 4265 0x2b455b-0x2b4563 (8) 0x2b4560|00 00 00 |... | 0x2b4560| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2b4563-0x2b4565 (2) -0x2b4560| ad ec cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:46.861 +0000 UTC" (1671091186861) 0x2b4565-0x2b456d (8) +0x2b4560| ad ec cb 14 85 01 00 00 | ........ | timestamp: 1671091186861 (2022-12-15T07:59:46.861Z) 0x2b4565-0x2b456d (8) 0x2b4560| 00 90 97| ...| data: raw bits 0x2b456d-0x2b5604 (4247) 0x2b4570|0b 91 10 20 00 08 00 0b 00 0b 00 20 00 20 00 80|... ....... . ..| * |until 0x2b5603.7 (4247) | | | | | [326]{}: event 0x2b5604-0x2b6888 (4740) 0x2b5600| 84 12 00 00 00 00 00 00 | ........ | size: 4740 0x2b5604-0x2b560c (8) 0x2b5600| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2b560c-0x2b560e (2) -0x2b5600| da ec| ..| timestamp: "2022-12-15 07:59:46.906 +0000 UTC" (1671091186906) 0x2b560e-0x2b5616 (8) +0x2b5600| da ec| ..| timestamp: 1671091186906 (2022-12-15T07:59:46.906Z) 0x2b560e-0x2b5616 (8) 0x2b5610|cb 14 85 01 00 00 |...... | 0x2b5610| 00 92 72 00 37 01 23 00 06 03| ..r.7.#...| data: raw bits 0x2b5616-0x2b6888 (4722) 0x2b5620|00 6e 01 1e 00 02 03 00 59 00 09 0d 0f 01 02 00|.n......Y.......| @@ -3058,7 +3058,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [327]{}: event 0x2b6888-0x2b6b1b (659) 0x2b6880| 93 02 00 00 00 00 00 00| ........| size: 659 0x2b6888-0x2b6890 (8) 0x2b6890|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x2b6890-0x2b6892 (2) -0x2b6890| 0c ed cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:46.956 +0000 UTC" (1671091186956) 0x2b6892-0x2b689a (8) +0x2b6890| 0c ed cb 14 85 01 00 00 | ........ | timestamp: 1671091186956 (2022-12-15T07:59:46.956Z) 0x2b6892-0x2b689a (8) 0x2b6890| 00 82 81 00 82 00| ......| data: raw bits 0x2b689a-0x2b6b1b (641) 0x2b68a0|11 00 06 03 00 6e 01 1e 00 02 03 00 09 00 0c 6e|.....n.........n| * |until 0x2b6b1a.7 (641) | | @@ -3066,7 +3066,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2b6b10| 1c 00 00 00 00| .....| size: 28 0x2b6b1b-0x2b6b23 (8) 0x2b6b20|00 00 00 |... | 0x2b6b20| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2b6b23-0x2b6b25 (2) -0x2b6b20| 11 ed cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:46.961 +0000 UTC" (1671091186961) 0x2b6b25-0x2b6b2d (8) +0x2b6b20| 11 ed cb 14 85 01 00 00 | ........ | timestamp: 1671091186961 (2022-12-15T07:59:46.961Z) 0x2b6b25-0x2b6b2d (8) | | | fastpath_input{}: 0x2b6b2d-0x2b6b37 (10) | | | input_header{}: 0x2b6b2d-0x2b6b2e (1) 0x2b6b20| 44 | D | action: 0x1 0x2b6b2d-0x2b6b2d.2 (0.2) @@ -3080,13 +3080,13 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2b6b30| 1a 00 00 00 00 00 00 00 | ........ | size: 26 0x2b6b37-0x2b6b3f (8) 0x2b6b30| 02| .| pdu_type: "pdu_fastpath_output" (2) 0x2b6b3f-0x2b6b41 (2) 0x2b6b40|00 |. | -0x2b6b40| 16 ed cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:46.966 +0000 UTC" (1671091186966) 0x2b6b41-0x2b6b49 (8) +0x2b6b40| 16 ed cb 14 85 01 00 00 | ........ | timestamp: 1671091186966 (2022-12-15T07:59:46.966Z) 0x2b6b41-0x2b6b49 (8) 0x2b6b40| 00 80 08 0a 02 00 09| .......| data: raw bits 0x2b6b49-0x2b6b51 (8) 0x2b6b50|00 |. | | | | [330]{}: event 0x2b6b51-0x2b7bfa (4265) 0x2b6b50| a9 10 00 00 00 00 00 00 | ........ | size: 4265 0x2b6b51-0x2b6b59 (8) 0x2b6b50| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2b6b59-0x2b6b5b (2) -0x2b6b50| 47 ed cb 14 85| G....| timestamp: "2022-12-15 07:59:47.015 +0000 UTC" (1671091187015) 0x2b6b5b-0x2b6b63 (8) +0x2b6b50| 47 ed cb 14 85| G....| timestamp: 1671091187015 (2022-12-15T07:59:47.015Z) 0x2b6b5b-0x2b6b63 (8) 0x2b6b60|01 00 00 |... | 0x2b6b60| 00 90 97 0b 91 10 20 00 0a 00 0b 00 0b| ...... ......| data: raw bits 0x2b6b63-0x2b7bfa (4247) 0x2b6b70|00 20 00 20 00 80 00 00 10 00 00 00 00 00 00 00|. . ............| @@ -3095,7 +3095,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2b7bf0| c5 11 00 00 00 00| ......| size: 4549 0x2b7bfa-0x2b7c02 (8) 0x2b7c00|00 00 |.. | 0x2b7c00| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2b7c02-0x2b7c04 (2) -0x2b7c00| 72 ed cb 14 85 01 00 00 | r....... | timestamp: "2022-12-15 07:59:47.058 +0000 UTC" (1671091187058) 0x2b7c04-0x2b7c0c (8) +0x2b7c00| 72 ed cb 14 85 01 00 00 | r....... | timestamp: 1671091187058 (2022-12-15T07:59:47.058Z) 0x2b7c04-0x2b7c0c (8) 0x2b7c00| 00 91 b3 00| ....| data: raw bits 0x2b7c0c-0x2b8dbf (4531) 0x2b7c10|78 00 11 00 06 03 00 6e 01 1e 00 02 03 00 59 00|x......n......Y.| * |until 0x2b8dbe.7 (4531) | | @@ -3103,7 +3103,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2b8db0| a9| .| size: 4265 0x2b8dbf-0x2b8dc7 (8) 0x2b8dc0|10 00 00 00 00 00 00 |....... | 0x2b8dc0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2b8dc7-0x2b8dc9 (2) -0x2b8dc0| a3 ed cb 14 85 01 00| .......| timestamp: "2022-12-15 07:59:47.107 +0000 UTC" (1671091187107) 0x2b8dc9-0x2b8dd1 (8) +0x2b8dc0| a3 ed cb 14 85 01 00| .......| timestamp: 1671091187107 (2022-12-15T07:59:47.107Z) 0x2b8dc9-0x2b8dd1 (8) 0x2b8dd0|00 |. | 0x2b8dd0| 00 90 97 0b 91 10 20 00 0c 00 0a 00 0b 00 20| ...... ....... | data: raw bits 0x2b8dd1-0x2b9e68 (4247) 0x2b8de0|00 20 00 80 00 00 10 00 00 00 00 00 00 00 00 00|. ..............| @@ -3111,14 +3111,14 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [333]{}: event 0x2b9e68-0x2ba0f1 (649) 0x2b9e60| 89 02 00 00 00 00 00 00| ........| size: 649 0x2b9e68-0x2b9e70 (8) 0x2b9e70|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x2b9e70-0x2b9e72 (2) -0x2b9e70| d6 ed cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:47.158 +0000 UTC" (1671091187158) 0x2b9e72-0x2b9e7a (8) +0x2b9e70| d6 ed cb 14 85 01 00 00 | ........ | timestamp: 1671091187158 (2022-12-15T07:59:47.158Z) 0x2b9e72-0x2b9e7a (8) 0x2b9e70| 00 82 77 00 78 00| ..w.x.| data: raw bits 0x2b9e7a-0x2ba0f1 (631) 0x2b9e80|11 00 06 03 00 6e 01 1e 00 02 03 00 59 00 09 0d|.....n......Y...| * |until 0x2ba0f0.7 (631) | | | | | [334]{}: event 0x2ba0f1-0x2bb19a (4265) 0x2ba0f0| a9 10 00 00 00 00 00 00 | ........ | size: 4265 0x2ba0f1-0x2ba0f9 (8) 0x2ba0f0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2ba0f9-0x2ba0fb (2) -0x2ba0f0| d6 ed cb 14 85| .....| timestamp: "2022-12-15 07:59:47.158 +0000 UTC" (1671091187158) 0x2ba0fb-0x2ba103 (8) +0x2ba0f0| d6 ed cb 14 85| .....| timestamp: 1671091187158 (2022-12-15T07:59:47.158Z) 0x2ba0fb-0x2ba103 (8) 0x2ba100|01 00 00 |... | 0x2ba100| 00 90 97 0b 91 10 20 00 0d 00 0b 00 0b| ...... ......| data: raw bits 0x2ba103-0x2bb19a (4247) 0x2ba110|00 20 00 20 00 80 00 00 10 00 00 00 00 00 00 00|. . ............| @@ -3127,7 +3127,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2bb190| 23 00 00 00 00 00| #.....| size: 35 0x2bb19a-0x2bb1a2 (8) 0x2bb1a0|00 00 |.. | 0x2bb1a0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2bb1a2-0x2bb1a4 (2) -0x2bb1a0| ea ed cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:47.178 +0000 UTC" (1671091187178) 0x2bb1a4-0x2bb1ac (8) +0x2bb1a0| ea ed cb 14 85 01 00 00 | ........ | timestamp: 1671091187178 (2022-12-15T07:59:47.178Z) 0x2bb1a4-0x2bb1ac (8) | | | fastpath_input{}: 0x2bb1ac-0x2bb1bd (17) | | | input_header{}: 0x2bb1ac-0x2bb1ad (1) 0x2bb1a0| 48 | H | action: 0x1 0x2bb1ac-0x2bb1ac.2 (0.2) @@ -3142,14 +3142,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2bb1b0| c5 11 00| ...| size: 4549 0x2bb1bd-0x2bb1c5 (8) 0x2bb1c0|00 00 00 00 00 |..... | 0x2bb1c0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2bb1c5-0x2bb1c7 (2) -0x2bb1c0| 0d ee cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:47.213 +0000 UTC" (1671091187213) 0x2bb1c7-0x2bb1cf (8) +0x2bb1c0| 0d ee cb 14 85 01 00 00 | ........ | timestamp: 1671091187213 (2022-12-15T07:59:47.213Z) 0x2bb1c7-0x2bb1cf (8) 0x2bb1c0| 00| .| data: raw bits 0x2bb1cf-0x2bc382 (4531) 0x2bb1d0|91 b3 00 78 00 11 00 06 03 00 6e 01 1e 00 02 03|...x......n.....| * |until 0x2bc381.7 (4531) | | | | | [337]{}: event 0x2bc382-0x2bd42b (4265) 0x2bc380| a9 10 00 00 00 00 00 00 | ........ | size: 4265 0x2bc382-0x2bc38a (8) 0x2bc380| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2bc38a-0x2bc38c (2) -0x2bc380| 3f ee cb 14| ?...| timestamp: "2022-12-15 07:59:47.263 +0000 UTC" (1671091187263) 0x2bc38c-0x2bc394 (8) +0x2bc380| 3f ee cb 14| ?...| timestamp: 1671091187263 (2022-12-15T07:59:47.263Z) 0x2bc38c-0x2bc394 (8) 0x2bc390|85 01 00 00 |.... | 0x2bc390| 00 90 97 0b 91 10 20 00 0f 00 0b 00| ...... .....| data: raw bits 0x2bc394-0x2bd42b (4247) 0x2bc3a0|0b 00 20 00 20 00 80 00 00 10 00 00 00 00 00 00|.. . ...........| @@ -3158,14 +3158,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2bd420| 1d 13 00 00 00| .....| size: 4893 0x2bd42b-0x2bd433 (8) 0x2bd430|00 00 00 |... | 0x2bd430| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2bd433-0x2bd435 (2) -0x2bd430| 6b ee cb 14 85 01 00 00 | k....... | timestamp: "2022-12-15 07:59:47.307 +0000 UTC" (1671091187307) 0x2bd435-0x2bd43d (8) +0x2bd430| 6b ee cb 14 85 01 00 00 | k....... | timestamp: 1671091187307 (2022-12-15T07:59:47.307Z) 0x2bd435-0x2bd43d (8) 0x2bd430| 00 93 0b| ...| data: raw bits 0x2bd43d-0x2be748 (4875) 0x2bd440|00 78 00 11 00 06 03 00 6e 01 1e 00 02 03 00 59|.x......n......Y| * |until 0x2be747.7 (4875) | | | | | [339]{}: event 0x2be748-0x2be879 (305) 0x2be740| 31 01 00 00 00 00 00 00| 1.......| size: 305 0x2be748-0x2be750 (8) 0x2be750|02 00 |.. | pdu_type: "pdu_fastpath_output" (2) 0x2be750-0x2be752 (2) -0x2be750| 9e ee cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:47.358 +0000 UTC" (1671091187358) 0x2be752-0x2be75a (8) +0x2be750| 9e ee cb 14 85 01 00 00 | ........ | timestamp: 1671091187358 (2022-12-15T07:59:47.358Z) 0x2be752-0x2be75a (8) 0x2be750| 00 81 1f 00 78 00| ....x.| data: raw bits 0x2be75a-0x2be879 (287) 0x2be760|11 00 06 03 00 6e 01 1e 00 02 03 00 59 00 09 0d|.....n......Y...| * |until 0x2be878.7 (287) | | @@ -3173,14 +3173,14 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2be870| a9 10 00 00 00 00 00| .......| size: 4265 0x2be879-0x2be881 (8) 0x2be880|00 |. | 0x2be880| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2be881-0x2be883 (2) -0x2be880| 9e ee cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:47.358 +0000 UTC" (1671091187358) 0x2be883-0x2be88b (8) +0x2be880| 9e ee cb 14 85 01 00 00 | ........ | timestamp: 1671091187358 (2022-12-15T07:59:47.358Z) 0x2be883-0x2be88b (8) 0x2be880| 00 90 97 0b 91| .....| data: raw bits 0x2be88b-0x2bf922 (4247) 0x2be890|10 20 00 11 00 0a 00 0a 00 20 00 20 00 80 00 00|. ....... . ....| * |until 0x2bf921.7 (4247) | | | | | [341]{}: event 0x2bf922-0x2c09cb (4265) 0x2bf920| a9 10 00 00 00 00 00 00 | ........ | size: 4265 0x2bf922-0x2bf92a (8) 0x2bf920| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2bf92a-0x2bf92c (2) -0x2bf920| d0 ee cb 14| ....| timestamp: "2022-12-15 07:59:47.408 +0000 UTC" (1671091187408) 0x2bf92c-0x2bf934 (8) +0x2bf920| d0 ee cb 14| ....| timestamp: 1671091187408 (2022-12-15T07:59:47.408Z) 0x2bf92c-0x2bf934 (8) 0x2bf930|85 01 00 00 |.... | 0x2bf930| 00 90 97 0b 91 10 20 00 12 00 0a 00| ...... .....| data: raw bits 0x2bf934-0x2c09cb (4247) 0x2bf940|0a 00 20 00 20 00 80 00 00 10 00 00 00 00 00 00|.. . ...........| @@ -3189,7 +3189,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2c09c0| 46 00 00 00 00| F....| size: 70 0x2c09cb-0x2c09d3 (8) 0x2c09d0|00 00 00 |... | 0x2c09d0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2c09d3-0x2c09d5 (2) -0x2c09d0| d9 ee cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:47.417 +0000 UTC" (1671091187417) 0x2c09d5-0x2c09dd (8) +0x2c09d0| d9 ee cb 14 85 01 00 00 | ........ | timestamp: 1671091187417 (2022-12-15T07:59:47.417Z) 0x2c09d5-0x2c09dd (8) | | | fastpath_input{}: 0x2c09dd-0x2c0a11 (52) | | | input_header{}: 0x2c09dd-0x2c09de (1) 0x2c09d0| 5c | \ | action: 0x1 0x2c09dd-0x2c09dd.2 (0.2) @@ -3203,21 +3203,21 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [343]{}: event 0x2c0a11-0x2c0a2b (26) 0x2c0a10| 1a 00 00 00 00 00 00 00 | ........ | size: 26 0x2c0a11-0x2c0a19 (8) 0x2c0a10| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2c0a19-0x2c0a1b (2) -0x2c0a10| da ee cb 14 85| .....| timestamp: "2022-12-15 07:59:47.418 +0000 UTC" (1671091187418) 0x2c0a1b-0x2c0a23 (8) +0x2c0a10| da ee cb 14 85| .....| timestamp: 1671091187418 (2022-12-15T07:59:47.418Z) 0x2c0a1b-0x2c0a23 (8) 0x2c0a20|01 00 00 |... | 0x2c0a20| 00 80 08 0a 02 00 00 00 | ........ | data: raw bits 0x2c0a23-0x2c0a2b (8) | | | [344]{}: event 0x2c0a2b-0x2c0cb4 (649) 0x2c0a20| 89 02 00 00 00| .....| size: 649 0x2c0a2b-0x2c0a33 (8) 0x2c0a30|00 00 00 |... | 0x2c0a30| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2c0a33-0x2c0a35 (2) -0x2c0a30| 0d ef cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:47.469 +0000 UTC" (1671091187469) 0x2c0a35-0x2c0a3d (8) +0x2c0a30| 0d ef cb 14 85 01 00 00 | ........ | timestamp: 1671091187469 (2022-12-15T07:59:47.469Z) 0x2c0a35-0x2c0a3d (8) 0x2c0a30| 00 82 77| ..w| data: raw bits 0x2c0a3d-0x2c0cb4 (631) 0x2c0a40|00 78 00 11 00 06 03 00 6e 01 1e 00 02 03 00 59|.x......n......Y| * |until 0x2c0cb3.7 (631) | | | | | [345]{}: event 0x2c0cb4-0x2c0de5 (305) 0x2c0cb0| 31 01 00 00 00 00 00 00 | 1....... | size: 305 0x2c0cb4-0x2c0cbc (8) 0x2c0cb0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2c0cbc-0x2c0cbe (2) -0x2c0cb0| 40 ef| @.| timestamp: "2022-12-15 07:59:47.52 +0000 UTC" (1671091187520) 0x2c0cbe-0x2c0cc6 (8) +0x2c0cb0| 40 ef| @.| timestamp: 1671091187520 (2022-12-15T07:59:47.52Z) 0x2c0cbe-0x2c0cc6 (8) 0x2c0cc0|cb 14 85 01 00 00 |...... | 0x2c0cc0| 00 81 1f 00 78 00 11 00 06 03| ....x.....| data: raw bits 0x2c0cc6-0x2c0de5 (287) 0x2c0cd0|00 6e 01 1e 00 02 03 00 59 00 09 0d 0f 01 02 00|.n......Y.......| @@ -3225,7 +3225,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [346]{}: event 0x2c0de5-0x2c0e24 (63) 0x2c0de0| 3f 00 00 00 00 00 00 00 | ?....... | size: 63 0x2c0de5-0x2c0ded (8) 0x2c0de0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2c0ded-0x2c0def (2) -0x2c0de0| 4f| O| timestamp: "2022-12-15 07:59:47.535 +0000 UTC" (1671091187535) 0x2c0def-0x2c0df7 (8) +0x2c0de0| 4f| O| timestamp: 1671091187535 (2022-12-15T07:59:47.535Z) 0x2c0def-0x2c0df7 (8) 0x2c0df0|ef cb 14 85 01 00 00 |....... | | | | fastpath_input{}: 0x2c0df7-0x2c0e24 (45) | | | input_header{}: 0x2c0df7-0x2c0df8 (1) @@ -3241,7 +3241,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [347]{}: event 0x2c0e24-0x2c10ad (649) 0x2c0e20| 89 02 00 00 00 00 00 00 | ........ | size: 649 0x2c0e24-0x2c0e2c (8) 0x2c0e20| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2c0e2c-0x2c0e2e (2) -0x2c0e20| a5 ef| ..| timestamp: "2022-12-15 07:59:47.621 +0000 UTC" (1671091187621) 0x2c0e2e-0x2c0e36 (8) +0x2c0e20| a5 ef| ..| timestamp: 1671091187621 (2022-12-15T07:59:47.621Z) 0x2c0e2e-0x2c0e36 (8) 0x2c0e30|cb 14 85 01 00 00 |...... | 0x2c0e30| 00 82 77 00 78 00 11 00 06 03| ..w.x.....| data: raw bits 0x2c0e36-0x2c10ad (631) 0x2c0e40|00 6e 01 1e 00 02 03 00 59 00 09 0d 0f 01 02 00|.n......Y.......| @@ -3250,7 +3250,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2c10a0| 38 00 00| 8..| size: 56 0x2c10ad-0x2c10b5 (8) 0x2c10b0|00 00 00 00 00 |..... | 0x2c10b0| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2c10b5-0x2c10b7 (2) -0x2c10b0| be ef cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:47.646 +0000 UTC" (1671091187646) 0x2c10b7-0x2c10bf (8) +0x2c10b0| be ef cb 14 85 01 00 00 | ........ | timestamp: 1671091187646 (2022-12-15T07:59:47.646Z) 0x2c10b7-0x2c10bf (8) | | | fastpath_input{}: 0x2c10bf-0x2c10e5 (38) | | | input_header{}: 0x2c10bf-0x2c10c0 (1) 0x2c10b0| 54| T| action: 0x1 0x2c10bf-0x2c10bf.2 (0.2) @@ -3265,7 +3265,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [349]{}: event 0x2c10e5-0x2c2042 (3933) 0x2c10e0| 5d 0f 00 00 00 00 00 00 | ]....... | size: 3933 0x2c10e5-0x2c10ed (8) 0x2c10e0| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2c10ed-0x2c10ef (2) -0x2c10e0| d8| .| timestamp: "2022-12-15 07:59:47.672 +0000 UTC" (1671091187672) 0x2c10ef-0x2c10f7 (8) +0x2c10e0| d8| .| timestamp: 1671091187672 (2022-12-15T07:59:47.672Z) 0x2c10ef-0x2c10f7 (8) 0x2c10f0|ef cb 14 85 01 00 00 |....... | 0x2c10f0| 00 8f 4b 00 45 0f 15 00 03| ..K.E....| data: raw bits 0x2c10f7-0x2c2042 (3915) 0x2c1100|cb 06 a2 0d 05 78 8a f9 45 40 29 7f 95 40 46 c5|.....x..E@)..@F.| @@ -3273,7 +3273,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [350]{}: event 0x2c2042-0x2c2250 (526) 0x2c2040| 0e 02 00 00 00 00 00 00 | ........ | size: 526 0x2c2042-0x2c204a (8) 0x2c2040| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2c204a-0x2c204c (2) -0x2c2040| d9 ef cb 14| ....| timestamp: "2022-12-15 07:59:47.673 +0000 UTC" (1671091187673) 0x2c204c-0x2c2054 (8) +0x2c2040| d9 ef cb 14| ....| timestamp: 1671091187673 (2022-12-15T07:59:47.673Z) 0x2c204c-0x2c2054 (8) 0x2c2050|85 01 00 00 |.... | 0x2c2050| 00 81 fc 01 f3 01 01 00 03 00 11 02| ............| data: raw bits 0x2c2054-0x2c2250 (508) 0x2c2060|d7 01 7e 03 de 01 70 01 08 00 10 00 01 04 26 00|..~...p.......&.| @@ -3281,7 +3281,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [351]{}: event 0x2c2250-0x2c2281 (49) 0x2c2250|31 00 00 00 00 00 00 00 |1....... | size: 49 0x2c2250-0x2c2258 (8) 0x2c2250| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2c2258-0x2c225a (2) -0x2c2250| 38 f0 cb 14 85 01| 8.....| timestamp: "2022-12-15 07:59:47.768 +0000 UTC" (1671091187768) 0x2c225a-0x2c2262 (8) +0x2c2250| 38 f0 cb 14 85 01| 8.....| timestamp: 1671091187768 (2022-12-15T07:59:47.768Z) 0x2c225a-0x2c2262 (8) 0x2c2260|00 00 |.. | | | | fastpath_input{}: 0x2c2262-0x2c2281 (31) | | | input_header{}: 0x2c2262-0x2c2263 (1) @@ -3297,7 +3297,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [352]{}: event 0x2c2281-0x2c3750 (5327) 0x2c2280| cf 14 00 00 00 00 00 00 | ........ | size: 5327 0x2c2281-0x2c2289 (8) 0x2c2280| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2c2289-0x2c228b (2) -0x2c2280| 3e f0 cb 14 85| >....| timestamp: "2022-12-15 07:59:47.774 +0000 UTC" (1671091187774) 0x2c228b-0x2c2293 (8) +0x2c2280| 3e f0 cb 14 85| >....| timestamp: 1671091187774 (2022-12-15T07:59:47.774Z) 0x2c228b-0x2c2293 (8) 0x2c2290|01 00 00 |... | 0x2c2290| 00 94 bd 01 b4 14 01 00 02 00 f5 03 24| ............$| data: raw bits 0x2c2293-0x2c3750 (5309) 0x2c22a0|03 14 05 5a 03 20 01 37 00 10 00 01 04 84 12 82|...Z. .7........| @@ -3305,7 +3305,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [353]{}: event 0x2c3750-0x2c5256 (6918) 0x2c3750|06 1b 00 00 00 00 00 00 |........ | size: 6918 0x2c3750-0x2c3758 (8) 0x2c3750| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2c3758-0x2c375a (2) -0x2c3750| 71 f0 cb 14 85 01| q.....| timestamp: "2022-12-15 07:59:47.825 +0000 UTC" (1671091187825) 0x2c375a-0x2c3762 (8) +0x2c3750| 71 f0 cb 14 85 01| q.....| timestamp: 1671091187825 (2022-12-15T07:59:47.825Z) 0x2c375a-0x2c3762 (8) 0x2c3760|00 00 |.. | 0x2c3760| 00 9a f4 01 ee 1a 01 00 01 00 f5 03 24 03| ............$.| data: raw bits 0x2c3762-0x2c5256 (6900) 0x2c3770|14 05 5a 03 20 01 37 00 10 00 01 04 d8 1a 84 fd|..Z. .7.........| @@ -3313,7 +3313,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [354]{}: event 0x2c5256-0x2c5539 (739) 0x2c5250| e3 02 00 00 00 00 00 00 | ........ | size: 739 0x2c5256-0x2c525e (8) 0x2c5250| 02 00| ..| pdu_type: "pdu_fastpath_output" (2) 0x2c525e-0x2c5260 (2) -0x2c5260|71 f0 cb 14 85 01 00 00 |q....... | timestamp: "2022-12-15 07:59:47.825 +0000 UTC" (1671091187825) 0x2c5260-0x2c5268 (8) +0x2c5260|71 f0 cb 14 85 01 00 00 |q....... | timestamp: 1671091187825 (2022-12-15T07:59:47.825Z) 0x2c5260-0x2c5268 (8) 0x2c5260| 00 82 d1 01 c8 02 01 00| ........| data: raw bits 0x2c5268-0x2c5539 (721) 0x2c5270|01 00 f5 03 5b 03 14 05 6f 03 20 01 15 00 10 00|....[...o. .....| * |until 0x2c5538.7 (721) | | @@ -3321,7 +3321,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2c5530| 2a 00 00 00 00 00 00| *......| size: 42 0x2c5539-0x2c5541 (8) 0x2c5540|00 |. | 0x2c5540| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2c5541-0x2c5543 (2) -0x2c5540| b0 f0 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:47.888 +0000 UTC" (1671091187888) 0x2c5543-0x2c554b (8) +0x2c5540| b0 f0 cb 14 85 01 00 00 | ........ | timestamp: 1671091187888 (2022-12-15T07:59:47.888Z) 0x2c5543-0x2c554b (8) | | | fastpath_input{}: 0x2c554b-0x2c5563 (24) | | | input_header{}: 0x2c554b-0x2c554c (1) 0x2c5540| 4c | L | action: 0x1 0x2c554b-0x2c554b.2 (0.2) @@ -3336,7 +3336,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [356]{}: event 0x2c5563-0x2c5594 (49) 0x2c5560| 31 00 00 00 00 00 00 00 | 1....... | size: 49 0x2c5563-0x2c556b (8) 0x2c5560| 01 00 | .. | pdu_type: "pdu_fastpath_input" (1) 0x2c556b-0x2c556d (2) -0x2c5560| 53 f1 cb| S..| timestamp: "2022-12-15 07:59:48.051 +0000 UTC" (1671091188051) 0x2c556d-0x2c5575 (8) +0x2c5560| 53 f1 cb| S..| timestamp: 1671091188051 (2022-12-15T07:59:48.051Z) 0x2c556d-0x2c5575 (8) 0x2c5570|14 85 01 00 00 |..... | | | | fastpath_input{}: 0x2c5575-0x2c5594 (31) | | | input_header{}: 0x2c5575-0x2c5576 (1) @@ -3352,7 +3352,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [357]{}: event 0x2c5594-0x2c9170 (15324) 0x2c5590| dc 3b 00 00 00 00 00 00 | .;...... | size: 15324 0x2c5594-0x2c559c (8) 0x2c5590| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2c559c-0x2c559e (2) -0x2c5590| 82 f1| ..| timestamp: "2022-12-15 07:59:48.098 +0000 UTC" (1671091188098) 0x2c559e-0x2c55a6 (8) +0x2c5590| 82 f1| ..| timestamp: 1671091188098 (2022-12-15T07:59:48.098Z) 0x2c559e-0x2c55a6 (8) 0x2c55a0|cb 14 85 01 00 00 |...... | 0x2c55a0| 00 bb ca 00 c4 3b 46 00 05 50| .....;F..P| data: raw bits 0x2c55a6-0x2c9170 (15306) 0x2c55b0|01 f0 04 fc fc e3 9f 00 01 00 04 00 85 f0 fe 01|................| @@ -3360,7 +3360,7 @@ $ ./fq -d pyrdp dv /test.pyrdp | | | [358]{}: event 0x2c9170-0x2ca28d (4381) 0x2c9170|1d 11 00 00 00 00 00 00 |........ | size: 4381 0x2c9170-0x2c9178 (8) 0x2c9170| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2c9178-0x2c917a (2) -0x2c9170| 83 f1 cb 14 85 01| ......| timestamp: "2022-12-15 07:59:48.099 +0000 UTC" (1671091188099) 0x2c917a-0x2c9182 (8) +0x2c9170| 83 f1 cb 14 85 01| ......| timestamp: 1671091188099 (2022-12-15T07:59:48.099Z) 0x2c917a-0x2c9182 (8) 0x2c9180|00 00 |.. | 0x2c9180| 00 91 0b 00 05 11 40 00 03 e7 03 22 05 05| ......@...."..| data: raw bits 0x2c9182-0x2ca28d (4363) 0x2c9190|47 3f 59 91 de 2b e4 ca 40 28 43 e0 81 d6 c0 2c|G?Y..+..@(C....,| @@ -3369,7 +3369,7 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2ca280| bd 06 00| ...| size: 1725 0x2ca28d-0x2ca295 (8) 0x2ca290|00 00 00 00 00 |..... | 0x2ca290| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2ca295-0x2ca297 (2) -0x2ca290| 83 f1 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:48.099 +0000 UTC" (1671091188099) 0x2ca297-0x2ca29f (8) +0x2ca290| 83 f1 cb 14 85 01 00 00 | ........ | timestamp: 1671091188099 (2022-12-15T07:59:48.099Z) 0x2ca297-0x2ca29f (8) 0x2ca290| 00| .| data: raw bits 0x2ca29f-0x2ca94a (1707) 0x2ca2a0|86 ab 01 9d 06 01 00 0f 00 f5 03 5c 03 d9 04 70|...........\...p| * |until 0x2ca949.7 (1707) | | @@ -3377,21 +3377,21 @@ $ ./fq -d pyrdp dv /test.pyrdp 0x2ca940| 5c 2f 00 00 00 00| \/....| size: 12124 0x2ca94a-0x2ca952 (8) 0x2ca950|00 00 |.. | 0x2ca950| 02 00 | .. | pdu_type: "pdu_fastpath_output" (2) 0x2ca952-0x2ca954 (2) -0x2ca950| 8a f1 cb 14 85 01 00 00 | ........ | timestamp: "2022-12-15 07:59:48.106 +0000 UTC" (1671091188106) 0x2ca954-0x2ca95c (8) +0x2ca950| 8a f1 cb 14 85 01 00 00 | ........ | timestamp: 1671091188106 (2022-12-15T07:59:48.106Z) 0x2ca954-0x2ca95c (8) 0x2ca950| 00 af 4a 00| ..J.| data: raw bits 0x2ca95c-0x2cd8a6 (12106) 0x2ca960|3c 2f 6e 00 03 d3 04 a2 0d 05 37 2a b4 c3 06 a0|