Historique des commits

Auteur SHA1 Message Date
  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
  Egor Karavaev fbfe9859db Implement wire::{IpCidr/Ipv4Cidr}. il y a 7 ans
  whitequark bd52f9b83c Only verify checksum in pretty printers, do not bail out if invalid. il y a 7 ans
  whitequark c8ae7bdc21 Fix insufficient length validation in IPv4 packets. 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 2d31ef9665 Add some docs. il y a 7 ans
  Egor Karavaev 0454c3f8f6 Uncomment associated constants. il y a 7 ans
  whitequark 6ebcddd077 According to RFC 1122, unsupported IP options MUST be ignored. il y a 7 ans
  whitequark 280ddde479 Fix Ipv4Packet::payload{,_mut}() returning overly long buffers. il y a 7 ans
  whitequark 5bf64586cd Get rid of Result<_, ()>. il y a 7 ans
  whitequark 534842b929 Make sure representation emission covers every octet of the buffer. il y a 7 ans
  whitequark 1c1489e5fb try! → ? il y a 7 ans
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. il y a 7 ans
  whitequark b33d867385 Fix a crash parsing a malformed IPv4 packet. il y a 7 ans
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. il y a 7 ans
  whitequark d7e05d1654 Don't display IP packet error twice when pretty-printing. il y a 8 ans
  whitequark 41f9426380 Calculate IP payload length from the total length field. il y a 8 ans
  whitequark ea02b58178 Pretty-print TCP and UDP representations, and verify checksums. il y a 8 ans
  whitequark 7f460aea27 Examples for the wire layer! il y a 8 ans
  whitequark 9535809201 #[inline(always)] → #[inline] il y a 8 ans
  whitequark 03212f2843 Get rid of the #![feature(associated_consts)]. il y a 8 ans
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. il y a 8 ans
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). il y a 8 ans
  whitequark 20348a6cb8 Implement TCP representation printing. il y a 8 ans
  whitequark 5a85a5c4f9 Implement TCP representation parsing and emission. il y a 8 ans
  whitequark b2878337e9 In Repr::emit, do not assume that the packet is pre-zeroed. il y a 8 ans
  whitequark 85ae54a488 Sort out buffer lengths. il y a 8 ans
  whitequark 659f6ed6f6 Implement UDP sockets. il y a 8 ans