Skip to content

Commit

Permalink
Sync branch
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Apr 12, 2024
1 parent 5abfd0d commit 122b882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libnfdump/filter/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static struct flow_procs_map_s {

static struct preprocess_s {
preprocess_proc_t function;
} const preprocess_map[] = {[SSLindex] = {ssl_preproc}, [JA3index] = {ja3_preproc}, [JA4index] = {ja4_preproc}, {NULL}};
} const preprocess_map[MAXLISTSIZE] = {[SSLindex] = {ssl_preproc}, [JA3index] = {ja3_preproc}, [JA4index] = {ja4_preproc}};

// static const int a[20] = {1, 2, 3, [8] = 10, 11, 12};

Expand Down

0 comments on commit 122b882

Please sign in to comment.