blob: ffd59bf849bc1626e6d3828609efa7c6137b8e1c [file] [edit]
Name: tcpdump
URL: https://github.com/the-tcpdump-group/tcpdump
Version: tcpdump-4.99.4
Revision: 55bc126b0216cfe409b8d6bd378f65679d136ddf
License: BSD
License File: src/LICENSE
Description: A tool for network monitoring.
Revision was found by looking at the tags.
Local Modifications:
- See https://fxbug.dev/42165274.
- Add a custom test suite under `tests`.
- Rename VERSION file to RELEASE_VERSION in response to an issue similar 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_tcpdump.sh.
- Don't include sys/resource.h on Fuchsia.