]> The Tcpdump Group git mirrors - tcpdump/commitdiff
pflog: Fix a macro name
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 27 Oct 2023 18:10:31 +0000 (20:10 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 27 Oct 2023 18:13:17 +0000 (20:13 +0200)
(cherry picked from commit 5f0cd8a9f0b996475a2e808d153c351b14ac2a41)

[skip ci]

print-pflog.c

index b8dc6dbc3d8abc16ea333b7872b93a3a61021027..70a31dd58cf10d9f8cfc0fd16471265aa87cd2fe 100644 (file)
@@ -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)" },