`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)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit01f71e307eed4f7cdde38a19a7dc784f05908ef7
tree3e5d5ba2fb24f70f05ca6ff944ac26bd915af516
parenta33f7c343712938f8605b5ca7736b5649c5f8d4b
`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.024494 seconds and 4 git commands to generate.