[roll] Roll fuchsia [tcpdump] Access packet socket provider

Introduce a method that is run before TCPDump's main function is run.
This method makes the packet socket provider available to TCPDump by
replacing the service directory with one that includes a packet socket
provider. The packet socket provider is accessed by reaching directly
to the netstack's expose directory through the hub(-v2). See
https://fuchsia.dev/fuchsia-src/concepts/components/v2/hub?hl=en for
more details.

Tests:
- fx test tcpdump-integration-test
- fx shell tcpdump -c 5 -i any
- fx shell tcpdump -c 5 -i ethp0003 --no-promiscuous-mode

Original-Fixed: 55476
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/634821
Original-Revision: a9d83cf154d6d05be3d858137476c70870975d73
GitOrigin-RevId: de51137c31dbf56ea270b9ffc2e5ff9f76cdf126
Change-Id: I46010dc93be33c45d9449cea74d30e0f771fa6e2
1 file changed
tree: 0a19099f6ee8a2b4ba7570ae8346bc6763896b2c
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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.