dect
/
libpcap
Archived
13
0
Fork 0
PCAP Library with DECT support
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
assar ca9f99af45 use AC_DEFINE/3 to get defines into config.h.in 2000-07-11 00:36:07 +00:00
SUNOS4 Initial revision 1999-10-07 23:46:40 +00:00
bpf/net make it compile under solaris and hp-ux 2000-06-26 05:08:35 +00:00
lbl Initial revision 1999-10-07 23:46:40 +00:00
linux-include/netinet add __attribute__ ((packed)). From cgd@netbsd.org (Chris G. Demetriou) 2000-06-10 14:26:40 +00:00
.cvsignore ignore dynamically generated files. 1999-10-19 15:20:43 +00:00
CHANGES Merged the Linux v2.2 packet support into the main trunk (from 2000-06-08 06:40:09 +00:00
CREDITS Merged the Linux v2.2 packet support into the main trunk (from 2000-06-08 06:40:09 +00:00
FILES add bpf_dump.c (moved here from tcpdump) 2000-06-26 10:55:16 +00:00
INSTALL *** empty log message *** 2000-06-11 16:46:21 +00:00
Makefile.in (CSRC): add bpf_dump.c 2000-06-26 04:16:04 +00:00
README doc edits from Guy Harris and MCR 2000-06-16 17:50:17 +00:00
README.aix *** empty log message *** 2000-06-11 16:46:21 +00:00
VERSION bumped version to 0.5 2000-01-25 02:25:04 +00:00
aclocal.m4 use AC_DEFINE/3 to get defines into config.h.in 2000-07-11 00:36:07 +00:00
bpf_dump.c reomve interface.h, it's not used in libpcap 2000-06-26 04:17:05 +00:00
bpf_image.c do not use sprintf(). always use snprintf(). 2000-04-27 09:11:11 +00:00
config.guess update to current version from :pserver:anoncvs@subversions.gnu.org:/home/cvs 2000-03-31 20:27:23 +00:00
config.sub update to current version from :pserver:anoncvs@subversions.gnu.org:/home/cvs 2000-03-31 20:27:23 +00:00
configure re-generated 2000-07-06 01:51:37 +00:00
configure.in add code for handling find the correct dlpi device on HP-UX 11.0 2000-07-06 01:50:36 +00:00
etherent.c Initial revision 1999-10-07 23:46:40 +00:00
ethertype.h correct ethertype_ipv6 again. from <risso@polito.it> 2000-06-29 15:44:55 +00:00
gencode.c remove non-stdc code 2000-07-01 03:32:50 +00:00
gencode.h remove non-STDC code 2000-07-01 03:33:48 +00:00
grammar.y -Wall -Werror clean. 2000-06-03 16:29:42 +00:00
inet.c remove non-STDC code 2000-07-01 03:33:48 +00:00
install-sh Initial revision 1999-10-07 23:46:40 +00:00
mkdep Initial revision 1999-10-07 23:46:40 +00:00
nametoaddr.c remove non-STDC code and malloc.h 2000-07-01 03:35:07 +00:00
optimize.c do not use sprintf(). always use snprintf(). 2000-04-27 09:11:11 +00:00
pcap-bpf.c clarify error message 2000-07-10 04:50:05 +00:00
pcap-dlpi.c add code for handling find the correct dlpi device on HP-UX 11.0 2000-07-06 01:50:36 +00:00
pcap-enet.c Unify rcsid's 2000-01-10 18:42:59 +00:00
pcap-int.h re-correct fallback strlcpy(). do not choke on z == 0. 2000-07-04 00:22:03 +00:00
pcap-linux.c use snprintf instead of sprintf. From Juergen Schoenwaelder 2000-07-04 12:24:01 +00:00
pcap-namedb.h revert renaming of pcap_nametoaddrinfo to pcap_nametoaddr. this gets 2000-04-27 09:18:57 +00:00
pcap-nit.c s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo) 2000-04-27 14:24:11 +00:00
pcap-nit.h Initial revision 1999-10-07 23:46:40 +00:00
pcap-null.c remove some empty lines 2000-06-26 05:12:11 +00:00
pcap-pf.c remove non-STDC code and malloc.h 2000-07-01 03:35:07 +00:00
pcap-pf.h Initial revision 1999-10-07 23:46:40 +00:00
pcap-snit.c remove non-STDC code and malloc.h 2000-07-01 03:35:07 +00:00
pcap-snoop.c change sprintf -> snprintf from previous patch. also from Guy Harris 2000-04-30 07:32:56 +00:00
pcap.3 add pcap_open_dead 2000-06-26 08:14:48 +00:00
pcap.c (pcap_open_dead): add function for just creating a pcap_t that be 2000-06-26 04:58:04 +00:00
pcap.h (pcap_open_dead, bpf_validate, bpf_dump): add 2000-06-26 04:57:11 +00:00
ppp.h IPv6 packet filtering code. 1999-10-19 15:18:28 +00:00
savefile.c do not use sprintf(). always use snprintf(). 2000-04-27 09:11:11 +00:00
scanner.l (lex_init): call YY_FLUSH_BUFFER when using flex. From Guy Harris 2000-06-10 14:42:27 +00:00

README

@(#) $Header: /tcpdump/master/libpcap/README,v 1.21 2000-06-16 17:50:17 mcr Exp $ (LBL)

LIBPCAP 0.5
Now maintained by "The Tcpdump Group"
See 		www.tcpdump.org

Please send inquiries/comments/reports to 	tcpdump-workers@tcpdump.org

Anonymous CVS is available via:
	cvs -d cvs.tcpdump.org:/tcpdump/master login
	(password "anoncvs")
	cvs -d cvs.tcpdump.org:/tcpdump/master checkout libpcap

Version 0.5 of LIBPCAP can be retrived with the CVS tag "libpcap_0_5":
	cvs -d cvs.tcpdump.org:/tcpdump/master checkout -r libpcap_0_5 libpcap

Please send patches against the master copy to patches@tcpdump.org.

formerly from 	Lawrence Berkeley National Laboratory
		Network Research Group <libpcap@ee.lbl.gov>
		ftp://ftp.ee.lbl.gov/libpcap.tar.Z (0.4)

This directory contains source code for libpcap, a system-independent
interface for user-level packet capture.  libpcap provides a portable
framework for low-level network monitoring.  Applications include
network statistics collection, security monitoring, network debugging,
etc.  Since almost every system vendor provides a different interface
for packet capture, and since we've developed several tools that
require this functionality, we've created this system-independent API
to ease in porting and to alleviate the need for several
system-dependent packet capture modules in each application.

Note well: this interface is new and is likely to change.

The libpcap interface supports a filtering mechanism based on the
architecture in the BSD packet filter.  BPF is described in the 1993
Winter Usenix paper ``The BSD Packet Filter: A New Architecture for
User-level Packet Capture''.  A compressed postscript version is in:

	ftp://ftp.ee.lbl.gov/papers/bpf-usenix93.ps.Z.

Although most packet capture interfaces support in-kernel filtering,
libpcap utilizes in-kernel filtering only for the BPF interface.
On systems that don't have BPF, all packets are read into user-space
and the BPF filters are evaluated in the libpcap library, incurring
added overhead (especially, for selective filters).  Ideally, libpcap
would translate BPF filters into a filter program that is compatible
with the underlying kernel subsystem, but this is not yet implemented.

BPF is standard in 4.4BSD, BSD/OS, NetBSD, FreeBSD, and OpenBSD.  DEC OSF/1
uses the packetfilter interface but has been extended to accept BPF
filters (which libpcap utilizes).  Also, you can add BPF filter support
to Ultrix using the kernel source and/or object patches available in:

	ftp://gatekeeper.dec.com/pub/DEC/net/bpfext42.tar.Z.

Problems, bugs, questions, desirable enhancements, source code
contributions, etc., should be sent to the email address
"tcpdump-workers@tcpdump.org".