An open API service indexing awesome lists of open source software.

https://github.com/romanthekat/fragmenter


https://github.com/romanthekat/fragmenter

golang

Last synced: 2 months ago
JSON representation

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.