We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4c4d8 commit 23e63bfCopy full SHA for 23e63bf
1 file changed
lib/format_bpf.c
@@ -647,6 +647,7 @@ static struct libtrace_format_t bpf = {
647
bpf_get_statistics, /* get_statistics */
648
bpf_get_fd, /* get_fd */
649
trace_event_device, /* trace_event */
650
+ NULL, /* get_layer3 */
651
bpf_help, /* help */
652
NULL, /* next pointer */
653
NON_PARALLEL(true)};
0 commit comments