Commit Verlauf

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