C++ bindings for libpcap
Be the first to post a text review of libpcap++. Rate and review a project by clicking thumbs up or thumbs down in the right column.
+ Follow GNU libtool versioning system. + Install pkg-config file (pcap++.pc). + Member function get_snaplen() moved from PcapLive to Pcap. + New function Pcap::get_filter(). + New options to configure: --with-pcap-headers and --with-pcap-lib. + Make libpcap++ compatible (only) with libpcap >= 0.8. + New functions get_major_version() and get_minor_version() in class PcapOffline. + Support all DLT_'s defined in version 0.9.8 of libpcap. + Changed some names of the DataLink::Type enum so that they match those defined by libpcap without the leading "DLT_". The only exception is DLT_NULL (used BSD_LOOP instead of NULL). + Fixed a segmentation fault in Pcap::set_filter() (thanks Giovanni Venturi). + Renamed get_promiscuous() and get_nonblock() to is_promiscuous() and is_nonblock() in class PcapLive.
+ Follow GNU libtool versioning system. + Install pkg-config file (pcap++.pc). + Member function get_snaplen() moved from PcapLive to Pcap. + New function Pcap::get_filter(). + New options to configure: --with-pcap-headers and --with-pcap-lib. + Make libpcap++ compatible (only) with libpcap >= 0.8. + New functions get_major_version() and get_minor_version() in class PcapOffline. + Support all DLT_'s defined in version 0.9.8 of libpcap. + Changed some names of the DataLink::Type enum so that they match those defined by libpcap without the leading "DLT_". The only exception is DLT_NULL (used BSD_LOOP instead of NULL). + Fixed a segmentation fault in Pcap::set_filter() (thanks Giovanni Venturi). + Renamed get_promiscuous() and get_nonblock() to is_promiscuous() and is_nonblock() in class PcapLive.
+ Prepend "get_" to accessor member functions. + Added cobj() methods for classes Stats, Address and Dumper, and renamed get_pcap_t() to cobj() in class Pcap. + Changed DataLink interface. + New type Pcap::Netmask + New function Packet::manage() + Fixed undefined reference to Dumper::STD_OUTPUT + Install API reference.
+ Prepend "get_" to accessor member functions. + Added cobj() methods for classes Stats, Address and Dumper, and renamed get_pcap_t() to cobj() in class Pcap. + Changed DataLink interface. + New type Pcap::Netmask + New function Packet::manage() + Fixed undefined reference to Dumper::STD_OUTPUT + Install API reference.
This is the first stable release of libpcap++.
This is the first stable release of libpcap++.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?