ICMPv4 utilities reimplemented from scratch
- 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 |
||
|---|---|---|
| includes | ||
| libicmp@69a6a633d4 | ||
| src | ||
| tests | ||
| .gitignore | ||
| configure | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| sources.mk | ||