Historique des commits

Auteur SHA1 Message Date
  datdenkikniet ca4a98acc6 Make DhcpRepr use an Option<Vec<Ipv4Address>> il y a 2 ans
  Dario Nieuwenhuis 2566754daf dhcp/wire: Rename DhcpOptionsBuffer -> DhcpOptionWriter il y a 2 ans
  Dario Nieuwenhuis 47ce69bb44 wire/dhcp: remove option enum, letting higher layers specify kind+data. il y a 2 ans
  Dario Nieuwenhuis ffab9dbba9 wire/dhcp: make some packet funcs infallible. il y a 2 ans
  lachlansneff-parallel da59503d7f Add additional DHCP configurability (try two) (#650) il y a 2 ans
  Dario Nieuwenhuis ecb4cbc545 Clippy fixes. il y a 2 ans
  Dario Nieuwenhuis 78f92bcea6 wire: use own Error type. il y a 2 ans
  Alexandra Sandulescu 858968bb26 fuzz: DHCP header parser il y a 3 ans
  Dario Nieuwenhuis 1a3c305b69 wire/dhcp: use bitflags for the FLAGS field. il y a 3 ans
  Dario Nieuwenhuis 22e7233bec wire/dhcp: BROADCAST flag is MSB (0x8000), not LSB (0x0001). il y a 3 ans
  Anton Romanov 201aa6da9a dhcpv4: Emit DNS servers in repr il y a 3 ans
  Dario Nieuwenhuis 2cb407d62a rustfmt il y a 3 ans
  Dario Nieuwenhuis 8172d99aec wire/dhcp: Simplify how options are emitted. il y a 3 ans
  Dario Nieuwenhuis ca3badd62d Fix u32::MAX il y a 3 ans
  Anton Romanov 63a6269c53 Account for lease time, router and subnet options in DhcpRepr::buffer_len il y a 3 ans
  Dario Nieuwenhuis 43d582504f dhcp: remove 0.0.0.0s from the DNS serevr list. il y a 4 ans
  Dario Nieuwenhuis b791ef535e dhcp: convert to socket il y a 4 ans
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support il y a 4 ans
  Ryan Summers 267084aedf Adding parsing test with lease time il y a 4 ans
  Ryan Summers 532fb02297 Updating control logic il y a 4 ans
  Ryan Summers 3eea096b7e Adding DHCP lease management il y a 4 ans
  Alex Crawford 902817e2aa Use iterators instead of manually looping il y a 4 ans
  Alex Crawford 63bf644992 Dereference match expressions to clean up patterns il y a 4 ans
  Alex Crawford 323dfe2ab6 Use is_empty instead of length comparison il y a 4 ans
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 il y a 4 ans
  Scott Mabin 8eb01aca36 Add suppor for DHCP maximum message size option. il y a 5 ans
  cjbe 15a3e84bac Only use first 3 DHCP advertised DNS servers. il y a 5 ans
  Astro 657c9aa63a Implement DHCPv4 client + example. il y a 7 ans
  Astro 7920f84729 Add a few DHCP options il y a 6 ans
  M@ Dunlap 42780f311f fixed DHCP constants il y a 6 ans