Page MenuHomeFreeBSD

tcpdump: decode packets on pfsync interfaces
ClosedPublic

Authored by kp on Jul 12 2021, 5:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 4:09 AM
Unknown Object (File)
Sat, Mar 30, 3:06 PM
Unknown Object (File)
Fri, Mar 29, 7:19 AM
Unknown Object (File)
Wed, Mar 27, 9:04 PM
Unknown Object (File)
Mar 19 2024, 6:34 AM
Unknown Object (File)
Mar 7 2024, 11:40 PM
Unknown Object (File)
Feb 8 2024, 7:04 AM
Unknown Object (File)
Feb 7 2024, 6:45 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 40449
Build 37338: arc lint + arc unit

Event Timeline

kp requested review of this revision.Jul 12 2021, 5:19 PM
This revision is now accepted and ready to land.Jul 13 2021, 4:51 AM

Should this be upstreamed? Our tcpdump isn't far behind upstream. Merging a newer upstream is pretty straightforward too.

Should this be upstreamed? Our tcpdump isn't far behind upstream. Merging a newer upstream is pretty straightforward too.

Upstream tcpdump doesn't have pfsync support at all. It was briefly merged back in 2012, but immediately backed out again:

commit 2886b89df644ab24bc93577d3e309962b3aec09d
Author: Guy Harris <gharris@sonic.net>
Date: Wed Feb 29 21:14:50 2012 -0800

Back out DLT_PFSYNC support.

Unfortunately, the DLT_PFSYNC support depends on header files included
from the pfctl command's source tree, and trying to arrange to find that
would be too much trouble.
This revision was automatically updated to reflect the committed changes.