[roll] Roll fuchsia [tcpdump] Replace netdump with tcpdump for fx sniff

Replace the view option with a single wireshark option which can be used
to view a packet capture on wireshark in real-time. Note that this drops
the hex view but we do not seem to have any clients using that feature.
Note that the default view is supported by not including any option.

Original-Bug: 91943

Test:
- fx sniff ethp0003
- fx sniff -t 10 ethp0003
- fx sniff --file test ethp0003
- fx sniff --wireshark ethp0003
- fx sniff --wireshark --file test ethp0003
- fx sniff --wireshark --file test -t 10 ethp0003

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/635603
Original-Revision: ee50b7433285470520dc46a434646f1844c0f283
GitOrigin-RevId: d5da969050c9f9451598335397492014946e5db0
Change-Id: Ic9a054d0e57ed7c65a5a9fc4cbdaafc159cd1db4
1 file changed
tree: da89df48a93f359ea4ed1696e1a7dc98d849bd6e
  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.