Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update our bpf.h with tcpdump.org's new DLT_ types. | fenner | 2001-07-31 | 1 | -1/+1 |
| | | | | Use our bpf.h instead of tcpdump.org's to build libpcap. | ||||
* | Fixed world breakage in previous commit (config.h was inaccessible | bde | 2001-04-03 | 1 | -4/+2 |
| | | | | | | | except in the unusual case where ${.OBJDIR} == ${.CURDIR}). Fixed nearby style bugs (the DEFS variable had rotted to be just an obfuscation). | ||||
* | Update for libpcap 0.6.2 | fenner | 2001-04-03 | 2 | -8/+106 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | Don't try to compile in INET6 support when NOINET6 is defined. | steve | 2000-04-15 | 1 | -1/+4 |
| | |||||
* | Upgrade to libpcap 0.5 | fenner | 2000-01-30 | 1 | -2/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fixed CLEANFILES. | bde | 1998-12-27 | 1 | -2/+2 |
| | |||||
* | Bump minor version number and add version.c to update to version 0.4 | fenner | 1998-09-15 | 1 | -3/+7 |
| | | | | PR: bin/7877 | ||||
* | do not include private copy of bpf.h - it leads to dangerous mismatch | ache | 1998-08-18 | 1 | -2/+2 |
| | | | | of kernel/user bpf interface - include updated /sys/net/bpf.h instead | ||||
* | Simplified by using new yacc rules. | bde | 1998-05-08 | 1 | -9/+6 |
| | |||||
* | Also install pcap-int.h so things can call pcap_compile on arbitary | peter | 1997-10-10 | 1 | -2/+2 |
| | | | | expressions (eg: in pppd) | ||||
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -1/+2 |
| | | | | | | target. Reviewed by: <many different folks> Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su> | ||||
* | Bump minor version number. | fenner | 1997-05-27 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add -I${PCAP_DISTDIR}/bpf to CFLAGS since our <net/bpf.h> is out of date. Remove -Wall and -Dlint. DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 \ -DHAVE_SOCKADDR_SA_LEN=1 -DLBL_ALIGN=1 CFLAGS+=-I. -Dyylval=pcap_lval ${DEFS} SHLIB_MAJOR=2 SHLIB_MINOR=2 # # Magic to grab sources out of src/contrib # PCAP_DISTDIR?=${.CURDIR}/../../contrib/libpcap CFLAGS+=-I${PCAP_DISTDIR} -I${PCAP_DISTDIR}/lbl -I${PCAP_DISTDIR}/bpf .PATH: ${PCAP_DISTDIR} .PATH: ${PCAP_DISTDIR}/bpf/net beforeinstall: .for i in pcap.h pcap-namedb.h ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${PCAP_DISTDIR}/$i \ ${DESTDIR}/usr/include .endfor tokdefs.h grammar.c: grammar.y ${YACC} ${YACCFLAGS} -d ${PCAP_DISTDIR}/grammar.y mv y.tab.c grammar.c mv y.tab.h tok/home/ncvs/CVSROOT/commitcheck | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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. | wollman | 1997-01-05 | 1 | -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 includes | peter | 1996-08-30 | 1 | -8/+5 |
| | |||||
* | Uniquely name the distribution directory variable so that it can be overridden | pst | 1996-08-21 | 1 | -9/+9 |
| | | | | for multiple packages at the same time. | ||||
* | Bump shared library number to 2.1 | pst | 1996-08-20 | 1 | -3/+5 |
| | |||||
* | Grab libpcap sources out of contrib_libpcap module | pst | 1996-08-19 | 27 | -9081/+23 |
| | |||||
* | Define ETHER_SERVICE, since we have one. ie: use getetherxxx() instead | peter | 1996-08-19 | 1 | -2/+2 |
| | | | | of parsing /etc/ethers manually. This allows it to read NIS. | ||||
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 5 | -6/+11 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | backout yacc changes | phk | 1996-06-02 | 1 | -2/+2 |
| | |||||
* | yacc rule change. | phk | 1996-05-30 | 1 | -3/+3 |
| | |||||
* | ``mv'' -> ``mv -f'' | wosch | 1996-05-07 | 1 | -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 to | bde | 1996-05-01 | 1 | -0/+2 |
| | | | | <sys/types.h>. | ||||
* | Install source files with the -c flag, not with the optional flag ${COPY}. | bde | 1995-08-06 | 1 | -3/+3 |
| | |||||
* | Fix handling NULL-encapsulated interfaces (lo & tun) | ache | 1995-06-22 | 1 | -3/+12 |
| | | | | | Reviewed by: wollman Submitted by: dvv@sprint.net | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 6 | -30/+30 |
| | |||||
* | Fix typo: pcap.h.h | ache | 1995-02-23 | 1 | -2/+2 |
| | |||||
* | Quench a warning and fix some duplicity by using the official strerror | phk | 1995-02-23 | 1 | -11/+3 |
| | | | | routine, instead of rolling our own. | ||||
* | Fix bogus Makefile which resulted in incompatible shared and static | olah | 1995-02-21 | 2 | -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, | jkh | 1995-01-20 | 26 | -0/+9058 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Add the Packet Capture Library from Michael Reifenberger. | jkh | 1995-01-20 | 26 | -0/+9058 |
| | | | | Submitted by: mr | ||||
* | Add the Packet Capture Library from Michael Reifenberger. | jkh | 1995-01-20 | 1 | -0/+45 |
Submitted by: mr |