added output from watershell and made little cli for it
This commit is contained in:
@@ -52,7 +52,7 @@ struct __attribute__((__packed__)) udpframe {
|
||||
unsigned char data[ETH_DATA_LEN - sizeof(struct udphdr) - sizeof(struct iphdr)];
|
||||
};
|
||||
|
||||
void send_status(unsigned char *buf, int code);
|
||||
void send_status(unsigned char *buf, char *payload);
|
||||
void sigint(int signum);
|
||||
void ip_checksum(struct iphdr *ip);
|
||||
void udp_checksum(struct iphdr *ip, unsigned short *payload);
|
||||
|
||||
Reference in New Issue
Block a user