[roll] Roll fuchsia [tcpdump] Build with libpcap on null platform

This change builds TCPDump with a build of libpcap that does not do
anything useful as it is built targeting the null platform
(`pcap-null.c`).

Ths is just to get a building copy of tcpdump that can be run on
Fuchsia; a later change will update libpcap to be used on the
Fuchsia platform.

```
$ fx shell tcpdump --version
tcpdump version tcpdump-4.99.0 (2fef164426273c4c610a3c060b7990db0e99914d)
libpcap version libpcap-1.10.1 (c7642e2cc0c5bd65754685b160d25dc23c76c6bd)
$ fx shell tcpdump
tcpdump: no suitable device found
```

This change includes a simple test that makes sure TCPDump starts and
is able to print version information. The test paves the way to testing
full on integration with an actual netstack.

Multiply: tcpdump-integration-test: 100
Test: fx test tcpdump-integration-test
Original-Bug: 55476

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/597321
Original-Revision: ddabf76031fd38a9b03fe28d4a1f92c3c5cfd982
GitOrigin-RevId: 107268fddb828e783c0b02e0d9f412f5d10143b7
Change-Id: I73042f53235f52f783fa922d04e61cdd88951cab
1 file changed
tree: 76d40bee91dbfd71ff06e52a2dcd6d937f3d77da
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.