Name: | libpcap |
---|---|
Epoch: | 14 |
Version: | 1.5.3 |
Release: | 4.el7_1.2 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 324782 |
License: | BSD with advertising |
RPM: | libpcap-1.5.3-4.el7_1.2.x86_64.rpm |
Source RPM: | libpcap-1.5.3-4.el7_1.2.src.rpm |
Build Date: | Tue May 12 2015 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.tcpdump.org |
Summary: | A system-independent interface for user-level packet capture |
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. Install libpcap if you need to do low-level network traffic monitoring on your network. |
- make sure that userland bpf filter interpreter is given snaplen such that size of cooked header is accounted for (#1207666)
- display also first packet when capturing in cooked mode (#1207666)
- 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)
- Mass rebuild 2014-01-24
- update to 1.5.3
- Mass rebuild 2013-12-27
- update to snapshot 20131108git459712e (#1026856)
- update to 1.4.0
- remove unused variable from pcap-config to prevent multilib conflicts - specfile cleanup