index
:
insomniacslk-dhcp
master
relay
DHCPv6 and DHCPv4 packet library, client and server written in Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dhcpv6
/
option_relaymsg_test.go
Age
Commit message (
Expand
)
Author
2023-02-27
RelayMessage option: tests for FromBytes, ToBytes, and Getter
Chris Koch
2023-02-19
dhcpv6: convert every Parse function to FromBytes
Chris Koch
2023-02-18
Normalize String functions
Chris Koch
2020-03-09
v6: add RelayOptions with RelayMsg
Chris Koch
2020-03-05
v6: add ElapsedTime getter
Chris Koch
2020-03-05
dhcpv6: intro Getters for Options
Chris Koch
2019-03-11
dhcpv6: remove setters and getters.
Christopher Koch
2019-03-11
dhcpv6: rename stuttering types.
Christopher Koch
2019-01-26
dhcpv6: introduce TransactionID type
Christopher Koch
2019-01-26
dhcpv6: introduce options type.
Christopher Koch
2018-10-11
Add some more DHCPv6 option tests. (#171)
David Barr
2018-07-30
DHCPv6: Rename Option constants to CamelCase
Sean Karlage
2018-07-29
DHCPv6: Fix message type constants
Sean Karlage
2018-05-20
OptIANA and OptElapsedTime now have public fields
Andrea Barberio
2018-03-08
Fixed use of t.Fatalf
Andrea Barberio
2017-12-08
Fixed DHCPv6Relay.Length() and added test
Andrea Barberio
2017-12-08
Added test for encapsulated DHCPv6 message
Andrea Barberio
2017-12-08
Added DHCPv6.Length() and improved relay msg parsing
Andrea Barberio