master
Refine the .gitignore files.
Check for vsyslog() only if building rpcapd.
Makefile.in: Lose more SunOS 4 workarounds. [skip appveyor]
Fix spelling
Fix some const warnings from GCC 16.
rpcapd: constify some string arguments.
Define all PCAP_ISxxxxx() macros in pcap-int.h.
We don't need execute permission for source files.
Call WSAStartup/WSACleanup for each use. Fixes #1333
Handle systems that lack vsyslog(), such as AIX.
rpcapd: fix name of launchd service. [skip ci]
rpcapd-config(5): Fixup PassiveClient description.
rpcapd: Fixup a few comments.
Get rid of extra blank line.
Add missing spaces to several man pages. [skip ci]
Fixed wrong quote usage in rc files
Add systemd units for rpcapd.
Add an xinetd.conf entry for rpcapd.
More pcap_ to pcapint_ for non-API routines.
rpcapd: make svc_start() return a BOOL.