This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 { |