Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-10 | dhcpv4: simplify option parsing. | Christopher Koch | |
option's codes and lengths were being parsed twice: once in ParseOption and once in each option type's Parse implementation. Consolidate such that it only happens once. Additionally, only pass data to options that they should parse -- we know the length before the Parse function is called, so the option only gets to see the data it needs to see. Also, use uio.Lexer to simplify parsing code in general. Easier to read and reason about. | |||
2018-12-08 | Added netconf v4 tests and required modifiers | Andrea Barberio | |
2018-11-21 | rfc1035label: using a structure to hold original data | Andrea Barberio | |
2018-08-01 | rename dnscompress to rfc1035label | Pablo Mazzini | |
2018-08-01 | extract rfc1035label | Pablo Mazzini | |
2018-07-31 | OptDomainSearch: fix String() | Pablo Mazzini | |
2018-07-31 | OptDomainSearch: add comments | Pablo Mazzini | |
2018-07-31 | add OptDomainSearch | Pablo Mazzini | |