summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | doc: Update Clang in README.haiku.md. [skip ci]Denis Ovsienko2023-02-141-1/+1
* | Autoconf: Refine reporting of os-proto.h. [skip ci]Denis Ovsienko2023-02-141-2/+4
|/
* configure: add -fPIC to CFLAGS on Haiku.Guy Harris2023-02-131-0/+23
* CMake: try to fix the Haiku build.Guy Harris2023-02-131-16/+43
* CMake: give up on Clang on Haiku.Guy Harris2023-02-121-9/+40
* Remove AIX-specific prototype headers. [skip ci]Denis Ovsienko2023-02-133-48/+0
* Makefile.in: Lose a trailing space. [skip ci]Denis Ovsienko2023-02-121-1/+1
* Makefile.in: Move config.h.in~ configure~ configure.ac~ in clean targetFrancois-Xavier Le Bail2023-02-111-3/+2
* doc: Add README.haiku.md. [skip ci]Denis Ovsienko2023-02-112-0/+14
* Autoconf: Do not try shlicc2 on BSD/OS. [skip ci]Denis Ovsienko2023-02-111-12/+0
* Refine some C in pcap-haiku.c. [skip ci]Denis Ovsienko2023-02-112-14/+5
* Makefile.in: Remove the 'net' symlink from the distclean targetFrancois-Xavier Le Bail2023-02-111-1/+1
* Haiku: convert implementation to CDavid Karoly2023-02-114-35/+31
* Do not define IF_NAMESIZE on Un*x. [skip appveyor]Denis Ovsienko2023-02-101-4/+0
* Autoconf: Retire AC_LBL_FIXINCLUDES. [skip appveyor]Denis Ovsienko2023-02-102-49/+3
* pcap-filter(7): Lose a stale reminder. [skip ci]Denis Ovsienko2023-02-091-2/+0
* Makefile.in: don't remove configure and config.h.in in make distclean. [skip ...Denis Ovsienko2023-02-091-1/+1
* autoconf: Retire AC_LBL_C_INLINE. [skip appveyor]Denis Ovsienko2023-02-092-52/+1
* Remove missing/snprintf.c from makefiles. [skip ci]Denis Ovsienko2023-02-073-6/+2
* Describe more source files in INSTALL.md. [skip ci]Denis Ovsienko2023-02-051-0/+56
* Cirrus CI: Switch FreeBSD from 12.3 to 12.4. [skip appveyor]Denis Ovsienko2023-02-011-1/+1
* INSTALL.md: Fix some typosFrancois-Xavier Le Bail2023-01-311-2/+2
* Makefile.in: Update a test for better portabilityFrancois-Xavier Le Bail2023-01-311-1/+1
* autoconf: Add autogen.sh, remove configure and config.h.inFrancois-Xavier Le Bail2023-01-3011-15504/+90
* Merge pull request #1158 from jrtc27/gencode-alignmentGuy Harris2023-01-271-7/+22
|\
| * gencode: Unify NetBSD and non-NetBSD alignment, and make more generalJessica Clarke2023-01-271-7/+22
|/
* configure: Modernize AC_CONFIG_HEADER to 2.69. [skip ci]Denis Ovsienko2023-01-271-1/+1
* configure: Upgrade a few trivial macros to 2.69. [skip appveyor]Denis Ovsienko2023-01-272-62/+13
* Fix a typo in a comment. [skip ci]Denis Ovsienko2023-01-261-1/+1
* Remove AC_LBL_CHECK_LIB from aclocal.m4. [skip ci]Denis Ovsienko2023-01-241-64/+0
* Fix a comment in pcap-util.c. [skip ci]Denis Ovsienko2023-01-231-1/+1
* doc: Add notes for OmniOS r151044/AMD64. [skip ci]Denis Ovsienko2023-01-231-0/+6
* Spell WirelessHART details properly. [skip ci]Denis Ovsienko2023-01-213-5/+5
* configure: boost the minimum autoconf version to 2.69. [skip ci]Guy Harris2023-01-202-1/+2
* configure: 2.64 doesn't work with tcpdump, go back to 2.69 for now.Guy Harris2023-01-202-589/+686
* configure: regenerate with autoconf 2.64, to test whether it works.Guy Harris2023-01-202-4382/+3663
* CHANGES: add a change backported to 1.10. [skip ci]Guy Harris2023-01-201-0/+2
* rpcapd: fix name of launchd service. [skip ci]Guy Harris2023-01-202-2/+2
* CHANGES: add a change backported to 1.10. [skip ci]Guy Harris2023-01-201-0/+2
* rpcapd: add more service-launcher documentation to the man page.Guy Harris2023-01-201-3/+40
* Merge pull request #1156 from antoniovazquezblanco/dev/rpcapd_manGuy Harris2023-01-201-0/+3
|\
| * Slight manpage improvementAntonio Vázquez Blanco2023-01-201-0/+3
* | Remove some unused declarations from aclocal.m4. [skip ci]Denis Ovsienko2023-01-191-54/+0
* | Get rid of the remains of gnuc.hFrancois-Xavier Le Bail2023-01-183-5/+6
|/
* configure: fix a typo.Guy Harris2023-01-172-2/+2
* configure: on Haiku, add -D_BSD_SOURCE to CFLAGS.Guy Harris2023-01-172-10/+24
* configure: fix handling of Haiku -D_BSD_SOURCE and -lbsd flags.Guy Harris2023-01-172-8/+8
* man: Fix PCAP_MMAP_32BIT in pcap_init(3PCAP). [skip ci]Denis Ovsienko2023-01-171-4/+4
* Merge pull request #1142 from hansleidekker/mmapGuy Harris2023-01-166-10/+34
|\
| * Add an option to force memory-mapped buffers to be mapped as accessible to 32...Hans Leidekker2022-12-206-4/+28