From 56085f594818fac321ba12c063b3ded062bf5342 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 30 Mar 2026 15:57:16 +0200 Subject: [PATCH] style(parsing/sources): editing the reverse_dns to the no_reverse_dns --- includes/struct.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/struct.h b/includes/struct.h index 131ce2e..70ba34d 100644 --- a/includes/struct.h +++ b/includes/struct.h @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/23 15:06:41 by rparodi #+# #+# */ -/* Updated: 2026/03/24 13:30:42 by rparodi ### ########.fr */ +/* Updated: 2026/03/30 15:52:18 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -20,10 +20,12 @@ typedef struct s_flags { bool verbose; bool flood; bool quiet; - bool reverse_dns; + bool no_reverse_dns; + int payload_size; uint64_t wait; uint64_t timeout; uint64_t count; char *content; char *destination; + char *input; } t_flags;