Deleted Added
full compact
INSTALL.txt (127664) INSTALL.txt (146768)
1@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.7.2.2 2003/12/15 02:05:00 guy Exp $ (LBL)
1@(#) $Header: /tcpdump/master/libpcap/INSTALL.txt,v 1.12 2004/12/18 08:52:08 guy Exp $ (LBL)
2
3To build libpcap, run "./configure" (a shell script). The configure
4script will determine your system attributes and generate an
5appropriate Makefile from Makefile.in. Next run "make". If everything
6goes well you can su to root and run "make install". However, you need
7not install libpcap if you just want to build tcpdump; just make sure
8the tcpdump and libpcap directory trees have the same parent
9directory.

--- 280 unchanged lines hidden (view full) ---

290pre-SunOS 4.1. In addition, our sun4c-sunos4.0.3c nit gives you
291timestamps to the resolution of the SS-1 clock (1 us) rather than the
292lousy 20ms timestamps Sun gives you (tcpdump will print out the full
293timestamp resolution if it finds it's running on a SS-1).
294
295FILES
296-----
297CHANGES - description of differences between releases
2
3To build libpcap, run "./configure" (a shell script). The configure
4script will determine your system attributes and generate an
5appropriate Makefile from Makefile.in. Next run "make". If everything
6goes well you can su to root and run "make install". However, you need
7not install libpcap if you just want to build tcpdump; just make sure
8the tcpdump and libpcap directory trees have the same parent
9directory.

--- 280 unchanged lines hidden (view full) ---

290pre-SunOS 4.1. In addition, our sun4c-sunos4.0.3c nit gives you
291timestamps to the resolution of the SS-1 clock (1 us) rather than the
292lousy 20ms timestamps Sun gives you (tcpdump will print out the full
293timestamp resolution if it finds it's running on a SS-1).
294
295FILES
296-----
297CHANGES - description of differences between releases
298ChmodBPF/* - Mac OS X startup item to set ownership and permissions
299 on /dev/bpf*
298CREDITS - people that have helped libpcap along
299FILES - list of files exported as part of the distribution
300INSTALL.txt - this file
301LICENSE - the license under which tcpdump is distributed
302Makefile.in - compilation rules (input to the configure script)
303README - description of distribution
304README.aix - notes on using libpcap on AIX
305README.dag - notes on using libpcap to capture on Endace DAG devices
306README.hpux - notes on using libpcap on HP-UX
307README.linux - notes on using libpcap on Linux
300CREDITS - people that have helped libpcap along
301FILES - list of files exported as part of the distribution
302INSTALL.txt - this file
303LICENSE - the license under which tcpdump is distributed
304Makefile.in - compilation rules (input to the configure script)
305README - description of distribution
306README.aix - notes on using libpcap on AIX
307README.dag - notes on using libpcap to capture on Endace DAG devices
308README.hpux - notes on using libpcap on HP-UX
309README.linux - notes on using libpcap on Linux
310README.macosx - notes on using libpcap on Mac OS X
308README.tru64 - notes on using libpcap on Digital/Tru64 UNIX
309README.Win32 - notes on using libpcap on Win32 systems (with WinPcap)
310SUNOS4 - pre-SunOS 4.1 replacement kernel nit modules
311VERSION - version of this release
312acconfig.h - support for post-2.13 autoconf
313aclocal.m4 - autoconf macros
314arcnet.h - ARCNET definitions
315atmuni31.h - ATM Q.2931 definitions

--- 15 unchanged lines hidden (view full) ---

331fad-win32.c - pcap_findalldevs() for WinPcap
332gencode.c - BPF code generation routines
333gencode.h - BPF code generation definitions
334grammar.y - filter string grammar
335inet.c - network routines
336install-sh - BSD style install script
337lbl/os-*.h - OS-dependent defines and prototypes
338llc.h - 802.2 LLC SAP definitions
311README.tru64 - notes on using libpcap on Digital/Tru64 UNIX
312README.Win32 - notes on using libpcap on Win32 systems (with WinPcap)
313SUNOS4 - pre-SunOS 4.1 replacement kernel nit modules
314VERSION - version of this release
315acconfig.h - support for post-2.13 autoconf
316aclocal.m4 - autoconf macros
317arcnet.h - ARCNET definitions
318atmuni31.h - ATM Q.2931 definitions

--- 15 unchanged lines hidden (view full) ---

334fad-win32.c - pcap_findalldevs() for WinPcap
335gencode.c - BPF code generation routines
336gencode.h - BPF code generation definitions
337grammar.y - filter string grammar
338inet.c - network routines
339install-sh - BSD style install script
340lbl/os-*.h - OS-dependent defines and prototypes
341llc.h - 802.2 LLC SAP definitions
342missing/* - replacements for missing library functions
339mkdep - construct Makefile dependency list
343mkdep - construct Makefile dependency list
344msdos/* - drivers for MS-DOS capture support
340nametoaddr.c - hostname to address routines
341nlpid.h - OSI network layer protocol identifier definitions
342net - symlink to bpf/net
343optimize.c - BPF optimization routines
344packaging - packaging information for building libpcap RPMs
345pcap-bpf.c - BSD Packet Filter support
346pcap-bpf.h - BPF definitions
347pcap-dag.c - Endace DAG device capture support
348pcap-dag.h - Endace DAG device capture support
349pcap-dlpi.c - Data Link Provider Interface support
345nametoaddr.c - hostname to address routines
346nlpid.h - OSI network layer protocol identifier definitions
347net - symlink to bpf/net
348optimize.c - BPF optimization routines
349packaging - packaging information for building libpcap RPMs
350pcap-bpf.c - BSD Packet Filter support
351pcap-bpf.h - BPF definitions
352pcap-dag.c - Endace DAG device capture support
353pcap-dag.h - Endace DAG device capture support
354pcap-dlpi.c - Data Link Provider Interface support
355pcap-dos.c - MS-DOS capture support
356pcap-dos.h - headers for MS-DOS capture support
350pcap-enet.c - enet support
351pcap-int.h - internal libpcap definitions
352pcap-linux.c - Linux packet socket support
353pcap-namedb.h - public libpcap name database definitions
354pcap-nit.c - SunOS Network Interface Tap support
355pcap-nit.h - SunOS Network Interface Tap definitions
356pcap-null.c - dummy monitor support (allows offline use of libpcap)
357pcap-pf.c - Ultrix and Digital/Tru64 UNIX Packet Filter support

--- 6 unchanged lines hidden (view full) ---

364pcap.c - pcap utility routines
365pcap.h - public libpcap definitions
366pf.h - OpenBSD DLT_PFLOG definitions
367ppp.h - Point to Point Protocol definitions
368rawss7.h - information on DLT_ types for SS7
369savefile.c - offline support
370scanner.l - filter string scanner
371sll.h - definitions for Linux cooked mode fake link-layer header
357pcap-enet.c - enet support
358pcap-int.h - internal libpcap definitions
359pcap-linux.c - Linux packet socket support
360pcap-namedb.h - public libpcap name database definitions
361pcap-nit.c - SunOS Network Interface Tap support
362pcap-nit.h - SunOS Network Interface Tap definitions
363pcap-null.c - dummy monitor support (allows offline use of libpcap)
364pcap-pf.c - Ultrix and Digital/Tru64 UNIX Packet Filter support

--- 6 unchanged lines hidden (view full) ---

371pcap.c - pcap utility routines
372pcap.h - public libpcap definitions
373pf.h - OpenBSD DLT_PFLOG definitions
374ppp.h - Point to Point Protocol definitions
375rawss7.h - information on DLT_ types for SS7
376savefile.c - offline support
377scanner.l - filter string scanner
378sll.h - definitions for Linux cooked mode fake link-layer header
372snprintf.c - snprintf and vsnprintf for platforms that lack them
373sunatmpos.h - definitions for SunATM capturing
374Win32 - headers and routines for building on Win32 systems
379sunatmpos.h - definitions for SunATM capturing
380Win32 - headers and routines for building on Win32 systems