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

Define DHCP6 IA-options #1556

Closed
aebrow4 opened this issue Aug 12, 2018 · 2 comments
Closed

Define DHCP6 IA-options #1556

aebrow4 opened this issue Aug 12, 2018 · 2 comments

Comments

@aebrow4
Copy link

aebrow4 commented Aug 12, 2018

Hello, I'm interested in helping out with this issue from roadmap.

From the code it isn't obvious to me what the problem is - can you explain what needs to be done?

https://github.com/secdev/scapy/blob/master/scapy/layers/dhcp6.py#L352

@gpotter2
Copy link
Member

gpotter2 commented Aug 13, 2018

Hmm, so if you have a look at the RFC of this layer:
https://tools.ietf.org/html/rfc3315#section-22.6

You will notice that nothing says what exactly is “IAadd-options” (it’s type, content...)

The todo means to crawl the internet, maybe wireshark code (useally a very good source), to find what this field should be (current is only a StrFieldLen == we don’t know)

@guedou
Copy link
Member

guedou commented Mar 30, 2019

Implemented by #1945

@guedou guedou closed this as completed Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants