Skip to content

Instantly share code, notes, and snippets.

View ximply's full-sized avatar
🎯
Focusing

ximply ximply

🎯
Focusing
View GitHub Profile
@ximply
ximply / arp_joke.c
Created September 7, 2017 03:30 — forked from fireflyc/arp_joke.c
arp欺骗
#include <pcap.h>
#include <stdlib.h>
#include <libnet.h>
#define log_error(...) fprintf(stderr, __VA_ARGS__)
#define log_info(...) fprintf(stdout, __VA_ARGS__)
#define FALSE (0==1)
#define TRUE (1==1)
typedef struct arp_joke {