Page MenuHomeFreeBSD

tcp: remove support for TCPPCAP
ClosedPublic

Authored by tuexen on Mar 31 2025, 2:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 28, 12:03 AM
Unknown Object (File)
May 19 2025, 7:40 PM
Unknown Object (File)
May 18 2025, 12:34 AM
Unknown Object (File)
May 17 2025, 12:53 PM
Unknown Object (File)
Apr 23 2025, 9:30 AM
Unknown Object (File)
Apr 17 2025, 6:31 AM
Unknown Object (File)
Apr 17 2025, 2:47 AM
Unknown Object (File)
Apr 14 2025, 12:17 PM
Subscribers

Details

Summary

This feature could be used to store the last sent and received TCP packets for a TCP endpoint. There was no utility to get these packets from the kernel or core. This functionality is now provided by TCP Black Box Logging, which also stores additional events. There are tools to get these traces from a live system or a core.
Therefore remove TCPPCAP to avoid maintaining it, although it is not used anymore.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped