Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipv6 defragmentation support #277

Open
wants to merge 5 commits into
base: v1
Choose a base branch
from
Open

Ipv6 defragmentation support #277

wants to merge 5 commits into from

Conversation

tkunovsky
Copy link

Library pcap4j gives support for defragmentation of Ipv4 packets (see class: IpV4Helper.java). I needed for my project also support for Ipv6 defragmentation but I didn't find it in this library. I believe it should be also part of pcap4j library so I implemented it with a unit test.

@coveralls
Copy link

coveralls commented Feb 3, 2021

Coverage Status

Coverage increased (+0.07%) to 69.92% when pulling b4d3557 on tkunovsky:v1 into 0b4fad8 on kaitoy:v1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants