whitequark
|
b3e355437f
Add missing #[derive]s on wire::IpVersion.
|
7 years ago |
Egor Karavaev
|
921f2e36c8
Don't reply to a TCP RST packet with another TCP RST packet.
|
7 years ago |
Egor Karavaev
|
feccd963c3
Refactor EthernetInterface::poll.
|
7 years ago |
whitequark
|
534842b929
Make sure representation emission covers every octet of the buffer.
|
7 years ago |
whitequark
|
8ace8cd94e
Set TCP PSH flag when sending the last buffered data.
|
7 years ago |
whitequark
|
a14c47655e
Expose PSH flag in TcpRepr.
|
7 years ago |
whitequark
|
6a096721cc
Fix a few typos in TCP socket code (NFC).
|
7 years ago |
whitequark
|
a4b33c9166
Remove an unnecessary length check.
|
7 years ago |
whitequark
|
1c1489e5fb
try! → ?
|
7 years ago |
whitequark
|
7bf087b8ca
Disable checksum validation on wire level when fuzzing.
|
7 years ago |
whitequark
|
3107383599
Fix insufficient length validation in TCP packets.
|
7 years ago |
whitequark
|
2989fa3348
Fix insufficient length validation in UDP packets.
|
7 years ago |
whitequark
|
b33d867385
Fix a crash parsing a malformed IPv4 packet.
|
7 years ago |
whitequark
|
6447d94390
Factor out wire::tcp::field::OPTIONS.
|
7 years ago |
whitequark
|
ed2c376628
Fix a crash parsing a truncated TCP packet with options.
|
7 years ago |
whitequark
|
3f43be8d84
Fix a crash parsing malformed TCP options.
|
7 years ago |
whitequark
|
2582d1573d
Fix a crash printing a malformed TCP packet.
|
7 years ago |
whitequark
|
6271dc7270
Add packet parser fuzzer.
|
7 years ago |
whitequark
|
735def7e1b
Do not attempt to validate length of packets being emitted.
|
7 years ago |
whitequark
|
86eeaf4a7a
Clean up a few doctests.
|
7 years ago |
whitequark
|
6cf248e752
Fix an unimplemented!() invocation that should be unreachable!().
|
7 years ago |
whitequark
|
818fa7dda4
Unbreak parsing of ICMP unreachable messages.
|
7 years ago |
whitequark
|
ba1f0a7480
Actually export socket::SocketSetItem publicly.
|
7 years ago |
Egor Karavaev
|
78b717cd75
Add the `ping` example.
|
7 years ago |
Egor Karavaev
|
ed08b74427
Add `RawSocket`.
|
7 years ago |
Egor Karavaev
|
42ca732ce3
`IpRepr::lower` replaces unspecified src_addr in Ipv4Repr as well.
|
7 years ago |
Egor Karavaev
|
441881609c
Factor out the `RingBuffer` container.
|
7 years ago |
Egor Karavaev
|
80c20adbf8
Factor out the "raw_socket" and "tap_interface" features
|
7 years ago |
whitequark
|
22772f07df
Remove accidentally committed change.
|
7 years ago |
whitequark
|
961b12ce93
Add a sinkhole to the server example.
|
7 years ago |