Steffen Butzer
|
d5147efb82
support hardware based checksum settings in during packet send/recv
|
7 年 前 |
whitequark
|
f5a3785c18
Move macros into their own module.
|
7 年 前 |
whitequark
|
735def7e1b
Do not attempt to validate length of packets being emitted.
|
7 年 前 |
Egor Karavaev
|
ed08b74427
Add `RawSocket`.
|
7 年 前 |
whitequark
|
c9f915033f
Add support for TCP option parsing and emission.
|
8 年 前 |
whitequark
|
41f9426380
Calculate IP payload length from the total length field.
|
8 年 前 |
whitequark
|
327b91c7cd
Fix silliness in docs.
|
8 年 前 |
whitequark
|
456cfc69ce
Examples for the phy layer!
|
8 年 前 |
whitequark
|
7f460aea27
Examples for the wire layer!
|
8 年 前 |
whitequark
|
2c0c1ea76a
Use the correct wrapping operations on TCP sequence numbers.
|
8 年 前 |
whitequark
|
72abe80df8
Factor out IpRepr into the wire module.
|
8 年 前 |
whitequark
|
00c311a5b8
Add some sanity into enumeration names (avoid "*Type").
|
8 年 前 |
whitequark
|
5a85a5c4f9
Implement TCP representation parsing and emission.
|
8 年 前 |
whitequark
|
d02961b0f2
Implement TCP packet support.
|
8 年 前 |
whitequark
|
659f6ed6f6
Implement UDP sockets.
|
8 年 前 |
whitequark
|
f6f7dc8cb6
Implement UDP representation parsing and emission.
|
8 年 前 |
whitequark
|
f23e3c4bff
Implement UDP packet support.
|
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
|
5eff8040e4
Factor out pretty-printing of packets.
|
8 年 前 |
whitequark
|
10d538c02f
Implement raw socket interface and tcpdump.
|
8 年 前 |
whitequark
|
34d5e1bb6a
Move protocol-related data structures to smoltcp::wire.
|
8 年 前 |