Dan Robertson
|
deccd469fe
Use hop limit instead of ttl
|
7 年 前 |
whitequark
|
b1680368fe
Rework the pretty printer to avoid superfluous trailing newlines.
|
7 年 前 |
Dan Robertson
|
7a2271dfd6
Tests: Add basic interface tests
|
7 年 前 |
Dan Robertson
|
fea462837d
Implement set_ttl for Tcp and Udp sockets
|
7 年 前 |
whitequark
|
70248c5109
Formatting. NFC.
|
7 年 前 |
Steffen Butzer
|
d5147efb82
support hardware based checksum settings in during packet send/recv
|
7 年 前 |
whitequark
|
16e6e70d2f
Fix many warnings.
|
7 年 前 |
whitequark
|
5bf64586cd
Get rid of Result<_, ()>.
|
7 年 前 |
whitequark
|
534842b929
Make sure representation emission covers every octet of the buffer.
|
8 年 前 |
whitequark
|
1c1489e5fb
try! → ?
|
8 年 前 |
whitequark
|
7bf087b8ca
Disable checksum validation on wire level when fuzzing.
|
8 年 前 |
whitequark
|
735def7e1b
Do not attempt to validate length of packets being emitted.
|
8 年 前 |
whitequark
|
818fa7dda4
Unbreak parsing of ICMP unreachable messages.
|
8 年 前 |
whitequark
|
41f9426380
Calculate IP payload length from the total length field.
|
8 年 前 |
whitequark
|
9535809201
#[inline(always)] → #[inline]
|
8 年 前 |
whitequark
|
efc7bfbc38
Reply with ICMP dest. unreachable or TCP RST from unused ports.
|
8 年 前 |
whitequark
|
00c311a5b8
Add some sanity into enumeration names (avoid "*Type").
|
8 年 前 |
whitequark
|
5a85a5c4f9
Implement TCP representation parsing and emission.
|
8 年 前 |
whitequark
|
85ae54a488
Sort out buffer lengths.
|
8 年 前 |
whitequark
|
f6f7dc8cb6
Implement UDP representation parsing and emission.
|
8 年 前 |
whitequark
|
f23e3c4bff
Implement UDP packet support.
|
8 年 前 |
whitequark
|
04b546a3b8
Return interior pointers more uniformly.
|
8 年 前 |
whitequark
|
8a3dee0943
Simplify checksum computation.
|
8 年 前 |
whitequark
|
be4ea0a55e
Respond with ICMP echo request data in echo reply.
|
8 年 前 |
whitequark
|
4da6b0bf61
Implement ICMPv4 echo replies.
|
8 年 前 |
whitequark
|
8204502725
Implement ICMPv4 echo request/reply representation parsing and emission.
|
8 年 前 |
whitequark
|
e82e74458d
Implement ICMPv4 echo request/reply packet support.
|
8 年 前 |