blob: 01859eba7ff02ceb76080cdf25429fc971a0a6ee [file] [log] [blame]
Name: libpcap
URL: https://github.com/the-tcpdump-group/libpcap
Version: libpcap-1.10.4
Revision: 104271ba4a14de6743e43bcf87536786d8fddea4
License: BSD
License File: src/LICENSE
Description: A system-independent interface for user-level packet capture.
Revision was found by looking up the commit hash for the tag libpcap-1.10.4.
Local Modifications: - See https://fxbug.dev/42165273.
- Rename VERSION file to RELEASE_VERSION in response to
https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=88184#c6. This is to
avoid issues with case-insensitive filesystems as the C++ standard library
includes the line `#include <version>` in various headers.
- (Googlers only) Absorb upstream changes using the script found at
//vendor/google/connectivity/network/third_party/libpcap_tcpdump/update_libpcap.sh.