Name: | libpcap-devel |
---|---|
Epoch: | 14 |
Version: | 1.5.3 |
Release: | 12.el7 |
Architecture: | aarch64 |
Group: | Development/Libraries |
Size: | 166581 |
License: | BSD with advertising |
RPM: | libpcap-devel-1.5.3-12.el7.aarch64.rpm |
Source RPM: | libpcap-1.5.3-12.el7.src.rpm |
Build Date: | Fri Nov 22 2019 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.tcpdump.org |
Summary: | Libraries and header files for the libpcap library |
Description: | Libpcap provides a portable framework for low-level network monitoring. Libpcap can provide network statistics collection, security monitoring and network debugging. Since almost every system vendor provides a different interface for packet capture, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. This package provides the libraries, include files, and other resources needed for developing libpcap applications. |
- Resolves: #1596834 - Re-enable TPACKET_V3 to fix silent packet drops
- Resolves: #1427251 - tcpdump incorrectly shows 0x8100 tag for 802.1ad frames
- Add support for AF_VSOCK
- Bound packet size to 64k
- make sure that sll header size is accounted for (#1176612)
- make sure that netlink monitor interfaces are also properly recognized by tcpdump (#1031974)
- libpcap now correctly recognizes Netlink datalink type (#1031974) - fix vlan tagged packet filtering (#1079525)
- display also first packet when capturing in cooked mode (#1176612) - make sure that userland bpf filter interpreter is given snaplen such that size of cooked header is account for
- disable TPACKET_V3 memory mapped packet capture on AF_PACKET socket, use TPACKET_V2 instead (#1085096)
- don't crash when trying to filter on interface with NFLOG link layer type (#1062511)