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