Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory would becom...
[pub/lufa.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / UDP.h
index 60bbe21..e3e75a0 100644 (file)
@@ -42,6 +42,7 @@
                #include "EthernetProtocols.h"\r
                #include "Ethernet.h"\r
                #include "ProtocolDecoders.h"\r
+               #include "DHCP.h"\r
        \r
        /* Macros: */\r
                /** Source UDP port for a DHCP request */\r
 \r
                /** Destination UDP port for a DHCP reply */\r
                #define UDP_PORT_DHCP_REPLY   68\r
-                       \r
+\r
+               /** Source UDP port for a DNS request/response */\r
+               #define UDP_PORT_DNS          53\r
+\r
        /* Type Defines: */\r
                /** Type define for a UDP packet header */\r
                typedef struct\r