libpcap++ 0.0.2 (Default branch) |
|
|
Libpcap++ is a C++ wrapper for libpcap (the packet
capture library) that provides a high level
interface to packet capture systems.
License: GNU General Public License (GPL)
Changes:
The GNU libtool versioning system is used. A pkgconfig file is installed. The function get_snaplen() has been moved to class Pcap. There's a new function Pcap::get_filter(). Now libpcap++ is compatible (only) with libpcap >= 0.8. There are two new functions, get_major_version() and get_minor_version(), in PcapOffline. More DLTs have been added. Some names of the DataLink::Type enum have been changed to match those defined by libpcap. A segmentation fault in Pcap::set_filter() has been fixed. The functions get_promiscuous() and get_nonblock() in PcapLive have been renamed to is_promiscuous() and is_nonblock().
|