<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/net/libpcap, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-02-29T00:38:12Z</updated>
<entry>
<title>The package supports installation to DESTDIR.</title>
<updated>2008-02-29T00:38:12Z</updated>
<author>
<name>heinz</name>
<email>heinz</email>
</author>
<published>2008-02-29T00:38:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6f2173cb411d9a48a11451f5ba5f73778005dee4'/>
<id>urn:sha1:6f2173cb411d9a48a11451f5ba5f73778005dee4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the work around which deals with the missing include file</title>
<updated>2007-10-14T22:49:43Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2007-10-14T22:49:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=97dff1f0fb05bd73efc310edae2a2d3f47ee7395'/>
<id>urn:sha1:97dff1f0fb05bd73efc310edae2a2d3f47ee7395</id>
<content type='text'>
"/usr/include/net/if_pflog.h" a hack. The good news is that NetBSD 4.0
will ship with this include file which fixes the real problem.
</content>
</entry>
<entry>
<title>Pretend that "configure" didn't find "net/pfvar.h" if "net/if_pflog.h"</title>
<updated>2007-10-13T22:14:15Z</updated>
<author>
<name>tron</name>
<email>tron</email>
</author>
<published>2007-10-13T22:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8730b2af60cbef32384f11592bc1261269bf0013'/>
<id>urn:sha1:8730b2af60cbef32384f11592bc1261269bf0013</id>
<content type='text'>
isn't installed, too. This fixes build problems under NetBSD 4.0_RC1
reported in PR pkg/37111.
</content>
</entry>
<entry>
<title>Changes 0.9.8:</title>
<updated>2007-10-11T21:37:57Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2007-10-11T21:37:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5c299dace8d263886ebe9da0e02ccd1815434873'/>
<id>urn:sha1:5c299dace8d263886ebe9da0e02ccd1815434873</id>
<content type='text'>
* Change build process to put public libpcap headers into pcap subir
* DLT: Add value for IPMI IPMB packets
* DLT: Add value for u10 Networks boards
* Require &lt;net/pfvar.h&gt; for pf definitions - allows reading of pflog formatted
  libpcap files on an OS other than where the file was generated
</content>
</entry>
<entry>
<title>Fix for PR#37066</title>
<updated>2007-10-08T20:38:17Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2007-10-08T20:38:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=75e2fed1851b59e163db6bf1d63b8960bebbf0a8'/>
<id>urn:sha1:75e2fed1851b59e163db6bf1d63b8960bebbf0a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update libpcap to 0.9.7.</title>
<updated>2007-08-02T15:15:20Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2007-08-02T15:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=77365b9075826da5cd178dadf8cabc0246740070'/>
<id>urn:sha1:77365b9075826da5cd178dadf8cabc0246740070</id>
<content type='text'>
libpcap

Wed.	July 23, 2007.  mcr@xelerance.com.  Summary for 0.9.7 libpcap release

	FIXED version file to be 0.9.7 instead of 0.9.5.
	added flags/configuration for cloning bpf device.
	added DLT_MTP2_WITH_PHDR support (PPI)
        "fix" the "memory leak" in icode_to_fcode() -- documentation bug
        Various link-layer types, with a pseudo-header, for SITA http://www.sita.aero/
	introduces support for the DAG ERF type TYPE_COLOR_MC_HDLC_POS.
	Basic BPF filtering support for DLT_MTP2_WITH_PHDR is also added.
        check for IPv4 and IPv6, even for DLT_RAW
	add support for DLT_JUNIPER_ISM
  	Pick up changes from NetBSD: many from tron, christos, drochner
	Allocate DLT_ for 802.15.4 without any header munging, for Mikko Saarnivala.
	Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header

