Skip to content

Commit 82001f3

Browse files
committed
rename/reformat documentation to markdown
1 parent 49847a2 commit 82001f3

11 files changed

+20
-16
lines changed
File renamed without changes.

INSTALL.txt renamed to INSTALL.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -258,19 +258,19 @@ ChmodBPF/* - macOS startup item to set ownership and permissions
258258
CMakeLists.txt - CMake file
259259
CONTRIBUTING - guidelines for contributing
260260
CREDITS - people that have helped libpcap along
261-
INSTALL.txt - this file
261+
INSTALL.md - this file
262262
LICENSE - the license under which tcpdump is distributed
263263
Makefile.in - compilation rules (input to the configure script)
264-
README - description of distribution
265-
README.aix - notes on using libpcap on AIX
266-
README.dag - notes on using libpcap to capture on Endace DAG devices
267-
README.hpux - notes on using libpcap on HP-UX
268-
README.linux - notes on using libpcap on Linux
269-
README.macos - notes on using libpcap on macOS
270-
README.septel - notes on using libpcap to capture on Intel/Septel devices
271-
README.sita - notes on using libpcap to capture on SITA devices
272-
README.tru64 - notes on using libpcap on Digital/Tru64 UNIX
273-
README.Win32 - notes on using libpcap on Win32 systems (with WinPcap)
264+
README.md - description of distribution
265+
doc/README.aix - notes on using libpcap on AIX
266+
doc/README.dag - notes on using libpcap to capture on Endace DAG devices
267+
doc/README.hpux - notes on using libpcap on HP-UX
268+
doc/README.linux.md - notes on using libpcap on Linux
269+
doc/README.macos - notes on using libpcap on macOS
270+
doc/README.septel - notes on using libpcap to capture on Intel/Septel devices
271+
doc/README.sita - notes on using libpcap to capture on SITA devices
272+
doc/README.tru64 - notes on using libpcap on Digital/Tru64 UNIX
273+
doc/README.Win32 - notes on using libpcap on Win32 systems (with WinPcap)
274274
VERSION - version of this release
275275
acconfig.h - support for post-2.13 autoconf
276276
aclocal.m4 - autoconf macros

README renamed to README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ To report a security issue please send an e-mail to security@tcpdump.org.
22

33
To report bugs and other problems, contribute patches, request a
44
feature, provide generic feedback etc please see the file
5-
CONTRIBUTING in the libpcap source tree root.
5+
[CONTRIBUTING](CONTRIBUTING.md) in the libpcap source tree root.
6+
7+
The directory doc/ has README files about specific operating systems and
8+
options.
69

710
LIBPCAP 1.x.y
811
Now maintained by "The Tcpdump Group"
912
https://www.tcpdump.org
1013

1114
Anonymous Git is available via:
12-
git clone git://bpf.tcpdump.org/libpcap
15+
https://github.com/the-tcpdump-group/libpcap.git
1316

1417
formerly from Lawrence Berkeley National Laboratory
1518
Network Research Group <libpcap@ee.lbl.gov>
@@ -67,9 +70,10 @@ kernel source and/or object patches available in:
6770

6871
https://www.tcpdump.org/other/bpfext42.tar.Z
6972

70-
Linux, in the 2.2 kernel and later kernels, has a "Socket Filter"
71-
mechanism that accepts BPF filters; see the README.linux file for
72-
information on configuring that option.
73+
Linux has a number of BPF based systems, and libpcap does not support
74+
any of the eBPF mechanisms as yet, although it supports many of the
75+
memory mapped receive mechanisms.
76+
See the [README.linux](doc/README.linux.md) file for more information.
7377

7478
Note to Linux distributions and *BSD systems that include libpcap:
7579

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)