libnetfilterconntrack
libnetfilter_conntrack is a userspace library that provides a programming interface for interacting with the Linux kernel’s Netfilter connection tracking subsystem, commonly known as conntrack. The library is part of the Netfilter project and communicates with the kernel through netlink sockets, using the nfnetlink framework to exchange information about connection tracking entries.
The API allows applications to enumerate existing conntrack entries, apply filters, and retrieve a range of
Common uses for libnetfilter_conntrack include firewall state monitoring, NAT debugging and management, intrusion detection workflows, and
See also: Netfilter, nfnetlink, conntrack-tools, connection tracking.