Commit graph

5 commits

Author SHA1 Message Date
Felix Walter
bf9aa6ed28 CI: Add test for BPv7 bundle with huge block type
This tests for regressions concerning #227.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-10-22 11:20:12 +02:00
Fiona Fuchs
2fd20437b4 Change variable name in SPP parser, add AAP parser and AAP example packets, rearrange the example bundles and packets into separate folders by protocol name
Signed-off-by: Fiona Fuchs <fiona.fuchs@d3tn.com>
2023-06-08 13:42:18 +02:00
Fiona Fuchs
433421ec22 Fix assertion error in BPv6-parser, add SPP-parser and SPP example-bundle
Signed-off-by: Fiona Fuchs <fiona.fuchs@d3tn.com>
2023-06-07 15:17:43 +02:00
Fiona Fuchs
e53b5cffed Added BPv6 parser and BPv6 example-bundle
Signed-off-by: Fiona Fuchs <fiona.fuchs@d3tn.com>
2023-05-17 15:51:07 +02:00
Felix Walter
e16ec4c579 Enable building a BPv7 decoder binary
This adds a target `data-decoder` which builds a binary to decode a
specified binary file using uD3TN's parsing logic (based on the CLA RX
subsystem) and print details about it. In this first version only the
decoding of BPv7 bundles is implemented.

This binary can be used, e.g., for fuzz testing.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2023-05-16 11:34:14 +02:00