From: Francois-Xavier Le Bail Date: Fri, 27 Oct 2023 18:10:31 +0000 (+0200) Subject: pflog: Fix a macro name X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/5f0cd8a9f0b996475a2e808d153c351b14ac2a41 pflog: Fix a macro name [skip ci] --- diff --git a/print-pflog.c b/print-pflog.c index 2752c7c3..3986f65b 100644 --- a/print-pflog.c +++ b/print-pflog.c @@ -37,7 +37,7 @@ static const struct tok pf_reasons[] = { { PFRES_MATCH, "0(match)" }, { PFRES_BADOFF, "1(bad-offset)" }, { PFRES_FRAG, "2(fragment)" }, - { PFRES_NORM, "3(short)" }, + { PFRES_SHORT, "3(short)" }, { PFRES_NORM, "4(normalize)" }, { PFRES_MEMORY, "5(memory)" }, { PFRES_TS, "6(bad-timestamp)" },