0.0.2 [15 Apr 2008] ^^^^^^^^^^^^^^^^^^^ + 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. 0.0.1 [10 Apr 2008] ^^^^^^^^^^^^^^^^^^^ + 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. 0.0 [1 Apr 2008] ^^^^^^^^^^^^^^^^ First public release