blob: 655f9afcee8b5fe927a2453c362bf83b818829a7 [file] [log] [blame]
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/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.