| Name: tcpdump |
| URL: https://github.com/the-tcpdump-group/tcpdump |
| Version: tcpdump-4.99.0 |
| License: BSD |
| License File: src/LICENSE |
| Upstream Git: https://github.com/the-tcpdump-group/tcpdump |
| Description: A tool for network monitoring. |
| Local Modifications: |
| - See https://fxbug.dev/84481. |
| - 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. |