From 16ea5aa7a2e5f326f8ff129e740a19bb3fb7829f Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 3 Feb 2010 10:39:33 +0000 Subject: Add a TELNET server to the webserver project, which currently can list active TCP connections. --- Projects/Webserver/Lib/uIPManagement.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Projects/Webserver/Lib/uIPManagement.h') diff --git a/Projects/Webserver/Lib/uIPManagement.h b/Projects/Webserver/Lib/uIPManagement.h index 57a1393fe..1e7ffd0be 100644 --- a/Projects/Webserver/Lib/uIPManagement.h +++ b/Projects/Webserver/Lib/uIPManagement.h @@ -43,8 +43,9 @@ #include #include - #include "Lib/DHCPApp.h" + #include "Lib/DHCPClientApp.h" #include "Lib/HTTPServerApp.h" + #include "Lib/TELNETServerApp.h" /* Macros: */ /** IP address that the webserver should use once connected to a RNDIS device (when DHCP is disabled). */ @@ -64,6 +65,8 @@ /* Function Prototypes: */ void uIPManagement_Init(void); void uIPManagement_ManageNetwork(void); + void uIPManagement_TCPCallback(void); + void uIPManagement_UDPCallback(void); #if defined(INCLUDE_FROM_UIPMANAGEMENT_C) static void uIPManagement_ProcessIncommingPacket(void); -- cgit v1.2.3