[Bug 283799] tcpdump (14.2+) endian-swaps uid when parsing pflog data

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 02 Jan 2025 22:17:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283799

--- Comment #3 from Kristof Provost <kp@freebsd.org> ---
Given this https://cgit.freebsd.org/src/tree/sys/netpfil/pf/if_pflog.c#n256 I'd
expect no endianness conversion to be required for uid (and rule_uid,
rule_pid).

Arguably that's wrong, as we do use big endian for a lot of other fields, but
it is what it is now and has been since 2007.

-- 
You are receiving this mail because:
You are the assignee for the bug.