]> 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:12:07 +0000 (20:12 +0200)
[skip ci]

print-pflog.c

index 2752c7c37551d6d71aad6bd5d30ad31dc70fdb8f..3986f65b07608f5b6eced7c18b7e645d5563d601 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)" },