Skip to content

Commit

Permalink
🐛 📝 Remove hostname resolution, notes update
Browse files Browse the repository at this point in the history
  • Loading branch information
lumenthi committed Dec 8, 2022
1 parent e35675c commit 4fffeaa
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 340 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: lumenthi <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2017/12/22 14:06:43 by lumenthi #+# #+# #
# Updated: 2022/12/08 10:17:43 by lumenthi ### ########.fr #
# Updated: 2022/12/08 16:19:58 by lumenthi ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -63,7 +63,6 @@ SRCS = main.c \
proxy.c \
interface.c \
malcolm.c \
resolve_hostname.c \
analysis.c

SOURCES = $(addprefix $(SRCDIR)/, $(SRCS))
Expand Down
3 changes: 0 additions & 3 deletions headers/malcolm.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,4 @@ int ft_proxy(uint8_t *source_ip, uint8_t *target_ip);
/* analysis.c */
int launch_thread(pthread_t *thread);

/* resolve_hostname.c */
int resolve_hostname(char *hostname, uint8_t *dest_ip);

#endif
222 changes: 0 additions & 222 deletions notes/arpspoof.txt

This file was deleted.

Loading

0 comments on commit 4fffeaa

Please sign in to comment.