Historique des commits

Auteur SHA1 Message Date
  Dario Nieuwenhuis 78f92bcea6 wire: use own Error type. il y a 3 ans
  Dario Nieuwenhuis 028b4466ff wire: Rename ipv4 `protocol` to `next_header`. il y a 3 ans
  Thibaut Vandervelden 51b2adddad Fix clippy lints il y a 3 ans
  qiujiangkun 7dda148ad5 various clippy fix il y a 4 ans
  Dario Nieuwenhuis 2cb407d62a rustfmt il y a 4 ans
  Dario Nieuwenhuis 49fa987cdc Add defmt logging support il y a 4 ans
  whitequark ed86780079 Simplify enum_with_unknown! macro. il y a 4 ans
  Niclas Hoyer 633e7c2591 Use #[non_exhaustive] instead of manual variant il y a 4 ans
  Dario Nieuwenhuis 1e40b934bf Update to Rust 2018. Fixes #271 il y a 4 ans
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns il y a 4 ans
  whitequark 83dba8ea31 Bump Rust version requirement to 1.27. il y a 6 ans
  whitequark 4a253fecdf Rename `new` method on Packet types to `new_checked`. il y a 7 ans
  Andrew Cann fb96b3cdc1 impl `AsRef<[u8]>` for packet types il y a 7 ans
  Andrew Cann 302affca91 Add Clone impl to Packet types il y a 7 ans
  Dan Robertson bec2435e80 Fix ICMPv4 check_len to not panic on truncated packets. il y a 7 ans
  whitequark b0995c13e2 Fix some overly long comments. NFC. il y a 7 ans
  Dan Robertson 3ff7e07941 Increase required size for ICMPv4 packets il y a 7 ans
  Dan Robertson deccd469fe Use hop limit instead of ttl il y a 7 ans
  whitequark b1680368fe Rework the pretty printer to avoid superfluous trailing newlines. il y a 7 ans
  Dan Robertson 7a2271dfd6 Tests: Add basic interface tests il y a 7 ans
  Dan Robertson fea462837d Implement set_ttl for Tcp and Udp sockets il y a 7 ans
  whitequark 70248c5109 Formatting. NFC. il y a 7 ans
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv il y a 7 ans
  whitequark 16e6e70d2f Fix many warnings. il y a 7 ans
  whitequark 5bf64586cd Get rid of Result<_, ()>. il y a 8 ans
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. il y a 8 ans
  whitequark 1c1489e5fb try! → ? il y a 8 ans
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. il y a 8 ans
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. il y a 8 ans
  whitequark 818fa7dda4 Unbreak parsing of ICMP unreachable messages. il y a 8 ans