libicmp/tests
lohhiiccc ad7698d530 feat: add icmp_set_dont_fragment and next_mtu extraction
- 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
2026-03-13 03:21:35 +01:00
..
error feat(error): refactor error handling 2026-01-25 15:12:53 +01:00
handle test: deduplicate helper function 2026-01-25 15:48:39 +01:00
packet feat: rework icmp_parse_ip_header 2026-02-05 22:26:49 +01:00
recv feat: add icmp_set_dont_fragment and next_mtu extraction 2026-03-13 03:21:35 +01:00
send feat: add echo payload option 2026-03-08 16:32:04 +01:00
socket test: deduplicate helper function 2026-01-25 15:48:39 +01:00
utils feat(utils): add ICMP checksum and time utilities with tests 2026-01-24 22:00:24 +01:00
test_helpers.h test: deduplicate helper function 2026-01-25 15:48:39 +01:00