History log of /freebsd-current/lib/libpcap/config.h
Revision Date Author Comments
# 2a63c3be 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# 67c802c9 29-May-2023 Joseph Mingrone <jrm@FreeBSD.org>

libpcap: Update PACKAGE_VERSION definition to 1.10.4

Reviewed by: kp
Fixes: 6f9cba8f8b5e (libpcap: Update to 1.10.3)
Fixes: dd744a896be3 (libpcap: Update to 1.10.4)
Sponsored by: The FreeBSD Foundation


# 270d20ce 26-May-2023 Joseph Mingrone <jrm@FreeBSD.org>

libpcap: Update PACKAGE_STRING to 1.10.4

Reviewed by: emaste
Fixes: 6f9cba8f8b5e (libpcap: Update to 1.10.3)
Fixes: dd744a896be3 (libpcap: Update to 1.10.4)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D40295


# 86f82ef9 06-Oct-2014 Luigi Rizzo <luigi@FreeBSD.org>

Add netmap support to libpcap. Tcpdump and other native pcap application can now
run directly on netmap ports using netmap:foo or valeXX:YY device names.
Modifications to existing code are small and trivial, the netmap-specific
code is all in a new file.

Please be aware that in netmap mode the physical interface is disconnected from
the host stack, so libpcap will steal the traffic not just make a copy.

For the full version of the code (including linux and autotools support) see
https://code.google.com/p/netmap-libpcap/

MFC after: 3 days


# bf77b6f8 29-Oct-2010 Dimitry Andric <dim@FreeBSD.org>

Regenerate our lib/libpcap/config.h for libpcap 1.1.1.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 28510af5 21-Mar-2009 Rui Paulo <rpaulo@FreeBSD.org>

Support files for new libpcap 1.0.0.
Includes a shlib bump.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 136600fe 13-Aug-2008 Ed Schouten <ed@FreeBSD.org>

Change bpf(4) to use the cdevpriv API.

Right now the bpf(4) driver uses the cloning API to generate /dev/bpf%u.
When an application such as tcpdump needs a BPF, it opens /dev/bpf0,
/dev/bpf1, etc. until it opens the first available device node. We used
this approach, because our devfs implementation didn't allow
per-descriptor data.

Now that we can, make it use devfs_get_cdevpriv() to obtain the private
data. To remain compatible with the existing implementation, add a
symlink from /dev/bpf0 to /dev/bpf. I've already changed libpcap to
compile with HAVE_CLONING_BPF, which makes it use /dev/bpf. There may be
other applications in the base system (dhclient) that use the loop to
obtain a valid bpf.

Discussed on: src-committers
Approved by: csjp


# 3bc70204 15-Oct-2007 Max Laier <mlaier@FreeBSD.org>

Update for libpcap 0.9.8 import


# 0b27443f 29-May-2005 Sam Leffler <sam@FreeBSD.org>

update for import of v0.9.1-096


# 731db6a4 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

NOINET6 -> NO_INET6


# 87d7b722 20-Jun-2002 Bill Fenner <fenner@FreeBSD.org>

Update for libpcap 0.7.1


# 1a92ad3d 02-Apr-2001 Bill Fenner <fenner@FreeBSD.org>

Update for libpcap 0.6.2