`ctf` plugin: infer packet's total size from packet's content size
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 27 Mar 2019 22:28:40 +0000 (18:28 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:39 +0000 (18:19 -0400)
commitab03d3fb7c251b43d4ca15f723d6d6e1d82d66f0
tree1724e961774084bbc03f10e6eb36fd47a0c7390d
parent92f86a9e7a3cf684ea60cd378a364f63751e3e4b
`ctf` plugin: infer packet's total size from packet's content size

If a packet context's `packet_size` field is missing, but the
`content_size` field exists, use the packet's content size as the
packet's total size. I believe this is valid CTF.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
plugins/ctf/common/metadata/ctf-meta-validate.c
plugins/ctf/common/msg-iter/msg-iter.c
This page took 0.025094 seconds and 4 git commands to generate.