Commit Graph

7 Commits

Author SHA1 Message Date
Kevin Albertson a0c9627502 wscbor: defer creation of composite tvb
Prevents an exception in finalize if no tvbs are appended.
2023-01-09 08:04:08 +00:00
João Valverde 9fb07c1b79 Squelch some narrowing warnings.
The macro stores the length in an int. Add a cast to work squelch
the warning.
2022-10-20 17:11:56 +00:00
Patricia Lindner ddf0d35516 BPv7: Enhance block data and payload data handling
This change improves sequence analysis and subdissector interfaces, adds
payload Decode As support for DTN and IPN services, and add heuristic
dissection for BTSD.
2022-10-03 20:02:43 +00:00
Brian Sipos bc01dcb22c WSCBOR: Separate error from non-error expert info
The non-error expert info should not trigger wscbor_skip_if_errors() and similar logic.
2021-10-26 12:46:16 +00:00
Brian Sipos bc3bced07d COSE: Handle indefinite tstr/bstr encodings 2021-10-05 21:11:36 +00:00
Evan Huus 9cf7ff44e1 wscbor-test: handle jmps
Satisfy GCC that all the variables in this test program will be
initialized / not-clobbered in various exceptional/longjmp cases.
2021-10-04 15:35:44 +00:00
Brian Sipos abd0f1183f COSE dissector from dtn-wireshark project 2021-09-29 08:51:13 +00:00