| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This gives it a name similar to the other README.{operatingsystem}
files.
It also reflects that 1) 16-bit Windows is now so old and tired that
there's no need to use a name that specifically mentions a non-16-bit
version of Windows to indicates that we don't support it and 2) there's
now 64-bit Windows, so "Win32" is an out-of-date name.
|
|
|
|
|
| |
The first 5.x release was 22 years ago, the vendor stopped supporting
this OS 10 years ago.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Put autoconf-generated files in the release tarball.
Remove the corresponding task from the TODO file.
The minimum required version of autoconf is currently 2.69.
If version 2.69 or later is already installed and there is no
autoconf default, it may be necessary to set the AUTORECONF
environment variable to enable the one to use, like:
AUTORECONF=autoreconf-2.69 ./autogen.sh
or
AUTORECONF=autoreconf-2.71 ./autogen.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mention CMake builds as well as autotools bulds.
Use a bulleted list for build steps with autotools and CMake.
Note that both the configure script and CMake support options to
configure the build.
Note that we support an "uninstall" target as well as an "install"
target.
Strongly recommend *against* doing the build as root.
Update the note about the "cannot determine packet capture interface"
message to give the current text and to note that CMake also issues it,
and to indicate the options to use with autotools and CMake to set the
interface from the command line.
Note that CMake doesn't check whether Lex/Flex or YACC is adequate to
build libpcap.
|
|
|
|
| |
This fixes the cause of the problem so "make releasetar" works again.
|
|
|
|
|
|
|
| |
Add some missing Markdown markup. Add subsection titles. Make Linux
the first OS-specific subsection, as that's a more common use case.
Move the "other" subsection after the OS-specific subsections for more
logical structuring.
|
|
|
|
|
|
|
|
|
|
|
| |
The following operating systems are either extinct or not supported or
otherwise have been out of contact with libpcap code for many years:
UnixWare, SCO UNIX, SINIX, NeXTSTEP, {DEC OSF/1, Digital UNIX, Tru64
UNIX}, Ultrix, SunOS < 5.3.2, Linux < 2.6.27 and older AIX.
Remove respective prose from the installation documentation, as well as
the passage about counterfeit tcpdump 3.0.3, which is a common wisdom
nowadays. Update the remaining HP-UX section for C99.
|
|
|
|
|
| |
Add plenty of Markdown markup, address a couple punctuation and grammar
issues; in the introduction tell C99, not ANSI C (C89/C90).
|
| |
|
|
|
|
| |
This is a follow-up to 285c3a9fb020dedf5311c6ca0b814ed1a6088bd7.
|
|
|
|
| |
This is a follow-up to f2054ca165f678a5f27f78f11a60a52b51458c67.
|
| |
|
|
|
|
| |
This is a follow-up to c7eb141fff6a772b71c02bb95e6ee0184fb1858c.
|
|
|
|
| |
This is a follow-up to 787f37eeffdc3c37beeca8357d667ef35880c62b.
|
|
|
|
| |
Document more exemptions for Solaris 11.
|
|
|
|
|
|
| |
README.linux is a plain text file, rendering it as Markdown produces
unreadable results. When and if someone converts it to a proper
Markdown, it will be appropriate to rename the file again.
|
|
|
|
| |
Signed-off-by: Petr Vorel <pvorel@suse.cz>
|
| |
|
|
|
|
| |
[skip ci]
|
|
|
|
| |
[skip ci]
|
|
|
|
|
|
| |
The two spaces separate it from the text if you read the file as plain
text, and it doesn't cause the URL to be displayed as raw non-link
fixed-width text when it's formatte as Markdown.
|
|
|
|
|
| |
Markdown will show them as fixed-width un-clickable text if indented
with tabs, but will show them as indented links if indented with spaces.
|
|
|
|
|
|
| |
We're currently unlikely to be used with WinPcap, although you could
build libpcap on Windows with the WinPcap SDK and install and use it; we
are, however, built with Npcap as part of the Npcap binary.
|
| |
|
| |
|
| |
|
|
|