Fix: network instrumentation protocol enum
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Jan 2018 17:41:57 +0000 (12:41 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Jan 2018 17:46:25 +0000 (12:46 -0500)
The enumeration field within the header payload should keep the
enumeration describing the header field, and not use the variant
selector enumeration.

This issue has been introduced by commit "Fix: network instrumentation
handling of corrupted TCP headers".

It causes the following warning messages in babeltrace:

[warning] Unknown value 6 in enum.
[warning] Unknown value 17 in enum.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.027027 seconds and 4 git commands to generate.