Skip to content

Commit 23e63bf

Browse files
daeho-rosalcock
authored andcommitted
Add missing get_layer3 function pointer to bpf format (#218)
1 parent ec4c4d8 commit 23e63bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/format_bpf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ static struct libtrace_format_t bpf = {
647647
bpf_get_statistics, /* get_statistics */
648648
bpf_get_fd, /* get_fd */
649649
trace_event_device, /* trace_event */
650+
NULL, /* get_layer3 */
650651
bpf_help, /* help */
651652
NULL, /* next pointer */
652653
NON_PARALLEL(true)};

0 commit comments

Comments
 (0)