| Name: tcpdump |
| URL: https://github.com/the-tcpdump-group/tcpdump |
| Version: tcpdump-4.99.6 |
| Revision: 05edb60781fde21f1bc2290931d81cc0d61cb129 |
| 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) To upgrade tcpdump, follow the upgrade and soft transition instructions in //vendor/google/connectivity/network/third_party/libpcap_tcpdump/README.md. |
| - Don't include sys/resource.h on Fuchsia. |