whitequark
|
280ddde479
Fix Ipv4Packet::payload{,_mut}() returning overly long buffers.
|
преди 8 години |
whitequark
|
5bf64586cd
Get rid of Result<_, ()>.
|
преди 8 години |
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
|
b33d867385
Fix a crash parsing a malformed IPv4 packet.
|
преди 8 години |
whitequark
|
735def7e1b
Do not attempt to validate length of packets being emitted.
|
преди 8 години |
whitequark
|
d7e05d1654
Don't display IP packet error twice when pretty-printing.
|
преди 8 години |
whitequark
|
41f9426380
Calculate IP payload length from the total length field.
|
преди 8 години |
whitequark
|
ea02b58178
Pretty-print TCP and UDP representations, and verify checksums.
|
преди 8 години |
whitequark
|
7f460aea27
Examples for the wire layer!
|
преди 8 години |
whitequark
|
9535809201
#[inline(always)] → #[inline]
|
преди 8 години |
whitequark
|
03212f2843
Get rid of the #![feature(associated_consts)].
|
преди 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
|
20348a6cb8
Implement TCP representation printing.
|
преди 8 години |
whitequark
|
5a85a5c4f9
Implement TCP representation parsing and emission.
|
преди 8 години |
whitequark
|
b2878337e9
In Repr::emit, do not assume that the packet is pre-zeroed.
|
преди 8 години |
whitequark
|
85ae54a488
Sort out buffer lengths.
|
преди 8 години |
whitequark
|
659f6ed6f6
Implement UDP sockets.
|
преди 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
|
8204502725
Implement ICMPv4 echo request/reply representation parsing and emission.
|
преди 8 години |
whitequark
|
e82e74458d
Implement ICMPv4 echo request/reply packet support.
|
преди 8 години |
whitequark
|
a1587fef21
Implement IPv4 representation parsing and emission.
|
преди 8 години |
whitequark
|
f2104eb969
Implement IPv4 packet support.
|
преди 8 години |
whitequark
|
2fbf820de8
Implement ARP replies.
|
преди 8 години |