Wed.	April 25, 2007. ken@xelerance.com.  Summary for 0.9.6 libpcap release

	Put the public libpcap headers into a pcap subdirectory in both the
	 source directory and the target include directory, and have include
	 files at the top-level directory to include those headers, for
	 backwards compatibility.
	Add Bluetooth support
	Add USB capturing support on Linux
	Add support for the binary USB sniffing interface in Linux
	Add support for new FreeBSD BIOCSDIRECTION ioctl
	Add additional filter operations for 802.11 frame types
	Add support for filtering on MTP2 frame types
	Propagate some changes from the main branch, so the x.9 branch has
	 all the DLT_ and LINKTYPE_ values that the main branch does
	Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
	 encapsulated packets
	Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done
	 by Linux drivers
	Add LINKTYPE_ value corresponding to DLT_IEEE802_16_MAC_CPS.
	Add DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer
	Add DLT for Bluetooth HCI UART transport layer
	When building a shared library, build with "-fPIC" on Linux to support x86_64
	Link with "$(CC) -shared" rather than "ld -shared" when building a
	 ".so" shared library
	Add support for autoconf 2.60
	Fixes to discard unread packets when changing filters
	Changes to handle name changes in the DAG library resulting from
	 switching to libtool.
	Add support for new DAG ERF types.
        Add an explicit "-ldag" when building the shared library, so the DAG
	 library dependency is explicit.
	Mac OSX fixes for dealing with "wlt" devices
	Fixes in add_or_find_if() &amp; pcap_findalldevs() to optimize generating
	 device lists
	Fixed a bug in pcap_open_live(). The return value of PacketSetHwFilter
	 was not checked.
</content>
</entry>
<entry>
<title>Whitespace cleanup, courtesy of pkglint.</title>
<updated>2007-02-22T19:26:05Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-02-22T19:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0c152e7442b8ddde8405ba9d0f2d4d981d5c3151'/>
<id>urn:sha1:0c152e7442b8ddde8405ba9d0f2d4d981d5c3151</id>
<content type='text'>
Patch provided by Sergey Svishchev in private mail.
</content>
</entry>
<entry>
<title>Update to 3.9.5</title>
<updated>2007-01-03T13:34:55Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2007-01-03T13:34:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3f7f769c464ad1293511ac5f10d39bc81649041a'/>
<id>urn:sha1:3f7f769c464ad1293511ac5f10d39bc81649041a</id>
<content type='text'>
Fix compiling on AIX (, at end of ENUM)
Updated list of DNS RR typecodes
Use local Ethernet defs on WIN32
Add support for Frame-Relay ARP
Fixes for compiling under MSVC++
Add support for parsing Juniper .pcap files
Add support for FRF.16 Multilink Frame-Relay (DLT_MFR)
Rework the OSPFv3 printer
Fix printing for 4.4BSD/NetBSD NFS Filehandles
Add support for Cisco style NLPID encapsulation
Add cisco prop. eigrp related, extended communities
Add support for BGP signaled VPLS
Cleanup the bootp printer
Add support for PPP over Frame-Relay
Add some bounds checking to the IP options code, and clean up
the options output a bit.
Add additional modp groups to ISAKMP printer
Add support for Address-Withdraw and Label-Withdraw Msgs
Add support for the BFD Discriminator TLV
Fixes for 64bit compiling
Add support for PIMv2 checksum verification
Add support for further dissection of the IPCP Compression Option
Add support for Cisco's proposed VQP protocol
Add basic support for keyed authentication TCP option
Lots of minor cosmetic changes to output printers
</content>
</entry>
<entry>
<title>Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.</title>
<updated>2006-12-12T21:52:34Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-12-12T21:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d1af941dedbcf2bb0ff03eac1ef3b1bd943960af'/>
<id>urn:sha1:d1af941dedbcf2bb0ff03eac1ef3b1bd943960af</id>
<content type='text'>
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
</content>
</entry>
<entry>
<title>use libtool version of LIBOBJS</title>
<updated>2006-12-06T21:17:28Z</updated>
<author>
<name>schwarz</name>
<email>schwarz</email>
</author>
<published>2006-12-06T21:17:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7312068b7557dbca6e50953ec163112596973fe3'/>
<id>urn:sha1:7312068b7557dbca6e50953ec163112596973fe3</id>
<content type='text'>
</content>
</entry>
</feed>
