#ifndef __CONSTANTS_H #define __CONSTANTS_H #define SECRET_PACKET_PAYLOAD "XDP_PoC_0" #define SECRET_PACKET_DEST_PORT 9000 #define SUBSTITUTION_NEW_PAYLOAD "The previous message has been hidden ;)" #endif