| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Reformat "pcap-config --help" message for readability and include
--cflags. Rewrite the man page to use the same format in the synopsis,
make the options description a standalone section, document the recently
implemented --help, --version and --static-pcap-only options, add a
section to document the exit status and add a reference to
pkg-config(1). In build.sh try various invocations of pcap-config to
make sure it still recognizes the documented options and to aid in
troubleshooting of failed builds.
|
|
|
|
|
|
|
| |
In pcap_get_required_select_timeout.3pcap merge two "backward
compatibility" sections into one. In pcap-filter.manmisc.in,
pcap-config.1 and pcap_dump_open.3pcap.in make section names consistent
with other man pages.
|
|
|
|
| |
[skip ci]
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This change reflects only meaningful (i.e. not purely editorial) changes
in the text.
|
|
|
|
|
|
| |
This change removes CVS keywords that express that the file belongs to
libpcap repository. All such keywords represented the revision and
timestamp by the end of 2008 or even older.
|
|
|
|
|
| |
libraries needed to link with libpcap; this is to be used by tcpdump
when it's linking with ../libpcap/libpcap.a.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dynamically-linked libpcap should have been linked with them (if there
are any of them), so it shouldn't be necessary for a program or library
to explicitly link with them if it links with libpcap.
Add a -static flag that includes DEPLIBS, as, on most if not all
platforms, static libraries can't be linked with dynamic libraries, so
programs would have to link with libraries on which libpcap depends if
it links statically with libpcap.
If both --cflags and --libs are given, print both sets of flags, on the
same line (as pkg-config does).
|
|
libraries required by libpcap.
|