ICMPv4 utilities reimplemented from scratch
Find a file
lohhiiccc f6ca69f795 feat(cli): refactor CLI move utilities, and improve build/version metadata
- Move CLI internal headers to `includes/internal/cli/`
- Split CLI handler and parsing declarations across dedicated internal headers
- Move handler map to `option_map.c` and properly update references
- Relocate CLI utility source and test files from `utils` to `parse_utils`
- Refactor `cli.h` to only expose the public interface, move internal
  typedefs/functions out
- Update build system: add conditional git commit detection
2026-03-04 14:36:30 +01:00
includes feat(cli): refactor CLI move utilities, and improve build/version metadata 2026-03-04 14:36:30 +01:00
libicmp@69a6a633d4 chore: update libicmp 2026-03-02 13:22:50 +01:00
src feat(cli): refactor CLI move utilities, and improve build/version metadata 2026-03-04 14:36:30 +01:00
tests feat(cli): refactor CLI move utilities, and improve build/version metadata 2026-03-04 14:36:30 +01:00
.gitignore feat: add version generation and CLI parsing 2026-03-01 13:55:11 +01:00
configure refactor(cli): replace runtime size vars with compile-time enum constants 2026-03-03 09:06:28 +01:00
LICENSE Initial commit 2026-02-07 20:54:16 +01:00
Makefile feat(cli): refactor CLI move utilities, and improve build/version metadata 2026-03-04 14:36:30 +01:00
README.md Initial commit 2026-02-07 20:54:16 +01:00
sources.mk feat(cli): refactor CLI move utilities, and improve build/version metadata 2026-03-04 14:36:30 +01:00

ft_ping

TODO

Code Style

TODO

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Authors

See Also