Adapt several comments to contrib rep move

This commit is contained in:
Dirk Ziegelmeier
2018-10-02 12:42:14 +02:00
parent 8068aab9f7
commit 4b672a1f3c
10 changed files with 13 additions and 10 deletions

View File

@@ -37,8 +37,8 @@
* @defgroup snmp SNMPv2c/v3 agent
* @ingroup apps
* SNMPv2c and SNMPv3 compatible agent\n
* There is also a MIB compiler and a MIB viewer in lwIP contrib repository
* (lwip-contrib/apps/LwipMibCompiler).\n
* There is also a MIB compiler and a MIB viewer in lwIP/contrib subdir
* (lwip/contrib/apps/LwipMibCompiler).\n
* The agent implements the most important MIB2 MIBs including IPv6 support
* (interfaces, UDP, TCP, SNMP, ICMP, SYSTEM). IP MIB is an older version
* without IPv6 statistics (TODO).\n

View File

@@ -360,7 +360,7 @@ extern "C" {
* The file included BEFORE the struct is "arch/bpstruct.h".\n
* The file included AFTER the struct is "arch/epstruct.h".\n
* This can be used to implement struct packing on MS Visual C compilers, see
* the Win32 port in the lwIP contrib repository for reference.
* the Win32 port in the lwIP/contrib subdir for reference.
* For examples of packed struct declarations, see include/lwip/prot/ subfolder.\n
* A port to GCC/clang is included in lwIP, if you use these compilers there is nothing to do here.
*/