summaryrefslogtreecommitdiff
path: root/lib/libpcap
AgeCommit message (Expand)Author
2002-03-23language extensions for PF logs. can specify direction, interface, ruleMike Frantzen
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-01-17add pcap_inject back into the header fileEric Jackson
2001-12-17fix memory leak associated with compiled BPF program, sync'd from tcpdump.org...Dug Song
2001-12-06A FILE * is not a file name, dammit.Todd C. Miller
2001-11-22Broken use of .IMPSRC in non-inference rule contextMarc Espie
2001-10-02change timeval to bpf_timeval; 32 bit in size, permitting much greater portab...Theo de Raadt
2001-07-06#include string.h to get memset() prototypeTodd C. Miller
2001-06-25DLT_PFLOGNiels Provos
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-06-29remove legacy over-general :{B} match for MAC addresses, fixing filters like ...Dug Song
2000-04-27s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (sync with reality)Jun-ichiro itojun Hagino
2000-04-27crank minorTheo de Raadt
2000-04-26sync with libpcap v0.5Jakob Schlyter
2000-04-13use getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF.Jun-ichiro itojun Hagino
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromAaron Campbell
1999-11-17add MLINKsTodd C. Miller
1999-08-30someone went overboard with Fn. Also Pa the email address. ok aaron@David Leonard
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-07-20changes brought in from v0.4; started by brad, more by me, being tested by mtsTheo de Raadt
1999-07-19if pcap_dump_open() specified a snaplen of -1, make sure pcap_open_offline() ...Theo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-18new mandoc-style pcap(3) man page; kwesterback@home.comAaron Campbell
1999-06-17fix RCS tagsBrad Smith
1998-09-05more man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-31DLT_LOOP has network byte order headerTheo de Raadt
1998-08-27fix premature free() callingMichael Shalayeff
1998-08-14realloc repairTheo de Raadt
1998-07-22remove references to tcpslice as it is not shipped with the system.. this is ...Theo de Raadt
1998-07-14buf oflowsTheo de Raadt
1998-06-26handle single char hostnames; jch@honig.netTheo de Raadt
1998-06-24typo; deberg@mit.eduTheo de Raadt
1998-06-11handle IPSec processed packets (DLT_ENC) in libpcap, display them withNiels Provos
1998-06-04add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.comTheo de Raadt
1998-02-26Enable YP ethers lookupNiklas Hallqvist
1997-08-13Fix PR #299 (pcap_inject busted).dm
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-22permit numbers at start of hostname; leres@ee.lbl.govTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-01-24SIOCGIFCONF nicelyTheo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-09-18tcpdump(8) not (1); noted by msaitoh@spa.is.uec.ac.jpTheo de Raadt
1996-09-16Use __inlineThorsten Lockert
1996-08-03We now define HAVE_STRERROR in CFLAGS insteadNiklas Hallqvist
1996-08-03We have strerror(3) availableNiklas Hallqvist
1996-07-26HAVE_STRERROR for __OpenBSD__Theo de Raadt
1996-07-19eschew use of HAVE_SOCKADDR_SA_LEN for nowTheo de Raadt