Use AS_HELP_STRING macro instead of AC_HELP_STRING in the
configure scripts, to avoid deprecation warnings.
Change availability tags in pcap.h to make it easier to
- arrange for it to be used in Darwin releases
- Use AS_HELP_STRING for --enable-remote
- Fix some formatting string issues found by cppcheck
- Squelch some CMake warnings
- Various small code and comment cleanups
+ arrange for it to be used in Darwin releases.
+ Use AS_HELP_STRING for --enable-remote.
+ Fix some formatting string issues found by cppcheck.
+ Squelch some CMake warnings.
+ Various small code and comment cleanups.
Building and testing:
- Update configure-time universal build checks for macOS
- Update config.guess and config.sub
+ Update configure-time universal build checks for macOS.
+ Update config.guess and config.sub.
If we look for an SSL library with pkg-config in configure script,
- try pkg-config first
+ try pkg-config first.
If we have pkg-config and Homebrew, try to set pkg-config up to
- find Homebrew packages
+ find Homebrew packages.
Savefiles:
Fix pcap_dispatch() to return number of packets processed, rather
than 0, even at EOF.