Historial de Commits

Autor SHA1 Mensaje Fecha
  whitequark a14c47655e Expose PSH flag in TcpRepr. hace 7 años
  whitequark a4b33c9166 Remove an unnecessary length check. hace 7 años
  whitequark 1c1489e5fb try! → ? hace 7 años
  whitequark 7bf087b8ca Disable checksum validation on wire level when fuzzing. hace 7 años
  whitequark 3107383599 Fix insufficient length validation in TCP packets. hace 7 años
  whitequark 6447d94390 Factor out wire::tcp::field::OPTIONS. hace 7 años
  whitequark ed2c376628 Fix a crash parsing a truncated TCP packet with options. hace 7 años
  whitequark 3f43be8d84 Fix a crash parsing malformed TCP options. hace 7 años
  whitequark 2582d1573d Fix a crash printing a malformed TCP packet. hace 7 años
  whitequark 735def7e1b Do not attempt to validate length of packets being emitted. hace 7 años
  whitequark a43dfd34cd Add support for TCP MSS option in TCP representation. hace 8 años
  whitequark c9f915033f Add support for TCP option parsing and emission. hace 8 años
  whitequark cd880aff2d Remove TcpControl::len(). hace 8 años
  whitequark 5b4db5fe10 TCP: retransmit ACK when receiving duplicate SEQ. hace 8 años
  whitequark 9535809201 #[inline(always)] → #[inline] hace 8 años
  whitequark 2c0c1ea76a Use the correct wrapping operations on TCP sequence numbers. hace 8 años
  whitequark 843b79bff2 Implement TCP data reception. hace 8 años
  whitequark 4427bc35bd Use correct sequence numbers in TCP RST packets. hace 8 años
  whitequark e13e40668a Use signed integers to represent TCP sequence numbers. hace 8 años
  whitequark efc7bfbc38 Reply with ICMP dest. unreachable or TCP RST from unused ports. hace 8 años
  whitequark 00c311a5b8 Add some sanity into enumeration names (avoid "*Type"). hace 8 años
  whitequark 268a552568 Fix TcpRepr field visibility. hace 8 años
  whitequark 20348a6cb8 Implement TCP representation printing. hace 8 años
  whitequark 5a85a5c4f9 Implement TCP representation parsing and emission. hace 8 años
  whitequark b2878337e9 In Repr::emit, do not assume that the packet is pre-zeroed. hace 8 años
  whitequark d02961b0f2 Implement TCP packet support. hace 8 años