summaryrefslogtreecommitdiff
path: root/udp.h
diff options
context:
space:
mode:
authorroot <root@phone01.(none)>2010-09-25 21:03:28 +0200
committerroot <root@phone01.(none)>2010-09-25 21:03:28 +0200
commit10a51f687aab0673ff6be875b3b3e0dfe304e2b2 (patch)
tree0acdf7f4d6ebf8a81b72a38d85349cf8a206ed52 /udp.h
parent6ad8dc8a9585fbd3f5ea45d70878edaa713c6af5 (diff)
downloadMAC-Telnet-10a51f687aab0673ff6be875b3b3e0dfe304e2b2.tar.gz
MAC-Telnet-10a51f687aab0673ff6be875b3b3e0dfe304e2b2.zip
Last version
Diffstat (limited to 'udp.h')
-rw-r--r--udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/udp.h b/udp.h
index 5aefab7..d368371 100644
--- a/udp.h
+++ b/udp.h
@@ -1,4 +1,5 @@
#ifndef _UDP_H
#define _UDP_H 1
extern int sendCustomUDP(const int socket, const char *sourcemac, const char *destmac, const char *sourceip, const int sourceport, const char *destip, const int destport, const char *data, const int datalen);
+extern void etherAddrton(unsigned char *dest, const unsigned char *mac);
#endif