<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libpcap, branch release/5.2.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.2.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-11-04T06:12:21Z</updated>
<entry>
<title>* Modify libpcap to work a bit better with our 802.11 code.  This means</title>
<updated>2003-11-04T06:12:21Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2003-11-04T06:12:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3267cc18e1701c7480e095ec434ffcd44f12407a'/>
<id>urn:sha1:3267cc18e1701c7480e095ec434ffcd44f12407a</id>
<content type='text'>
  tcpdump -y ieee802_11 will work in the basic senses, including the
  code compilation for filters (where you may specify "link[]" to refer
  to parts of the 802.11 header, as well as treat it like a normal
  Ethernet header).  Previously, it was just too far off to do anything
  useful for us.
* While I'm here, fix some compile problems that will result from lex
  and yacc namespace polution when linking with -lpcap.  The namespace
  is now "pcapyy*" instead of "yy*", and it tests fine with world and
  some external applications that may or may not use "yy*".
</content>
</entry>
<entry>
<title>Zap now-unused SHLIB_MINOR</title>
<updated>2002-09-28T00:25:32Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-09-28T00:25:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=224af215a6fe8d5e5e2c91cc97c48bdd67c991c7'/>
<id>urn:sha1:224af215a6fe8d5e5e2c91cc97c48bdd67c991c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update for libpcap 0.7.1</title>
<updated>2002-06-21T01:35:37Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2002-06-21T01:35:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87d7b72262269b38fb525201765fe0063362e997'/>
<id>urn:sha1:87d7b72262269b38fb525201765fe0063362e997</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added new bsd.incs.mk which handles installing of header files</title>
<updated>2002-05-12T16:01:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-12T16:01:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c7b111cba82a6eafca66d37944c7293fb1a11000'/>
<id>urn:sha1:c7b111cba82a6eafca66d37944c7293fb1a11000</id>
<content type='text'>
via INCS.  Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files.  Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.

Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1.  Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):

	kerberos5/lib/libtelnet/Makefile
	lib/libbz2/Makefile
	lib/libdevinfo/Makefile
	lib/libform/Makefile
	lib/libisc/Makefile
	lib/libmenu/Makefile
	lib/libmilter/Makefile
	lib/libpanel/Makefile

Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.

Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD.  Similarly for INCOWN, INCGRP,
and INCMODE.

Consistently use INCLUDEDIR instead of /usr/include.

gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.

These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
</content>
</entry>
<entry>
<title>Update our bpf.h with tcpdump.org's new DLT_ types.</title>
<updated>2001-07-31T23:27:06Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2001-07-31T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=46da4bc6fc908c47eab980f5972f4a31fa321726'/>
<id>urn:sha1:46da4bc6fc908c47eab980f5972f4a31fa321726</id>
<content type='text'>
Use our bpf.h instead of tcpdump.org's to build libpcap.
</content>
</entry>
<entry>
<title>Fixed world breakage in previous commit (config.h was inaccessible</title>
<updated>2001-04-03T10:08:51Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2001-04-03T10:08:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f3952ecb5e0de769b8ee46ecf32f76dab8ed2c5c'/>
<id>urn:sha1:f3952ecb5e0de769b8ee46ecf32f76dab8ed2c5c</id>
<content type='text'>
except in the unusual case where ${.OBJDIR} == ${.CURDIR}).

Fixed nearby style bugs (the DEFS variable had rotted to be just
an obfuscation).
</content>
</entry>
<entry>
<title>Update for libpcap 0.6.2</title>
<updated>2001-04-03T04:34:50Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2001-04-03T04:34:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a92ad3d67d7bcbf0736766f1229e615345b148b'/>
<id>urn:sha1:1a92ad3d67d7bcbf0736766f1229e615345b148b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MAN[1-9] -&gt; MAN.</title>
<updated>2001-03-27T17:27:19Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-27T17:27:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a558355e5f3b4521cef56a6b705fa84be41dfa0'/>
<id>urn:sha1:4a558355e5f3b4521cef56a6b705fa84be41dfa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't try to compile in INET6 support when NOINET6 is defined.</title>
<updated>2000-04-15T20:45:52Z</updated>
<author>
<name>Steve Price</name>
<email>steve@FreeBSD.org</email>
</author>
<published>2000-04-15T20:45:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4f9bc6c6b7d90dd654e63603252db0ff04a0c666'/>
<id>urn:sha1:4f9bc6c6b7d90dd654e63603252db0ff04a0c666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to libpcap 0.5</title>
<updated>2000-01-30T00:44:23Z</updated>
<author>
<name>Bill Fenner</name>
<email>fenner@FreeBSD.org</email>
</author>
<published>2000-01-30T00:44:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a819aff2b6e35c2de9f2bc1c1ab0f1de3cd00c2'/>
<id>urn:sha1:2a819aff2b6e35c2de9f2bc1c1ab0f1de3cd00c2</id>
<content type='text'>
</content>
</entry>
</feed>
