https://github.com/romanthekat/fragmenter
https://github.com/romanthekat/fragmenter
golang
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/romanthekat/fragmenter
- Owner: romanthekat
- License: mit
- Created: 2020-02-28T20:12:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T15:09:30.000Z (over 3 years ago)
- Last Synced: 2025-03-24T11:58:08.727Z (2 months ago)
- Topics: golang
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= fragmenter
== IPv6 fragment
[horizontal]
Next Header:: (8 bits), Identifies the type of the next header.
Reserved:: (8 bits), Initialized to all zeroes.
Fragment Offset:: (13 bits), Offset, in 8-octet units, relative to the start of the fragmentable part of the original packet.
Res:: (2 bits), Reserved; initialized to zeroes.
M Flag:: (1 bit), 1 means more fragments follow; 0 means last fragment.
Identification:: (32 bits), Packet identification value, generated by the source node. Needed for reassembly of the original packet.