[roll] Roll fuchsia [netstack3] Fix PartialSerializer implementations

PacketSerializer implementations in Ipv4Packet and Ipv6Packet were
serializing IP headers, but not the transport-level headers. Fixed them
to copy packet content, which includes transport header. Added tests
(tests added in the previous CL were testing a different
PacketSerializer impl).
Implementation of PartialSerializer was also incorrect in ForwardedPacket -
it was not serializing anything. Fixed now.

Original-Bug: 455585276
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1462508
Original-Revision: 24b60ed64453bb95a9c6aab736e19776013b6bef
GitOrigin-RevId: 646106721be9db45488561925bffeca6438b3b1f
Change-Id: Id54f337cf5cd0ee30bf940f63eee4102178c6abf
1 file changed
tree: ae21862c0de2e59dbe95b431db7413b4fd18c148
  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.