libicmp/includes
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
..
internal refactor: standardize code style and improve clarity 2026-02-05 22:26:49 +01:00
icmp.h feat: add icmp_set_dont_fragment and next_mtu extraction 2026-03-13 03:21:35 +01:00
icmp_types.h feat: implement ICMP send/receive modules 2026-01-26 20:12:42 +01:00