summaryrefslogtreecommitdiff
path: root/lib/libpcap
AgeCommit message (Collapse)Author
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
does not malloc -1, but uses max snaplen; pointed out by mts@nfr.net
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
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
questionable
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
tcpdump + additional info (SPI + which type of transforms where passed).
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
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
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
1996-07-12bring it to the latest 0.2 LBL release.Michael Shalayeff
1996-06-18libpcap used yyparse(), which is bad; netbsd pr#2031; ↵Theo de Raadt
lukem@supp.cpr.itg.telecom.com.au
1996-06-10merge to latest libpcapTheo de Raadt
1996-05-07correct bpf typesTheo de Raadt
1996-05-06hard-code the include installation path (mostly for speed)Theo de Raadt
1996-03-23Use __inline, not inlineThorsten Lockert
1996-03-04Update to the latest LBL release.Michael Shalayeff
1995-11-13pcap inject function is a good idea; from scottr@edsi.org; netbsd pr#1747Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt