Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-03 | dhcpv4: Add OptRootPath (#163) | Sean Karlage | |
* dhcpv4: Add OptRootPath Adds a root path option that supports DHCPv4 option 17 * Add root path parsing to giant option parsing switch | |||
2018-10-03 | BSDP: Fix MessageTypeFromPacket to return a pointer | Sean Karlage | |
As @insomiacslk pointed out in #161, it's probably better to return a pointer rather than a (MessageType, bool) combo. | |||
2018-10-01 | add comment | Sean Karlage | |
2018-10-01 | BSDP: Add MessageTypeFromPacket helper | Sean Karlage | |
This is a helper function to extract the BSDP message type from a given `dhcpv4.DHCPv4` packet structure. It's useful in helping to identify what kind of BSDP packet you're dealing with (since the distinction is only made in one of the vendor-specific options encapsulated in Option 43). | |||
2018-09-29 | BSDP: Fix parsing offset for boot image lists | Sean Karlage | |
While parsing boot images, the current code reads to the end of the data stream; however, this could lead to reading past the boot image option and reading into the next option. Instead, contain how far the option parsing code reads by only looking at the max length specified in the option. | |||
2018-08-24 | DHCPv4 relay modifier (#149) | Mikołaj Walczak | |
2018-08-22 | Requested Options modifier for DHCPv4 (#147) | Mikołaj Walczak | |
2018-08-21 | fix ParseOptVIVC (#146) | Pablo Mazzini | |
2018-08-20 | Async DHCPv4 client (#134) | Mikołaj Walczak | |
2018-08-19 | Added String methods for types (#140) | insomniac | |
* Added String methods for types * Reverted change on bsdp.OptionCode | |||
2018-08-15 | refactor tests to take advantage of new helper functions | Sean Karlage | |
2018-08-15 | Merge branch 'master' into bsdp-acks | Sean Karlage | |
2018-08-15 | Put back NewInformListForInterface to maintain compat | Sean Karlage | |
2018-08-15 | revert breaking changes so this can be merged without issues | Sean Karlage | |
2018-08-15 | Merge branch 'master' into dhcpv4-moar-tests | Sean Karlage | |
2018-08-15 | Add nil check for Images slice | Sean Karlage | |
2018-08-15 | Merge branch 'master' into bsdp-acks | Sean Karlage | |
2018-08-15 | stop parsing after end (#132) | Pablo Mazzini | |
2018-08-14 | BSDP: Add code to generate ACKs for INFORMs | Sean Karlage | |
2018-08-13 | BSDP: Exchange returns list of pointers, not list of objects | Andrea Barberio | |
2018-08-13 | fix OptClientArchType | Pablo Mazzini | |
2018-08-13 | add IsOptionRequested (#122) | insomniac | |
2018-08-12 | IsOptionRequested method of DHCPv6Message | Pablo Mazzini | |
2018-08-11 | Merge branch 'master' into dhcpv4-moar-tests | Sean Karlage | |
2018-08-10 | rename IsRequested to IsRequestedOption | Pablo Mazzini | |
2018-08-10 | IsRequested: update comment | Pablo Mazzini | |
2018-08-10 | add IsRequested | Pablo Mazzini | |
2018-08-10 | OptTFTPServerName and OptBootfileName test String | Pablo Mazzini | |
2018-08-10 | NewRequestFromOffer: update client | Pablo Mazzini | |
2018-08-10 | NewRequestFromOffer: update client | Pablo Mazzini | |
2018-08-10 | OptTFTPServerName: fix String() | Pablo Mazzini | |
2018-08-10 | rename RequestFromOffer to NewRequestFromOffer | Pablo Mazzini | |
2018-08-10 | Added modifier for netbootv4 (#124) | Owen Mooney | |
2018-08-02 | OptClientArchType: increase coverage | Pablo Mazzini | |
2018-08-02 | OptClientArchType: increase coverage | Pablo Mazzini | |
2018-08-02 | OptClientArchType: increase coverage | Pablo Mazzini | |
2018-08-02 | OptClientArchType: increase coverage | Pablo Mazzini | |
2018-08-02 | OptClientArchType: increase coverage | Pablo Mazzini | |
2018-08-02 | OptClientArchType | Pablo Mazzini | |
2018-08-02 | OptClientArchType | Pablo Mazzini | |
2018-08-02 | OptClientArchType | Pablo Mazzini | |
2018-08-02 | OptClientArchType: add comments | Pablo Mazzini | |
2018-08-02 | add OptClientArchType | Pablo Mazzini | |
2018-08-02 | OptUserClass: use only the flag as authoritative | Pablo Mazzini | |
2018-08-02 | OptUserClass: fix short length | Pablo Mazzini | |
2018-08-02 | fix OptUserClass | Pablo Mazzini | |
2018-08-01 | Parse non-RFC compliant user class (#114) | Owen Mooney | |
2018-08-01 | add OptDomainSearch (#111) | insomniac | |
2018-08-01 | rename dnscompress to rfc1035label | Pablo Mazzini | |
2018-08-01 | add OptNTPServers (#115) | Pablo Mazzini | |