Skip to content

Tags: cmdrclueless/libpcap

Tags

libpcap_1.3rel0

Toggle libpcap_1.3rel0's commit message
june 12, 2012 release

libpcap_1.3_base

Toggle libpcap_1.3_base's commit message
Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git…

…/libpcap

libpcap_1_2rel1

Toggle libpcap_1_2rel1's commit message
bug and build fixes

libpcap_1_1rel1

Toggle libpcap_1_1rel1's commit message
libpcap 1.1.1 was released on April 5, 2010

libpcap_1_1rel0

Toggle libpcap_1_1rel0's commit message
This is the libpcap 1.1 branch point.

libpcap_1_0rel0

Toggle libpcap_1_0rel0's commit message
Don't do all the recvmsg() stuff if we don't have "struct

tpacket_auxdata".

libpcap_0_9rel8

Toggle libpcap_0_9rel8's commit message
Do not compile gai_strerrorA on Windows under MingW. gai_strerror is …

…already

available on MingW, it's only missing from Cygwin.

libpcap_0_9rel7

Toggle libpcap_0_9rel7's commit message
working releasetar target.

libpcap_0_9rel6

Toggle libpcap_0_9rel6's commit message
Pick up changes from NetBSD:

    several files:

	date: 2006/02/27 15:53:24;  author: drochner;  state: Exp;
	avoid shadowing globals, for WARNS=2

	date: 2006/02/27 15:55:30;  author: drochner;  state: Exp;
	minor constification, good for WARNS=3 now

	date: 2006/02/27 15:57:17;  author: drochner;  state: Exp;
	NetBSD adaption:

		...

	-const pcap_strerror() for consistency


    gencode.c:

	date: 2006/04/26 09:24:33;  author: tron;  state: Exp;
	Add missing "const" keywords to match declarations in "pcap.h".

	date: 2006/10/15 19:27:21;  author: christos;  state: Exp;
	add a volatile variable to prevent vfork/longjmp clobbering.

    optimize.c:

	date: 2006/05/17 17:48:36;  author: drochner;  state: Exp;
	Make the optimizer use unsigned numbers as the kernel does.
	While it is not agreed on that purely unsigned arithmetics is nice,
	different behaviour of optimized and unoptimized code is less desirable.

    pcap-bpf.c:

	date: 2006/02/27 15:51:38;  author: drochner;  state: Exp;
	pull in from NetBSD's libpcap: use cloning bpf device on NetBSD

Have the configure script check for paths.h, so that we can include it
only if we have it, and use the cloning BPF device only if we're on
NetBSD *and* _PATH_BPF is defined (hopefully this will keep us from
using it on versions of NetBSD that don't have a cloning BPF device; if,
in the future, other OSes with BPF get cloning BPF devices, we can make
this work for them as well).

libpcap_0_9rel5

Toggle libpcap_0_9rel5's commit message
updated version