Glenn Hartmann
6cadad3d1f
pattern/protobuf: Allow parsing of nested messages ( #378 )
...
Mostly this enables attempted recursive parsing of submessages. Note
that it is inherently impossible to determine the underlying data type
for LengthDelimited for sure, so this is a best-effort attempt. The user
can disable recursive submessage parsing via Settings.
Other minor changes:
* added #pragma MIME and #pragma endian directives
* enabled UTF-8 display for LengthDelimited types
* added signed LEB128 display for Varint types (although this doesn't
seem to be working on my test case)
* swapped if/else-if structure for match
* fail upon receiving unknown or unsupported WireType
Co-authored-by: Nik <werwolv98@gmail.com >
2025-05-10 13:53:01 +02:00
..
2023-12-07 16:38:32 +01:00
2024-05-19 17:05:56 +02:00
2024-11-24 11:41:26 +01:00
2025-03-22 13:46:06 +01:00
2025-03-22 13:52:59 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:06:39 +01:00
2025-03-22 13:46:49 +01:00
2024-11-24 11:41:26 +01:00
2024-11-17 13:58:02 +01:00
2023-10-24 07:33:56 +02:00
2024-11-24 11:41:26 +01:00
2025-01-13 21:20:36 +01:00
2025-05-10 13:34:36 +02:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:39:22 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-12-13 10:21:47 +01:00
2025-01-19 00:13:04 +01:00
2023-08-28 12:32:23 +02:00
2023-08-28 12:32:23 +02:00
2023-08-28 12:32:23 +02:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-12-05 21:26:43 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-08-03 17:44:37 +02:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-12-05 21:26:43 +01:00
2024-12-05 21:26:43 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-05-10 11:52:35 +02:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2023-10-24 07:35:38 +02:00
2023-10-24 07:35:38 +02:00
2024-11-17 13:56:40 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-08-03 20:14:27 +02:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-28 17:59:45 +01:00
2025-01-14 18:21:16 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-05-10 13:35:14 +02:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2025-01-23 21:44:44 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2025-05-10 13:34:01 +02:00
2025-01-14 20:01:36 +01:00
2024-08-03 17:44:37 +02:00
2024-11-24 11:41:26 +01:00
2025-05-10 11:49:02 +00:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-03-22 13:51:46 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-03-22 13:46:06 +01:00
2024-11-24 11:41:26 +01:00
2025-04-30 04:00:52 -07:00
2025-03-22 13:46:06 +01:00
2025-05-10 13:34:16 +02:00
2025-03-24 07:15:25 +01:00
2025-01-14 20:01:36 +01:00
2024-02-25 22:04:41 +01:00
2025-05-10 12:26:39 +02:00
2024-11-24 11:41:26 +01:00
2024-08-03 17:44:37 +02:00
2025-05-10 11:52:00 +02:00
2025-05-10 11:51:43 +02:00
2025-03-22 13:49:50 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-11-17 13:53:18 +01:00
2025-01-14 20:01:36 +01:00
2025-05-10 13:53:01 +02:00
2025-01-14 20:01:36 +01:00
2025-03-22 13:51:46 +01:00
2024-11-24 11:41:26 +01:00
2024-08-03 17:44:37 +02:00
2024-08-03 17:44:37 +02:00
2024-11-24 11:41:26 +01:00
2024-12-14 13:48:06 +01:00
2024-11-24 11:41:26 +01:00
2025-05-10 11:57:51 +02:00
2024-11-24 11:41:26 +01:00
2024-11-24 14:53:02 +01:00
2025-03-22 13:44:55 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-08-03 17:44:37 +02:00
2024-12-28 19:57:48 +01:00
2025-03-22 13:54:50 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-03-22 13:48:57 +01:00
2024-11-27 20:44:56 +01:00
2025-03-22 13:46:06 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-05-10 11:54:29 +02:00
2025-03-22 13:45:25 +01:00
2024-11-24 11:41:26 +01:00
2025-05-10 10:29:50 +00:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-04-30 08:55:53 -07:00
2025-01-14 20:01:36 +01:00
2024-08-03 17:44:37 +02:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-02-16 12:52:01 +01:00
2025-01-14 20:01:36 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2024-11-24 11:41:26 +01:00
2025-01-14 20:01:36 +01:00
2025-05-10 11:51:04 +02:00
2025-03-22 13:57:42 +01:00
2024-11-24 11:41:26 +01:00
2024-08-03 17:44:37 +02:00