[roll] Roll fuchsia [network/tests] Only parse real TCP segments

Update the socket integration test's TCP parsing logic so that it
only tries to parse TCP segments out of data that *is* a TCP segment.

The original logic would try to parse a TCP segment out of every packet,
and expect a failure if the packet didn't carry a TCP segment. That's
not guaranteed behavior and shouldn't be relied on.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1433854
Original-Revision: 66528d9f9317816ab878d261865455cf78eb86e9
GitOrigin-RevId: 0f0915550992e1a3368f8b4ce049f8821341fa52
Change-Id: I4821231ef4e76f2d00f21da05bd1bd421585aa62
1 file changed
tree: dc2a20961729744128193f0de6485a7565c0819f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.