- Add icmp_set_dont_fragment() using IP_MTU_DISCOVER/IP_PMTUDISC_DO - Add next_mtu field to icmp_offending_packet_t, populated from the outer ICMP header on type=3/code=4 (frag needed) replies - Fix extract_offending: read MTU from outer ICMP, not embedded packet - Update test to match corrected extraction semantics - Clean up checksum odd-byte handling with a static zero sentinel |
||
|---|---|---|
| .. | ||
| test_build_reply.c | ||
| test_extract_id_seq.c | ||
| test_extract_offending.c | ||
| test_parse_packet.c | ||
| test_process.c | ||
| test_receive_packet.c | ||
| test_validate_params.c | ||