Skip to content

Support for IPv6 jumbograms #55

Description

@fako1024

In #54 I made a few attempts at generating IPv6 Jumbograms (RFC) with an extended Hop-by-hop header, but failed to do so. Some sources I tried to follow:

>>> scapy
send(IPv6(dst=’::1’,src=’fe80::dead:beef’)/IPv6ExtHdrHopByHop(options=Jumbo(jumboplen=2**30)))

Given this feature seems to be very uncommon it seems this doesn't have high priority though.

DoD

  • Find a way to simulate / generate valid IPv6 Jumbograms
  • Inject into sources of slimcap
  • Ensure correct processing of packet direction / length

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions