summaryrefslogtreecommitdiffstats
path: root/lib/libpcap
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix Makefile so that dependencies are actually right this time.wollman1997-01-051-8/+8
| | | | | It is almost always the wrong thing to put .y and .l files directly into the SRCS.
* cmp -s || install -c ==> install -C, use .for loop for includespeter1996-08-301-8/+5
|
* Uniquely name the distribution directory variable so that it can be overriddenpst1996-08-211-9/+9
| | | | for multiple packages at the same time.
* Bump shared library number to 2.1pst1996-08-201-3/+5
|
* Grab libpcap sources out of contrib_libpcap modulepst1996-08-1927-9081/+23
|
* Define ETHER_SERVICE, since we have one. ie: use getetherxxx() insteadpeter1996-08-191-2/+2
| | | | of parsing /etc/ethers manually. This allows it to read NIS.
* General -Wall warning cleanup, part I.jkh1996-07-125-6/+11
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* backout yacc changesphk1996-06-021-2/+2
|
* yacc rule change.phk1996-05-301-3/+3
|
* ``mv'' -> ``mv -f''wosch1996-05-071-2/+2
| | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
* Fixed incomplete or wrong lists of prerequisite #includes related tobde1996-05-011-0/+2
| | | | <sys/types.h>.
* Install source files with the -c flag, not with the optional flag ${COPY}.bde1995-08-061-3/+3
|
* Fix handling NULL-encapsulated interfaces (lo & tun)ache1995-06-221-3/+12
| | | | | Reviewed by: wollman Submitted by: dvv@sprint.net
* Remove trailing whitespace.rgrimes1995-05-306-30/+30
|
* Fix typo: pcap.h.hache1995-02-231-2/+2
|
* Quench a warning and fix some duplicity by using the official strerrorphk1995-02-231-11/+3
| | | | routine, instead of rolling our own.
* Fix bogus Makefile which resulted in incompatible shared and staticolah1995-02-212-20/+8
| | | | | | | libs. Reviewed by: Michael Reifenberger <root@rz-wb.fh-sw.de>, roberto@blaise.ibp.fr (Ollivier ROBERT)
* This commit was generated by cvs2svn to compensate for changes in r5739,jkh1995-01-2026-0/+9058
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add the Packet Capture Library from Michael Reifenberger.jkh1995-01-2026-0/+9058
| | | | Submitted by: mr
* Add the Packet Capture Library from Michael Reifenberger.jkh1995-01-201-0/+45
Submitted by: mr
OpenPOWER on IntegriCloud