blob: 708707e371f113fbc296ef11841b65d3264dbd8a [file] [log] [blame] [edit]
Name: libpcap
URL: https://github.com/the-tcpdump-group/libpcap
Version: libpcap-1.10.4
License: BSD
License File: src/LICENSE
Upstream Git: https://github.com/the-tcpdump-group/libpcap
Description: A system-independent interface for user-level packet capture.
Local Modifications:
- See https://fxbug.dev/84480.
- 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.