dect
/
libpcap
Archived
13
0
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
Guy Harris 7b6487a8a5 Note that libpcap links with libnl by default - and that this shouldn't
break binary compatibility, so that's not a reason to disable that.
2009-07-15 14:19:13 -07:00
guy 380a3dbf49 From Scott Barron <sb125499@ohiou.edu>: use the
SOL_PACKET/PACKET_STATISTICS "getsockopt()" call, on Linux kernels that
support it, to get packet statistics, so that we can report the number
of dropped packets, and always use <linux/if_packet.h> to get
definitions for PF_PACKET sockets, so that we don't depend on glibc's
header files having been updated to support all the latest shiniest
kernel features (many systems with 2.4[.x] kernels don't have a
<netpacket/packet.h> that defines "struct tpacket_stats", for example,
so we wouldn't have been able to support that kernel feature on those
systems).
2001-07-29 18:25:46 +00:00
guy 21e33731db Update the platform-specific information for various platforms.
Add a "README.linux" file discussing the packet socket and socket
filtering kernel options.
2000-12-01 07:47:07 +00:00