Commit Verlauf

Autor SHA1 Nachricht Datum
  Alex Crawford ac830e8bb1 Dereference match expressions to clean up patterns vor 4 Jahren
  whitequark 83dba8ea31 Bump Rust version requirement to 1.27. vor 5 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
  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
  whitequark 5bf64586cd Get rid of Result<_, ()>. vor 7 Jahren
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. vor 7 Jahren
  whitequark 1c1489e5fb try! → ? vor 7 Jahren
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. vor 7 Jahren
  whitequark 9535809201 #[inline(always)] → #[inline] vor 8 Jahren
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). vor 8 Jahren
  whitequark 85ae54a488 Sort out buffer lengths. vor 8 Jahren
  whitequark f6f7dc8cb6 Implement UDP representation parsing and emission. vor 8 Jahren
  whitequark a1587fef21 Implement IPv4 representation parsing and emission. vor 8 Jahren
  whitequark f2104eb969 Implement IPv4 packet support. vor 8 Jahren
  whitequark a4e36053f9 Implement ARP snooping. vor 8 Jahren
  whitequark 2fbf820de8 Implement ARP replies. vor 8 Jahren
  whitequark f57492a67b Naming consistency. vor 8 Jahren
  whitequark 5eff8040e4 Factor out pretty-printing of packets. vor 8 Jahren
  whitequark 10d538c02f Implement raw socket interface and tcpdump. vor 8 Jahren
  whitequark 34d5e1bb6a Move protocol-related data structures to smoltcp::wire. vor 8 Jahren