feat(parsing/includes): adding the PACKET_SIZE to define

This commit is contained in:
Raphael 2026-03-30 15:56:29 +02:00
parent 89eaf3402c
commit b013be4420
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */ /* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2026/03/23 14:49:37 by rparodi #+# #+# */ /* Created: 2026/03/23 14:49:37 by rparodi #+# #+# */
/* Updated: 2026/03/30 12:19:17 by rparodi ### ########.fr */ /* Updated: 2026/03/30 15:48:05 by rparodi ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -22,6 +22,8 @@
# define BONUS 0 # define BONUS 0
#endif #endif
#define ICMP_PAYLOAD 56
typedef struct s_args { typedef struct s_args {
char short_option; char short_option;
char *long_option; char *long_option;