diff options
author | root <root@aquarius.(none)> | 2010-09-25 18:09:38 +0200 |
---|---|---|
committer | root <root@aquarius.(none)> | 2010-09-25 18:09:38 +0200 |
commit | 61809b4cf7467ae3988a2f6832c94d4d211552c8 (patch) | |
tree | 9bc72d5b9da2f4fd27f45ba5cbbfe2d87bf64761 /udp.c | |
parent | 7d9e514c276648b1db2286e780649f08c17225ca (diff) | |
download | MAC-Telnet-61809b4cf7467ae3988a2f6832c94d4d211552c8.tar.gz MAC-Telnet-61809b4cf7467ae3988a2f6832c94d4d211552c8.zip |
Done splitting files
Diffstat (limited to 'udp.c')
-rw-r--r-- | udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,5 +122,5 @@ int sendCustomUDP(const int socket, const char *sourcemac, const char *destmac, send_result = sendto(socket, buffer, datalen+8+14+20, 0, (struct sockaddr*)&socket_address, sizeof(socket_address)); free(buffer); - return send_result; + return send_result-8-14-20; } |