]> The Tcpdump Group git mirrors - tcpdump/commit
pflog: note why we can't handle this all at run time. [skip ci]
authorGuy Harris <[email protected]>
Mon, 9 Sep 2024 21:48:16 +0000 (14:48 -0700)
committerGuy Harris <[email protected]>
Mon, 9 Sep 2024 21:48:16 +0000 (14:48 -0700)
commita9a8f757b99dd623d3900aab92fdae18263b7ce5
treec7bd2d56bf6977466118206e7a9753cd896807fc
parenta271c5ecb9c9ea1cbecff1569eb647cfb16dc187
pflog: note why we can't handle this all at run time. [skip ci]

I.e., we could handle *some* differences between pflog types at run time
by looking at the length of the header, but we can't handle all of them,
because the NetBSD, DragonFly BSD, and Darwin headers are all the same
length, and there's at least one way that NetBSD and Darwin pflog files
would have to be dissected differently.
print-pflog.c