aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cbor.c
AgeCommit message (Expand)AuthorFilesLines
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