<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libpcap/pcap-netmap.c, branch upstream/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r313695, r313760, r314769, r314863, r314865, r316125</title>
<updated>2017-05-31T05:20:59+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2017-05-31T05:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d7ab634bec095a072e508f79941046cf6c47d7da'/>
<id>d7ab634bec095a072e508f79941046cf6c47d7da</id>
<content type='text'>
r313695:
MFV r313676: libpcap 1.8.1

r313760:
MFV r313759: license change for a few headers (4 clause BSD to 3 clause BSD).

X-MFC-with:	r313695

r314769:
Remove compatibility with old libpcap.

Differential Revision:	https://reviews.freebsd.org/D9606

r314863:
Stop installing pcap-int.h, which is the internal interface for libpcap.

Reference:	https://github.com/the-tcpdump-group/libpcap/issues/560
PR:		217221

r314865:
Bump __FreeBSD_version for removal of pcap-int.h.

PR:		217221

r316125:
MFV r316124: Fix build when WITHOUT_INET6.

Reported by:	Randy Westlund &lt;rwestlun gmail com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r313695:
MFV r313676: libpcap 1.8.1

r313760:
MFV r313759: license change for a few headers (4 clause BSD to 3 clause BSD).

X-MFC-with:	r313695

r314769:
Remove compatibility with old libpcap.

Differential Revision:	https://reviews.freebsd.org/D9606

r314863:
Stop installing pcap-int.h, which is the internal interface for libpcap.

Reference:	https://github.com/the-tcpdump-group/libpcap/issues/560
PR:		217221

r314865:
Bump __FreeBSD_version for removal of pcap-int.h.

PR:		217221

r316125:
MFV r316124: Fix build when WITHOUT_INET6.

Reported by:	Randy Westlund &lt;rwestlun gmail com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r303893, r303894:</title>
<updated>2016-09-08T15:25:41+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-09-08T15:25:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4774878b419d1ca241d3c7e6e875c295de6dde42'/>
<id>4774878b419d1ca241d3c7e6e875c295de6dde42</id>
<content type='text'>
misc replacements of comma with semicolon when pertinent.

Uses of commas instead of a semicolons can easily go undetected. The comma
can serve as a statement separator but this shouldn't be abused when
statements are meant to be standalone.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
misc replacements of comma with semicolon when pertinent.

Uses of commas instead of a semicolons can easily go undetected. The comma
can serve as a statement separator but this shouldn't be abused when
statements are meant to be standalone.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add netmap support to libpcap. Tcpdump and other native pcap application can now</title>
<updated>2014-10-06T15:48:28+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2014-10-06T15:48:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=86f82ef94611b8292a4cc2a93b5339c46d13cf40'/>
<id>86f82ef94611b8292a4cc2a93b5339c46d13cf40</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
