[lttng-dev] [PATCH lttng-modules] Add UDP and ICMP packet header information to the tracepoint:

2019-11-13 Thread Florian Walbroel
* UDP transport header * ICMP transport header (Correct indentation for switch/case) Signed-off-by: Florian Walbroel --- instrumentation/events/lttng-module/net.h | 165 -- 1 file changed, 152 insertions(+), 13 deletions(-) diff --git a/instrumentation/events/lttng-module/n

Re: [lttng-dev] [PATCH lttng-modules] Add UDP and ICMP packet header information to the tracepoint:

2019-11-13 Thread Mathieu Desnoyers
- On Nov 13, 2019, at 4:08 AM, Florian Walbroel walbr...@silexica.com wrote: > * UDP transport header > * ICMP transport header > > (Correct indentation for switch/case) You appear to have missed the switch/case in __get_transport_header_type_ip() and __get_transport_header_type_ipv6(). Tha

[lttng-dev] [PATCH lttng-modules] Add UDP and ICMP packet header information to the tracepoint:

2019-11-13 Thread Florian Walbroel
* UDP transport header * ICMP transport header (Correct indentation for switch/case) Signed-off-by: Florian Walbroel --- instrumentation/events/lttng-module/net.h | 166 -- 1 file changed, 153 insertions(+), 13 deletions(-) diff --git a/instrumentation/events/lttng-module/n