X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f67e46a634dd3bdcefa9fc09dbef6baae1b1d1ed..0023eaa78f123676bfa9c5fba72ea4b8a59aaa70:/print-pflog.c diff --git a/print-pflog.c b/print-pflog.c index 52a103a8..787dbac1 100644 --- a/print-pflog.c +++ b/print-pflog.c @@ -64,6 +64,7 @@ static const struct tok pf_actions[] = { { PF_PASS, "pass" }, { PF_DROP, "block" }, { PF_SCRUB, "scrub" }, + { PF_NOSCRUB, "noscrub" }, { PF_NAT, "nat" }, { PF_NONAT, "nonat" }, { PF_BINAT, "binat" }, @@ -73,6 +74,7 @@ static const struct tok pf_actions[] = { { PF_SYNPROXY_DROP, "synproxy-drop" }, #if defined(__FreeBSD__) { PF_DEFER, "defer" }, + { PF_MATCH, "match" }, #elif defined(__OpenBSD__) { PF_DEFER, "defer" }, { PF_MATCH, "match" },