coppino/coppino.h

14 lines
182 B
C++

#ifndef COPPINO_H
#define COPPINO_H
#include "ipv6.h"
namespace coppino {
const uint8_t LEN = 128;
void handler(void);
void hexdump(const char* pointer, int len);
}
#endif