PcapPlusPlus  23.09
File List
Here is a list of all documented files with brief descriptions:
 ArpLayer.h
 BgpLayer.h
 CotpLayer.h
 Device.h
 DhcpLayer.h
 DhcpV6Layer.h
 DnsLayer.h
 DnsLayerEnums.h
 DnsResource.h
 DnsResourceData.h
 DpdkDevice.h
 DpdkDeviceList.h
 EthDot3Layer.h
 EthLayer.h
 FtpLayer.h
 GeneralUtils.h
 GreLayer.h
 GtpLayer.h
 HttpLayer.h
 IcmpLayer.h
 IcmpV6Layer.h
 IgmpLayer.h
 IpAddress.h
 IPLayer.h
 IPReassembly.h
 IPSecLayer.h
 IpUtils.h
 IPv4Layer.h
 IPv6Extensions.h
 IPv6Layer.h
 KniDevice.hThis file and KniDeviceList.h provide PcapPlusPlus C++ wrapper for DPDK KNI (Kernel Network Interface) library (librte_kni). The main propose of the rte_kni library is to provide a way to forward packets received by DPDK application to Linux kernel (a.e. to processes that have opened some kind of a net socket) for further processing and to obtain packets from Linux kernel. The KNI device is the bridge that accomplish the translation between DPDK packets (mbuf) and Linux kernel/socket packets (skbuf). Currently KNI devices report speeds up to 10 GBit/s.
KNI device is a virtual network interface so it can be created and destroyed programmatically at will. As a real network interface KNI deivice must be managed appropriately like other interfaces. To start operate it MUST be given an IP address for example by the means of ip a command and MUST be put up for example by ip l set [interface] up.
Additionally KNI interfaces support 4 other settings (depends on DPDK version used):
 KniDeviceList.h
 Layer.h
 LinuxNicInformationSocket.h
 LLCLayer.h
 Logger.h
 LRUList.h
 MacAddress.h
 MBufRawPacket.h
 MplsLayer.h
 NdpLayer.h
 NetworkUtils.h
 NflogLayer.h
 NtpLayer.h
 NullLoopbackLayer.h
 OUILookup.h
 Packet.h
 PacketTrailerLayer.h
 PacketUtils.h
 PayloadLayer.h
 PcapDevice.h
 PcapFileDevice.h
 PcapFilter.h
 PcapLiveDevice.h
 PcapLiveDeviceList.h
 PcapPlusPlusVersion.h
 PcapRemoteDevice.h
 PcapRemoteDeviceList.h
 PfRingDevice.h
 PfRingDeviceList.h
 PointerVector.h
 PPPoELayer.h
 ProtocolType.h
 RadiusLayer.h
 RawPacket.h
 RawSocketDevice.h
 SdpLayer.h
 SingleCommandTextProtocol.h
 SipLayer.h
 Sll2Layer.h
 SllLayer.h
 SomeIpLayer.h
 SomeIpSdLayer.h
 SSHLayer.h
 SSLCommon.h
 SSLHandshake.h
 SSLLayer.h
 StpLayer.h
 SystemUtils.h
 TablePrinter.h
 TcpLayer.h
 TcpReassembly.h
 TelnetLayer.h
 TextBasedProtocol.h
 TimespecTimeval.h
 TLVData.h
 TpktLayer.h
 UdpLayer.h
 VlanLayer.h
 VrrpLayer.h
 VxlanLayer.h
 WakeOnLanLayer.h
 WinPcapLiveDevice.h