Historial de Commits

Autor SHA1 Mensaje Fecha
  luozijun 3b824ca642 Add `Hash` trait on `IpAddress/IpCidr` hace 7 años
  Dan Robertson 793227fd46 Ensure ICMPv4 error replies comply with size requirements hace 7 años
  Dan Robertson deccd469fe Use hop limit instead of ttl hace 7 años
  Dan Robertson 737b387f61 Add Ipv6Repr and Ipv6Packet to wire hace 7 años
  whitequark b1680368fe Rework the pretty printer to avoid superfluous trailing newlines. hace 7 años
  whitequark 19790720a3 Remove impl Ord/PartialOrd for Cidr. hace 7 años
  whitequark 1e18c03d34 Fix Cidr::contains_addr for zero length prefixes. hace 7 años
  Dan Robertson 7a2271dfd6 Tests: Add basic interface tests hace 7 años
  Dan Robertson fea462837d Implement set_ttl for Tcp and Udp sockets hace 7 años
  Egor Karavaev fbfe9859db Implement wire::{IpCidr/Ipv4Cidr}. hace 7 años
  whitequark bd52f9b83c Only verify checksum in pretty printers, do not bail out if invalid. hace 7 años
  whitequark c8ae7bdc21 Fix insufficient length validation in IPv4 packets. hace 7 años
  whitequark 70248c5109 Formatting. NFC. hace 7 años
  Steffen Butzer d5147efb82 support hardware based checksum settings in during packet send/recv hace 7 años
  whitequark 2d31ef9665 Add some docs. hace 7 años
  Egor Karavaev 0454c3f8f6 Uncomment associated constants. hace 7 años
  whitequark 6ebcddd077 According to RFC 1122, unsupported IP options MUST be ignored. hace 8 años
  whitequark 280ddde479 Fix Ipv4Packet::payload{,_mut}() returning overly long buffers. hace 8 años
  whitequark 5bf64586cd Get rid of Result<_, ()>. hace 8 años
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. hace 8 años
  whitequark 1c1489e5fb try! → ? hace 8 años
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. hace 8 años
  whitequark b33d867385 Fix a crash parsing a malformed IPv4 packet. hace 8 años
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. hace 8 años
  whitequark d7e05d1654 Don't display IP packet error twice when pretty-printing. hace 8 años
  whitequark 41f9426380 Calculate IP payload length from the total length field. hace 8 años
  whitequark ea02b58178 Pretty-print TCP and UDP representations, and verify checksums. hace 8 años
  whitequark 7f460aea27 Examples for the wire layer! hace 8 años
  whitequark 9535809201 #[inline(always)] → #[inline] hace 8 años
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. hace 8 años