aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-msgpack.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2022-01-04Some (trivial) cppcheck fixes.Martin Mathieson1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-21/+21
2021-01-06Fix duplicated fileter namesAnders Broman1-9/+9
2020-12-28msgpack: fix some compiler warnings.Dario Lombardo1-3/+3
2019-12-17MsgPack: add dissector to UDP port decode as listPascal Quantin1-1/+9
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-08-01msgpack: make return value optional.Dario Lombardo1-24/+47
2018-08-01msgpack: fix return value for map and array.Dario Lombardo1-1/+5
2018-07-25msgpack: replace pow() with shift.Dario Lombardo1-1/+1
2018-07-23MsgPack: fix format 'long (unsigned) int' errorUli Heilmeier1-2/+2
2018-07-21add MsgPack dissector.Dario Lombardo1-0/+446