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
Age
Commit message (
Expand
)
Author
2019-01-28
[dhcpv4] move default to main directory
Pablo Mazzini
2019-01-28
Created examples directory and adjusted README
Andrea Barberio
2019-01-28
dhcpv4: moved client into dhcpv4/client4
Andrea Barberio
2019-01-28
dhcpv6: moved client into dhcpv6/client6
Andrea Barberio
2019-01-26
dhcpv6: remove unnecessary Length function
Christopher Koch
2019-01-26
dhcpv6: move option code and length marshaling to Options.ToBytes.
Christopher Koch
2019-01-26
dhcpv6: easier option parsing
Christopher Koch
2019-01-26
dhcpv6: use uio buffer in DHCPv6 message parsing
Christopher Koch
2019-01-26
dhcpv6: move option code types; add Stringer.
Christopher Koch
2019-01-26
dhcpv6: introduce TransactionID type
Christopher Koch
2019-01-26
dhcpv6: clean up MessageType
Christopher Koch
2019-01-26
dhcpv6: introduce options type.
Christopher Koch
2019-01-25
[async] re-add modifiers to Send method (#239)
Pablo Mazzini
2019-01-24
Update CONTRIBUTORS.md
insomniac
2019-01-24
dhcpv4: getters instead of getters
Christopher Koch
2019-01-24
dhcpv4: nicer API for option parsing.
Christopher Koch
2019-01-20
dhcpv4: fix TransactionID in Summary
Christopher Koch
2019-01-20
dhcpv4: add Stringer for XID
Christopher Koch
2019-01-19
dhcpv4: consolidate all IP options into one file.
Christopher Koch
2019-01-19
dhcpv4: consolidate string options into one file.
Christopher Koch
2019-01-19
dhcpv4: build more packets with modifiers
Christopher Koch
2019-01-19
dhcpv6: added Duid.Equal
Andrea Barberio
2019-01-15
dhcpv4: add option code list type for simpler modifiers.
Christopher Koch
2019-01-15
dhcpv4: print values of unknown types in stringifiers.
Christopher Koch
2019-01-15
dhcpv4: conform to RFC 2131 with respect to options.
Christopher Koch
2019-01-14
bsdp: simplify version type.
Christopher Koch
2019-01-14
dhcpv4: thoroughly fix type docs. Refer to RFCs.
Christopher Koch
2019-01-14
dhcpv4: change OptionCode to an interface for humanization.
Christopher Koch
2019-01-14
iana: rename HwTypeType to HWType, add package comment.
Christopher Koch
2019-01-14
Rename iana.ArchType to iana.Arch.
Christopher Koch
2019-01-14
dhcpv4: move all list of IPs types to options_ips.go.
Christopher Koch
2019-01-11
dhcpv4: remove unused Option.Length function.
Christopher Koch
2019-01-11
dhcpv4: simplify marshaling options to binary.
Christopher Koch
2019-01-10
dhcpv4: remote OptionGetter interface in favor of Options type.
Christopher Koch
2019-01-10
dhcpv4: simplify option parsing.
Christopher Koch
2019-01-09
dhcpv4: export packet members; remove setters and getters.
Christopher Koch
2019-01-09
dhcpv4: simplify host name and boot file handling.
Christopher Koch
2019-01-09
dhcpv4: simplify handling of client MAC.
Christopher Koch
2019-01-09
dhcpv4: nicer (un-)marshaling of DHCP messages.
Christopher Koch
2019-01-09
dhcpv4: introduce TransactionID type.
Christopher Koch
2018-12-23
[ztpv4] make it consistent with ztpv6 (#221)
insomniac
2018-12-23
update error message
Pablo Mazzini
2018-12-22
increase coverage
Pablo Mazzini
2018-12-22
[ztpv4] make it consistent with ztpv6
Pablo Mazzini
2018-12-12
[dhcpv6/ztpv6] Adding Parsing Vendor Opts and Parsing Remote Id Opts lib for ...
Chris Gorham
2018-12-09
Added netconf v4 tests and required modifiers (#219)
insomniac
2018-12-09
Merge branch 'master' into netboot_v4_test
insomniac
2018-12-09
Addressed pmazzini's feedback
Andrea Barberio
2018-12-09
Add Go code highlighting in examples
Nikolas Sepos
2018-12-08
Also simplified corresponding v6 modifiers
Andrea Barberio
[next]