summaryrefslogtreecommitdiff
path: root/lib/libpcap
AgeCommit message (Expand)Author
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-05-02Re-add version.c which got lost in the update.drochner
2006-04-25Build libpcap-0.9.4 from src/dist.drochner
2006-03-20revert wrong fix to a non-existant problemdrochner
2006-03-19Coverity CID 1515: Off-by-one and trash the stack...christos
2006-02-24use unsigned ints in filter, to avoid possible portability problemsdrochner
2006-02-24account for data alignment of FDDI packets;drochner
2006-02-07Remove break after goto (lint complains).wiz
2005-10-01Bump minor for pcap_inject() addition.scw
2005-10-01Add a simplified pcap_inject() from libpcap-0.9.3.scw
2005-06-10Fix bpf_open so that we can run tcpdump without write-access todyoung
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2005-01-09Bump minor version for libpcap 0.8.3 import.dyoung
2004-12-02Use /dev/bpf.christos
2004-10-01Move the conditional definition of offsetof() till after all thehe
2004-09-28Another formatting fix.wiz
2004-09-28Some formatting fixes, and s/OpenBSD/.Ox/ s/FreeBSD/.Fx/.wiz
2004-09-28Remove trailing whitespace.wiz
2004-09-28Make newchunk() prototype match definition.dyoung
2004-09-27Commit stragglers.dyoung
2004-09-27Resolve conflicts in libpcap-0.8.3 import.dyoung
2004-09-22Process the new files in libpcap 0.8.3.dyoung
2004-09-19Import libpcap 0.8.3 from tcpdump.org---getting it right this time, I hope.dyoung
2004-09-19Import libpcap 0.8.3 from tcpdump.orgdyoung
2004-09-07Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf
2004-06-25support format for if_pflog.c (new format only/old format not supported)itojun
2004-01-20Do runtime dynamic binary-search for maximum obtainable bpf capturejonathan
2003-11-24prevent double free. From OpenBSDchristos
2003-08-01Rework how dependency generation is performed:lukem
2003-04-16Usewiz
2003-02-05"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-07Take descriptions for pcap_file() and pcap_fileno() from libpcap-currentpooka
2003-01-03add missing "pooka
2003-01-02pcap_next() returns a const u_char*pooka
2002-12-19Add support for VLAN (IEEE 802.1Q) frames.hannken
2002-10-19Open the BPF file descriptor as read-write. Some pcap-using programsthorpej
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-09-25Fix two typos, and bump Dd for recent additions.wiz
2002-09-22* Add support for DLT_IEEE802_11.thorpej
2002-09-14Don't override the definition of LEX.thorpej
2002-08-26sync partly with tcpdump.org. ok'ed by itojunyamt
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).lukem
2002-08-12calloc() arg mistake. it's (nelem, size). from openbsditojun
2002-05-16Space before comment after #endif.wiz
2002-02-07Generate <>& symbolically.ross
2001-11-05explicitly set to WARNS?=1lukem
2001-10-03Use .Dq for quoting, and fix a (double) typo and duplicate words.wiz
2001-10-03Remove two unnecessary .Pps, and fix a xref.wiz
2001-10-03mdoc'ify pcap.3gmcgarry