Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        libpcap: A system-independent interface for user-level packet capture.
        
        
        - Summary
- 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.
Changelog
        
            - * Mon Aug 25 17:00:00 2008 Miroslav Lichvar <mlichvar{%}redhat{*}com> - 14:3.9.4-14.el5
- - compile tcpdump with -fno-strict-aliasing 
            - * Fri Aug 22 17:00:00 2008 Miroslav Lichvar <mlichvar{%}redhat{*}com> - 14:3.9.4-13.el5
- - don't double-count received packets (#441446) 
            - * Wed Dec  5 16:00:00 2007 Miroslav Lichvar <mlichvar{%}redhat{*}com> - 14:3.9.4-12.el5
- - use LINUX_SLL or RAW as data link types when qeth device is not
  in layer2 mode (#281241)
- require /usr/sbin/sendmail (#259301)
- enable crypto support on 64-bit architectures (#345041)
- support decoding IKEv2 packets (#290131)