`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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commit854a4db4fa69ba268d0f05b99a5453655eeb2537
tree3e5d5ba2fb24f70f05ca6ff944ac26bd915af516
parentf5e11b5dffe3aa7566ce6bf16b3330e6ee7e87ac
`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.023838 seconds and 5 git commands to generate.