aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cbor.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29CBOR: Fix duplicated filter names.Anders Broman1-3/+3
2022-03-22CBOR: fix build issue [-Wmaybe-uninitialized]Joakim Karlsson1-1/+1
2022-03-03cbor: Use common fields for uint and tagStig Bjørlykke1-66/+22
2022-03-03cbor: Add items for header fieldsStig Bjørlykke1-290/+542
2022-02-07CBOR: Handle application/senml+cborStig Bjørlykke1-0/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2021-10-26CBOR: Avoid infinite loop when sequence has not-well-formed dataBrian Sipos1-1/+5
2021-10-24CBOR: Show and return actual dissected lengthBrian Sipos1-1/+2
2021-10-21CBOR: Add support for CBOR sequence dissectionBrian Sipos1-0/+21
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-01-13Use result of register_dissectorPeter Wu1-4/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-4/+6
2015-08-30CBOR: fix definition of cbor.type.tag64 fieldPascal Quantin1-1/+35
2015-08-29CBOR: fix no previous prototype for proto_reg*_cbor [-Wmissing-prototypes]Alexis La Goutte1-0/+3
2015-08-23CBOR: get rid of INFINITY and NAN definesPascal Quantin1-15/+19
2015-08-23See if this makes MSVC happy.Guy Harris1-2/+6
2015-08-23Use G_GINT64_MODIFIER, not l, in format strings for 64-bit integers.Guy Harris1-2/+2
2015-08-23Rename variable to avoid collisions with math.h's exp().Guy Harris1-7/+7
2015-08-23CBOR: add Concise Binary Object Representation (RFC 7049) dissectorHauke Mehrtens1-0/+832