add icmp_echo packet preparation

This commit is contained in:
2025-04-24 22:45:48 +02:00
parent c508059e5f
commit 01df0d6cb0
3 changed files with 108 additions and 4 deletions

View File

@ -1,6 +1,6 @@
NAME = ft_ping
CC=cc
FLAGS=-Werror -Wextra -Wall
FLAGS=-Werror -Wextra -Wall -g
SRCS_DIR = srcs
OBJS_DIR = .objs