Commit Graph

6 Commits

Author SHA1 Message Date
Uli Heilmeier 0fd55dbf54 WSCBOR: Add checks for length and NULL
Additional checks for NULL and length before calling
tvb_new_subset_length() or proto_tree_add_item()

Related to #17890 case 8
2022-02-08 10:12:56 +00:00
João Valverde b30a2112e8 regex: Prefer C99/POSIX types
Replace 'gssize' with 'ssize_t'.

Add a CMake configure check for ssize_t.

Fix missing "config.h" includes.
2021-11-15 02:41:59 +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 8269572c4f cbor: use scoped pinfo pool instead of global
One reference snuck into the new cbor api, but pinfo was already in
scope so it's a trivial fix.
2021-09-29 11:56:02 -04:00
Brian Sipos abd0f1183f COSE dissector from dtn-wireshark project 2021-09-29 08:51:13 +00:00