diff options
| author | PProvost <[email protected]> | 2020-05-14 18:12:37 -0600 |
|---|---|---|
| committer | PProvost <[email protected]> | 2020-05-14 18:12:37 -0600 |
| commit | ae30b384a706866466f67308fbb72faef5638b3d (patch) | |
| tree | 33e51f4a2578bf83de15e595fc9f8a428a28c87b | |
| parent | 7c84790dd8303cf7a5da310acab551a12fa712ba (diff) | |
Moved protocol handlers to addons
| -rwxr-xr-x | CMakeLists.txt | 2 | ||||
| -rwxr-xr-x | README.md | 4 | ||||
| -rw-r--r-- | addons/BSD/nxd_bsd.c (renamed from protocol_handlers/BSD/nxd_bsd.c) | 0 | ||||
| -rw-r--r-- | addons/BSD/nxd_bsd.h (renamed from protocol_handlers/BSD/nxd_bsd.h) | 0 | ||||
| -rw-r--r-- | addons/CMakeLists.txt (renamed from protocol_handlers/CMakeLists.txt) | 0 | ||||
| -rw-r--r-- | addons/auto_ip/nx_auto_ip.c (renamed from protocol_handlers/auto_ip/nx_auto_ip.c) | 0 | ||||
| -rw-r--r-- | addons/auto_ip/nx_auto_ip.h (renamed from protocol_handlers/auto_ip/nx_auto_ip.h) | 0 | ||||
| -rw-r--r-- | addons/dhcp/nxd_dhcp_client.c (renamed from protocol_handlers/dhcp/nxd_dhcp_client.c) | 0 | ||||
| -rw-r--r-- | addons/dhcp/nxd_dhcp_client.h (renamed from protocol_handlers/dhcp/nxd_dhcp_client.h) | 0 | ||||
| -rw-r--r-- | addons/dhcp/nxd_dhcp_server.c (renamed from protocol_handlers/dhcp/nxd_dhcp_server.c) | 0 | ||||
| -rw-r--r-- | addons/dhcp/nxd_dhcp_server.h (renamed from protocol_handlers/dhcp/nxd_dhcp_server.h) | 0 | ||||
| -rw-r--r-- | addons/dhcp/nxd_dhcpv6_client.c (renamed from protocol_handlers/dhcp/nxd_dhcpv6_client.c) | 0 | ||||
| -rw-r--r-- | addons/dhcp/nxd_dhcpv6_client.h (renamed from protocol_handlers/dhcp/nxd_dhcpv6_client.h) | 0 | ||||
| -rw-r--r-- | addons/dhcp/nxd_dhcpv6_server.c (renamed from protocol_handlers/dhcp/nxd_dhcpv6_server.c) | 0 | ||||
| -rw-r--r-- | addons/dhcp/nxd_dhcpv6_server.h (renamed from protocol_handlers/dhcp/nxd_dhcpv6_server.h) | 0 | ||||
| -rw-r--r-- | addons/dns/nxd_dns.c (renamed from protocol_handlers/dns/nxd_dns.c) | 0 | ||||
| -rw-r--r-- | addons/dns/nxd_dns.h (renamed from protocol_handlers/dns/nxd_dns.h) | 0 | ||||
| -rw-r--r-- | addons/ftp/nxd_ftp_client.c (renamed from protocol_handlers/ftp/nxd_ftp_client.c) | 0 | ||||
| -rw-r--r-- | addons/ftp/nxd_ftp_client.h (renamed from protocol_handlers/ftp/nxd_ftp_client.h) | 0 | ||||
| -rw-r--r-- | addons/ftp/nxd_ftp_server.c (renamed from protocol_handlers/ftp/nxd_ftp_server.c) | 0 | ||||
| -rw-r--r-- | addons/ftp/nxd_ftp_server.h (renamed from protocol_handlers/ftp/nxd_ftp_server.h) | 0 | ||||
| -rw-r--r-- | addons/http/nxd_http_client.c (renamed from protocol_handlers/http/nxd_http_client.c) | 0 | ||||
| -rw-r--r-- | addons/http/nxd_http_client.h (renamed from protocol_handlers/http/nxd_http_client.h) | 0 | ||||
| -rw-r--r-- | addons/http/nxd_http_server.c (renamed from protocol_handlers/http/nxd_http_server.c) | 0 | ||||
| -rw-r--r-- | addons/http/nxd_http_server.h (renamed from protocol_handlers/http/nxd_http_server.h) | 0 | ||||
| -rw-r--r-- | addons/mdns/nxd_mdns.c (renamed from protocol_handlers/mdns/nxd_mdns.c) | 0 | ||||
| -rw-r--r-- | addons/mdns/nxd_mdns.h (renamed from protocol_handlers/mdns/nxd_mdns.h) | 0 | ||||
| -rw-r--r-- | addons/mqtt/nxd_mqtt_client.c (renamed from protocol_handlers/mqtt/nxd_mqtt_client.c) | 0 | ||||
| -rw-r--r-- | addons/mqtt/nxd_mqtt_client.h (renamed from protocol_handlers/mqtt/nxd_mqtt_client.h) | 0 | ||||
| -rw-r--r-- | addons/nat/nx_nat.c (renamed from protocol_handlers/nat/nx_nat.c) | 0 | ||||
| -rw-r--r-- | addons/nat/nx_nat.h (renamed from protocol_handlers/nat/nx_nat.h) | 0 | ||||
| -rw-r--r-- | addons/pop3/nxd_pop3_client.c (renamed from protocol_handlers/pop3/nxd_pop3_client.c) | 0 | ||||
| -rw-r--r-- | addons/pop3/nxd_pop3_client.h (renamed from protocol_handlers/pop3/nxd_pop3_client.h) | 0 | ||||
| -rw-r--r-- | addons/ppp/nx_ppp.c (renamed from protocol_handlers/ppp/nx_ppp.c) | 0 | ||||
| -rw-r--r-- | addons/ppp/nx_ppp.h (renamed from protocol_handlers/ppp/nx_ppp.h) | 0 | ||||
| -rw-r--r-- | addons/pppoe/nx_pppoe_client.c (renamed from protocol_handlers/pppoe/nx_pppoe_client.c) | 0 | ||||
| -rw-r--r-- | addons/pppoe/nx_pppoe_client.h (renamed from protocol_handlers/pppoe/nx_pppoe_client.h) | 0 | ||||
| -rw-r--r-- | addons/pppoe/nx_pppoe_server.c (renamed from protocol_handlers/pppoe/nx_pppoe_server.c) | 0 | ||||
| -rw-r--r-- | addons/pppoe/nx_pppoe_server.h (renamed from protocol_handlers/pppoe/nx_pppoe_server.h) | 0 | ||||
| -rw-r--r-- | addons/smtp/nxd_smtp_client.c (renamed from protocol_handlers/smtp/nxd_smtp_client.c) | 0 | ||||
| -rw-r--r-- | addons/smtp/nxd_smtp_client.h (renamed from protocol_handlers/smtp/nxd_smtp_client.h) | 0 | ||||
| -rw-r--r-- | addons/snmp/nx_des.c (renamed from protocol_handlers/snmp/nx_des.c) | 0 | ||||
| -rw-r--r-- | addons/snmp/nx_des.h (renamed from protocol_handlers/snmp/nx_des.h) | 0 | ||||
| -rw-r--r-- | addons/snmp/nx_sha1.c (renamed from protocol_handlers/snmp/nx_sha1.c) | 0 | ||||
| -rw-r--r-- | addons/snmp/nx_sha1.h (renamed from protocol_handlers/snmp/nx_sha1.h) | 0 | ||||
| -rw-r--r-- | addons/snmp/nxd_snmp.c (renamed from protocol_handlers/snmp/nxd_snmp.c) | 0 | ||||
| -rw-r--r-- | addons/snmp/nxd_snmp.h (renamed from protocol_handlers/snmp/nxd_snmp.h) | 0 | ||||
| -rw-r--r-- | addons/sntp/nxd_sntp_client.c (renamed from protocol_handlers/sntp/nxd_sntp_client.c) | 0 | ||||
| -rw-r--r-- | addons/sntp/nxd_sntp_client.h (renamed from protocol_handlers/sntp/nxd_sntp_client.h) | 0 | ||||
| -rw-r--r-- | addons/telnet/nxd_telnet_client.c (renamed from protocol_handlers/telnet/nxd_telnet_client.c) | 0 | ||||
| -rw-r--r-- | addons/telnet/nxd_telnet_client.h (renamed from protocol_handlers/telnet/nxd_telnet_client.h) | 0 | ||||
| -rw-r--r-- | addons/telnet/nxd_telnet_server.c (renamed from protocol_handlers/telnet/nxd_telnet_server.c) | 0 | ||||
| -rw-r--r-- | addons/telnet/nxd_telnet_server.h (renamed from protocol_handlers/telnet/nxd_telnet_server.h) | 0 | ||||
| -rw-r--r-- | addons/tftp/nxd_tftp_client.c (renamed from protocol_handlers/tftp/nxd_tftp_client.c) | 0 | ||||
| -rw-r--r-- | addons/tftp/nxd_tftp_client.h (renamed from protocol_handlers/tftp/nxd_tftp_client.h) | 0 | ||||
| -rw-r--r-- | addons/tftp/nxd_tftp_server.c (renamed from protocol_handlers/tftp/nxd_tftp_server.c) | 0 | ||||
| -rw-r--r-- | addons/tftp/nxd_tftp_server.h (renamed from protocol_handlers/tftp/nxd_tftp_server.h) | 0 | ||||
| -rw-r--r-- | addons/web/nx_tcpserver.c (renamed from protocol_handlers/web/nx_tcpserver.c) | 0 | ||||
| -rw-r--r-- | addons/web/nx_tcpserver.h (renamed from protocol_handlers/web/nx_tcpserver.h) | 0 | ||||
| -rw-r--r-- | addons/web/nx_web_http_client.c (renamed from protocol_handlers/web/nx_web_http_client.c) | 0 | ||||
| -rw-r--r-- | addons/web/nx_web_http_client.h (renamed from protocol_handlers/web/nx_web_http_client.h) | 0 | ||||
| -rw-r--r-- | addons/web/nx_web_http_common.h (renamed from protocol_handlers/web/nx_web_http_common.h) | 0 | ||||
| -rw-r--r-- | addons/web/nx_web_http_server.c (renamed from protocol_handlers/web/nx_web_http_server.c) | 0 | ||||
| -rw-r--r-- | addons/web/nx_web_http_server.h (renamed from protocol_handlers/web/nx_web_http_server.h) | 0 |
64 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f5d0e5d..56f0d183 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/ports/${THREADX_ARCH}/${THREADX_TOOLC add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/common) # Pick up the apps directory containing the protocol and app-layer components -add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/protocol_handlers) +add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/addons) # Network security and crypto components add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/crypto_libraries) @@ -55,6 +55,8 @@ Each official release (preview or GA) will be tagged to mark the commit and push ## Directory layout ``` +- addons + - auto_ip, BSD, dhcp, dns, ftp, http, mdns, mqtt, nat, pop3, ppp, pppoe, smtp, sntp, telnet, tftp, web - cmake - common - inc @@ -78,8 +80,6 @@ Each official release (preview or GA) will be tagged to mark the commit and push - cortex_m7/gnu - inc - src -- protocol_handlers - - auto_ip, BSD, dhcp, dns, ftp, http, mdns, mqtt, nat, pop3, ppp, pppoe, smtp, sntp, telnet, tftp, web - samples ``` diff --git a/protocol_handlers/BSD/nxd_bsd.c b/addons/BSD/nxd_bsd.c index afaa8a8e..afaa8a8e 100644 --- a/protocol_handlers/BSD/nxd_bsd.c +++ b/addons/BSD/nxd_bsd.c diff --git a/protocol_handlers/BSD/nxd_bsd.h b/addons/BSD/nxd_bsd.h index 0495cdde..0495cdde 100644 --- a/protocol_handlers/BSD/nxd_bsd.h +++ b/addons/BSD/nxd_bsd.h diff --git a/protocol_handlers/CMakeLists.txt b/addons/CMakeLists.txt index 8a7e8aa2..8a7e8aa2 100644 --- a/protocol_handlers/CMakeLists.txt +++ b/addons/CMakeLists.txt diff --git a/protocol_handlers/auto_ip/nx_auto_ip.c b/addons/auto_ip/nx_auto_ip.c index 5f0cdcb3..5f0cdcb3 100644 --- a/protocol_handlers/auto_ip/nx_auto_ip.c +++ b/addons/auto_ip/nx_auto_ip.c diff --git a/protocol_handlers/auto_ip/nx_auto_ip.h b/addons/auto_ip/nx_auto_ip.h index e5de5ea0..e5de5ea0 100644 --- a/protocol_handlers/auto_ip/nx_auto_ip.h +++ b/addons/auto_ip/nx_auto_ip.h diff --git a/protocol_handlers/dhcp/nxd_dhcp_client.c b/addons/dhcp/nxd_dhcp_client.c index 23ee2eba..23ee2eba 100644 --- a/protocol_handlers/dhcp/nxd_dhcp_client.c +++ b/addons/dhcp/nxd_dhcp_client.c diff --git a/protocol_handlers/dhcp/nxd_dhcp_client.h b/addons/dhcp/nxd_dhcp_client.h index 0ebf5887..0ebf5887 100644 --- a/protocol_handlers/dhcp/nxd_dhcp_client.h +++ b/addons/dhcp/nxd_dhcp_client.h diff --git a/protocol_handlers/dhcp/nxd_dhcp_server.c b/addons/dhcp/nxd_dhcp_server.c index 3190f209..3190f209 100644 --- a/protocol_handlers/dhcp/nxd_dhcp_server.c +++ b/addons/dhcp/nxd_dhcp_server.c diff --git a/protocol_handlers/dhcp/nxd_dhcp_server.h b/addons/dhcp/nxd_dhcp_server.h index bb91b67f..bb91b67f 100644 --- a/protocol_handlers/dhcp/nxd_dhcp_server.h +++ b/addons/dhcp/nxd_dhcp_server.h diff --git a/protocol_handlers/dhcp/nxd_dhcpv6_client.c b/addons/dhcp/nxd_dhcpv6_client.c index 3f689710..3f689710 100644 --- a/protocol_handlers/dhcp/nxd_dhcpv6_client.c +++ b/addons/dhcp/nxd_dhcpv6_client.c diff --git a/protocol_handlers/dhcp/nxd_dhcpv6_client.h b/addons/dhcp/nxd_dhcpv6_client.h index 8b2a1663..8b2a1663 100644 --- a/protocol_handlers/dhcp/nxd_dhcpv6_client.h +++ b/addons/dhcp/nxd_dhcpv6_client.h diff --git a/protocol_handlers/dhcp/nxd_dhcpv6_server.c b/addons/dhcp/nxd_dhcpv6_server.c index 49fc0be7..49fc0be7 100644 --- a/protocol_handlers/dhcp/nxd_dhcpv6_server.c +++ b/addons/dhcp/nxd_dhcpv6_server.c diff --git a/protocol_handlers/dhcp/nxd_dhcpv6_server.h b/addons/dhcp/nxd_dhcpv6_server.h index ee01ba0e..ee01ba0e 100644 --- a/protocol_handlers/dhcp/nxd_dhcpv6_server.h +++ b/addons/dhcp/nxd_dhcpv6_server.h diff --git a/protocol_handlers/dns/nxd_dns.c b/addons/dns/nxd_dns.c index d5866bd2..d5866bd2 100644 --- a/protocol_handlers/dns/nxd_dns.c +++ b/addons/dns/nxd_dns.c diff --git a/protocol_handlers/dns/nxd_dns.h b/addons/dns/nxd_dns.h index e646484d..e646484d 100644 --- a/protocol_handlers/dns/nxd_dns.h +++ b/addons/dns/nxd_dns.h diff --git a/protocol_handlers/ftp/nxd_ftp_client.c b/addons/ftp/nxd_ftp_client.c index e85ed09e..e85ed09e 100644 --- a/protocol_handlers/ftp/nxd_ftp_client.c +++ b/addons/ftp/nxd_ftp_client.c diff --git a/protocol_handlers/ftp/nxd_ftp_client.h b/addons/ftp/nxd_ftp_client.h index c79b8e18..c79b8e18 100644 --- a/protocol_handlers/ftp/nxd_ftp_client.h +++ b/addons/ftp/nxd_ftp_client.h diff --git a/protocol_handlers/ftp/nxd_ftp_server.c b/addons/ftp/nxd_ftp_server.c index 0eb1f635..0eb1f635 100644 --- a/protocol_handlers/ftp/nxd_ftp_server.c +++ b/addons/ftp/nxd_ftp_server.c diff --git a/protocol_handlers/ftp/nxd_ftp_server.h b/addons/ftp/nxd_ftp_server.h index a6c5fbd6..a6c5fbd6 100644 --- a/protocol_handlers/ftp/nxd_ftp_server.h +++ b/addons/ftp/nxd_ftp_server.h diff --git a/protocol_handlers/http/nxd_http_client.c b/addons/http/nxd_http_client.c index 9e938adc..9e938adc 100644 --- a/protocol_handlers/http/nxd_http_client.c +++ b/addons/http/nxd_http_client.c diff --git a/protocol_handlers/http/nxd_http_client.h b/addons/http/nxd_http_client.h index 0756bcd6..0756bcd6 100644 --- a/protocol_handlers/http/nxd_http_client.h +++ b/addons/http/nxd_http_client.h diff --git a/protocol_handlers/http/nxd_http_server.c b/addons/http/nxd_http_server.c index fe66c208..fe66c208 100644 --- a/protocol_handlers/http/nxd_http_server.c +++ b/addons/http/nxd_http_server.c diff --git a/protocol_handlers/http/nxd_http_server.h b/addons/http/nxd_http_server.h index 8b3401ed..8b3401ed 100644 --- a/protocol_handlers/http/nxd_http_server.h +++ b/addons/http/nxd_http_server.h diff --git a/protocol_handlers/mdns/nxd_mdns.c b/addons/mdns/nxd_mdns.c index 4a12357e..4a12357e 100644 --- a/protocol_handlers/mdns/nxd_mdns.c +++ b/addons/mdns/nxd_mdns.c diff --git a/protocol_handlers/mdns/nxd_mdns.h b/addons/mdns/nxd_mdns.h index 41eaf2f1..41eaf2f1 100644 --- a/protocol_handlers/mdns/nxd_mdns.h +++ b/addons/mdns/nxd_mdns.h diff --git a/protocol_handlers/mqtt/nxd_mqtt_client.c b/addons/mqtt/nxd_mqtt_client.c index 64b9349d..64b9349d 100644 --- a/protocol_handlers/mqtt/nxd_mqtt_client.c +++ b/addons/mqtt/nxd_mqtt_client.c diff --git a/protocol_handlers/mqtt/nxd_mqtt_client.h b/addons/mqtt/nxd_mqtt_client.h index f9be3d0b..f9be3d0b 100644 --- a/protocol_handlers/mqtt/nxd_mqtt_client.h +++ b/addons/mqtt/nxd_mqtt_client.h diff --git a/protocol_handlers/nat/nx_nat.c b/addons/nat/nx_nat.c index 0013d157..0013d157 100644 --- a/protocol_handlers/nat/nx_nat.c +++ b/addons/nat/nx_nat.c diff --git a/protocol_handlers/nat/nx_nat.h b/addons/nat/nx_nat.h index 260a4a50..260a4a50 100644 --- a/protocol_handlers/nat/nx_nat.h +++ b/addons/nat/nx_nat.h diff --git a/protocol_handlers/pop3/nxd_pop3_client.c b/addons/pop3/nxd_pop3_client.c index 0b704148..0b704148 100644 --- a/protocol_handlers/pop3/nxd_pop3_client.c +++ b/addons/pop3/nxd_pop3_client.c diff --git a/protocol_handlers/pop3/nxd_pop3_client.h b/addons/pop3/nxd_pop3_client.h index 776d7424..776d7424 100644 --- a/protocol_handlers/pop3/nxd_pop3_client.h +++ b/addons/pop3/nxd_pop3_client.h diff --git a/protocol_handlers/ppp/nx_ppp.c b/addons/ppp/nx_ppp.c index 7c1eda85..7c1eda85 100644 --- a/protocol_handlers/ppp/nx_ppp.c +++ b/addons/ppp/nx_ppp.c diff --git a/protocol_handlers/ppp/nx_ppp.h b/addons/ppp/nx_ppp.h index d757c9d8..d757c9d8 100644 --- a/protocol_handlers/ppp/nx_ppp.h +++ b/addons/ppp/nx_ppp.h diff --git a/protocol_handlers/pppoe/nx_pppoe_client.c b/addons/pppoe/nx_pppoe_client.c index bca12f0f..bca12f0f 100644 --- a/protocol_handlers/pppoe/nx_pppoe_client.c +++ b/addons/pppoe/nx_pppoe_client.c diff --git a/protocol_handlers/pppoe/nx_pppoe_client.h b/addons/pppoe/nx_pppoe_client.h index 170e69a4..170e69a4 100644 --- a/protocol_handlers/pppoe/nx_pppoe_client.h +++ b/addons/pppoe/nx_pppoe_client.h diff --git a/protocol_handlers/pppoe/nx_pppoe_server.c b/addons/pppoe/nx_pppoe_server.c index 918f1986..918f1986 100644 --- a/protocol_handlers/pppoe/nx_pppoe_server.c +++ b/addons/pppoe/nx_pppoe_server.c diff --git a/protocol_handlers/pppoe/nx_pppoe_server.h b/addons/pppoe/nx_pppoe_server.h index acc8db97..acc8db97 100644 --- a/protocol_handlers/pppoe/nx_pppoe_server.h +++ b/addons/pppoe/nx_pppoe_server.h diff --git a/protocol_handlers/smtp/nxd_smtp_client.c b/addons/smtp/nxd_smtp_client.c index e8c46093..e8c46093 100644 --- a/protocol_handlers/smtp/nxd_smtp_client.c +++ b/addons/smtp/nxd_smtp_client.c diff --git a/protocol_handlers/smtp/nxd_smtp_client.h b/addons/smtp/nxd_smtp_client.h index d055d598..d055d598 100644 --- a/protocol_handlers/smtp/nxd_smtp_client.h +++ b/addons/smtp/nxd_smtp_client.h diff --git a/protocol_handlers/snmp/nx_des.c b/addons/snmp/nx_des.c index 2054bd64..2054bd64 100644 --- a/protocol_handlers/snmp/nx_des.c +++ b/addons/snmp/nx_des.c diff --git a/protocol_handlers/snmp/nx_des.h b/addons/snmp/nx_des.h index eab9a3f9..eab9a3f9 100644 --- a/protocol_handlers/snmp/nx_des.h +++ b/addons/snmp/nx_des.h diff --git a/protocol_handlers/snmp/nx_sha1.c b/addons/snmp/nx_sha1.c index 05379076..05379076 100644 --- a/protocol_handlers/snmp/nx_sha1.c +++ b/addons/snmp/nx_sha1.c diff --git a/protocol_handlers/snmp/nx_sha1.h b/addons/snmp/nx_sha1.h index f265ed58..f265ed58 100644 --- a/protocol_handlers/snmp/nx_sha1.h +++ b/addons/snmp/nx_sha1.h diff --git a/protocol_handlers/snmp/nxd_snmp.c b/addons/snmp/nxd_snmp.c index dc0ee3ee..dc0ee3ee 100644 --- a/protocol_handlers/snmp/nxd_snmp.c +++ b/addons/snmp/nxd_snmp.c diff --git a/protocol_handlers/snmp/nxd_snmp.h b/addons/snmp/nxd_snmp.h index 2e604aa7..2e604aa7 100644 --- a/protocol_handlers/snmp/nxd_snmp.h +++ b/addons/snmp/nxd_snmp.h diff --git a/protocol_handlers/sntp/nxd_sntp_client.c b/addons/sntp/nxd_sntp_client.c index ccaf4967..ccaf4967 100644 --- a/protocol_handlers/sntp/nxd_sntp_client.c +++ b/addons/sntp/nxd_sntp_client.c diff --git a/protocol_handlers/sntp/nxd_sntp_client.h b/addons/sntp/nxd_sntp_client.h index 64612a65..64612a65 100644 --- a/protocol_handlers/sntp/nxd_sntp_client.h +++ b/addons/sntp/nxd_sntp_client.h diff --git a/protocol_handlers/telnet/nxd_telnet_client.c b/addons/telnet/nxd_telnet_client.c index c85a76c2..c85a76c2 100644 --- a/protocol_handlers/telnet/nxd_telnet_client.c +++ b/addons/telnet/nxd_telnet_client.c diff --git a/protocol_handlers/telnet/nxd_telnet_client.h b/addons/telnet/nxd_telnet_client.h index 6a4390bd..6a4390bd 100644 --- a/protocol_handlers/telnet/nxd_telnet_client.h +++ b/addons/telnet/nxd_telnet_client.h diff --git a/protocol_handlers/telnet/nxd_telnet_server.c b/addons/telnet/nxd_telnet_server.c index 22cc65f4..22cc65f4 100644 --- a/protocol_handlers/telnet/nxd_telnet_server.c +++ b/addons/telnet/nxd_telnet_server.c diff --git a/protocol_handlers/telnet/nxd_telnet_server.h b/addons/telnet/nxd_telnet_server.h index 6b8723c7..6b8723c7 100644 --- a/protocol_handlers/telnet/nxd_telnet_server.h +++ b/addons/telnet/nxd_telnet_server.h diff --git a/protocol_handlers/tftp/nxd_tftp_client.c b/addons/tftp/nxd_tftp_client.c index c5a23a4c..c5a23a4c 100644 --- a/protocol_handlers/tftp/nxd_tftp_client.c +++ b/addons/tftp/nxd_tftp_client.c diff --git a/protocol_handlers/tftp/nxd_tftp_client.h b/addons/tftp/nxd_tftp_client.h index 96e46b6c..96e46b6c 100644 --- a/protocol_handlers/tftp/nxd_tftp_client.h +++ b/addons/tftp/nxd_tftp_client.h diff --git a/protocol_handlers/tftp/nxd_tftp_server.c b/addons/tftp/nxd_tftp_server.c index ba066fee..ba066fee 100644 --- a/protocol_handlers/tftp/nxd_tftp_server.c +++ b/addons/tftp/nxd_tftp_server.c diff --git a/protocol_handlers/tftp/nxd_tftp_server.h b/addons/tftp/nxd_tftp_server.h index c34fcc7b..c34fcc7b 100644 --- a/protocol_handlers/tftp/nxd_tftp_server.h +++ b/addons/tftp/nxd_tftp_server.h diff --git a/protocol_handlers/web/nx_tcpserver.c b/addons/web/nx_tcpserver.c index 09e51630..09e51630 100644 --- a/protocol_handlers/web/nx_tcpserver.c +++ b/addons/web/nx_tcpserver.c diff --git a/protocol_handlers/web/nx_tcpserver.h b/addons/web/nx_tcpserver.h index 234a0d62..234a0d62 100644 --- a/protocol_handlers/web/nx_tcpserver.h +++ b/addons/web/nx_tcpserver.h diff --git a/protocol_handlers/web/nx_web_http_client.c b/addons/web/nx_web_http_client.c index 860501b3..860501b3 100644 --- a/protocol_handlers/web/nx_web_http_client.c +++ b/addons/web/nx_web_http_client.c diff --git a/protocol_handlers/web/nx_web_http_client.h b/addons/web/nx_web_http_client.h index 1194f928..1194f928 100644 --- a/protocol_handlers/web/nx_web_http_client.h +++ b/addons/web/nx_web_http_client.h diff --git a/protocol_handlers/web/nx_web_http_common.h b/addons/web/nx_web_http_common.h index 81ae4e4a..81ae4e4a 100644 --- a/protocol_handlers/web/nx_web_http_common.h +++ b/addons/web/nx_web_http_common.h diff --git a/protocol_handlers/web/nx_web_http_server.c b/addons/web/nx_web_http_server.c index f0d77229..f0d77229 100644 --- a/protocol_handlers/web/nx_web_http_server.c +++ b/addons/web/nx_web_http_server.c diff --git a/protocol_handlers/web/nx_web_http_server.h b/addons/web/nx_web_http_server.h index eebd1005..eebd1005 100644 --- a/protocol_handlers/web/nx_web_http_server.h +++ b/addons/web/nx_web_http_server.h |
