olinex
|
f5eff5ee8b
fix ipv6 contains_addr function in wire
|
3 年之前 |
Dario Nieuwenhuis
|
5989896299
Remove IpRepr::Unspecified and lowering.
|
3 年之前 |
Dario Nieuwenhuis
|
4b1de1199c
ipv6: fix Solicited Node address calculation
|
3 年之前 |
Thibaut Vandervelden
|
51b2adddad
Fix clippy lints
|
3 年之前 |
qiujiangkun
|
7dda148ad5
various clippy fix
|
3 年之前 |
Dario Nieuwenhuis
|
2cb407d62a
rustfmt
|
3 年之前 |
Dario Nieuwenhuis
|
b82b7300aa
tcp: add Nagle's Algorithm.
|
3 年之前 |
Dario Nieuwenhuis
|
49fa987cdc
Add defmt logging support
|
4 年之前 |
Alex Crawford
|
ac67edd318
Silence a few warnings from clippy
|
4 年之前 |
Alex Crawford
|
902817e2aa
Use iterators instead of manually looping
|
4 年之前 |
Dario Nieuwenhuis
|
1e40b934bf
Update to Rust 2018. Fixes #271
|
4 年之前 |
whitequark
|
7948edc020
Fix test that relied on matching panic messages.
|
4 年之前 |
whitequark
|
83dba8ea31
Bump Rust version requirement to 1.27.
|
5 年之前 |
whitequark
|
4a253fecdf
Rename `new` method on Packet types to `new_checked`.
|
6 年之前 |
Dan Robertson
|
72ef278471
Add Address Resolution for IPv6
|
7 年之前 |
Dan Robertson
|
89999a6981
Add has_solicited_node to EthernetInterface
|
7 年之前 |
Dan Robertson
|
c425efa1ba
Remove trailing whitespace
|
7 年之前 |
Andrew Cann
|
fb96b3cdc1
impl `AsRef<[u8]>` for packet types
|
7 年之前 |
Andrew Cann
|
5fdd44757a
Relax type constraints on payload_mut methods
|
7 年之前 |
Andrew Cann
|
302affca91
Add Clone impl to Packet types
|
7 年之前 |
Andrew Cann
|
b1c5bcfa8b
Add conversions to/from std wire types
|
7 年之前 |
luozijun
|
3b824ca642
Add `Hash` trait on `IpAddress/IpCidr`
|
7 年之前 |
Herman J. Radtke III
|
07b78a8d50
Handle parsing and display of IPv4 mapped IPv6 addresses.
|
7 年之前 |
Dan Robertson
|
793227fd46
Ensure ICMPv4 error replies comply with size requirements
|
7 年之前 |
Dan Robertson
|
deccd469fe
Use hop limit instead of ttl
|
7 年之前 |
Dan Robertson
|
737b387f61
Add Ipv6Repr and Ipv6Packet to wire
|
7 年之前 |
Dan Robertson
|
9bae200a8f
Minor doc improvements to wire::ipv6
|
7 年之前 |
Dan Robertson
|
7727687330
Add IPv6 address and cidr to wire
|
7 年之前 |