lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. STABLE-2_0


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. STABLE-2_0_0_RC1-57-g9e1c029
Date: Thu, 28 Jul 2016 12:33:36 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  9e1c029d0353b0c8fb77c5ad8fdb7a07a9d3cece (commit)
       via  7f92f986ed151815a64aa5c26f84483eb54214b8 (commit)
      from  949a89c1c986876a9f02a4843c53606818e92b0c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9e1c029d0353b0c8fb77c5ad8fdb7a07a9d3cece
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Jul 28 14:32:10 2016 +0200

    Add snmpv3.h to MSVC project

commit 7f92f986ed151815a64aa5c26f84483eb54214b8
Author: Dirk Ziegelmeier <address@hidden>
Date:   Thu Jul 28 14:31:56 2016 +0200

    Move MIB compiler to contrib, it's a better place for it

-----------------------------------------------------------------------

Summary of changes:
 .../CCodeGeneration/CCodeGeneration.csproj         |   67 +
 .../LwipMibCompiler/CCodeGeneration/CFile.cs       |   34 +-
 apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs |  119 +
 .../LwipMibCompiler/CCodeGeneration/Code.cs        |   36 +-
 .../CCodeGeneration/CodeContainerBase.cs           |  139 +
 .../LwipMibCompiler/CCodeGeneration/CodeElement.cs |   25 +-
 .../LwipMibCompiler/CCodeGeneration/Comment.cs     |   55 +-
 .../LwipMibCompiler/CCodeGeneration/EmptyLine.cs   |   44 +-
 apps/LwipMibCompiler/CCodeGeneration/Function.cs   |  129 +
 .../CCodeGeneration/FunctionDeclaration.cs         |  114 +
 apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs |  137 +
 .../LwipMibCompiler/CCodeGeneration/PP_If.cs       |   47 +-
 .../LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs    |   56 +-
 .../LwipMibCompiler/CCodeGeneration/PP_Include.cs  |   51 +-
 .../LwipMibCompiler/CCodeGeneration/PP_Macro.cs    |   39 +-
 .../LwipMibCompiler/CCodeGeneration/PlainText.cs   |   29 +-
 .../CCodeGeneration/Properties/AssemblyInfo.cs     |   36 +
 apps/LwipMibCompiler/CCodeGeneration/Switch.cs     |  146 +
 .../CCodeGeneration/VariableDeclaration.cs         |   62 +-
 .../CCodeGeneration/VariablePrototype.cs           |   53 +-
 .../CCodeGeneration/VariableType.cs                |  130 +
 apps/LwipMibCompiler/LwipMibCompiler.sln           |   47 +
 .../LwipMibCompiler/LwipMibCompiler.csproj         |   73 +
 apps/LwipMibCompiler/LwipMibCompiler/Program.cs    |  480 ++
 .../LwipMibCompiler/Properties/AssemblyInfo.cs     |   36 +
 apps/LwipMibCompiler/LwipMibCompiler/app.config    |    3 +
 .../LwipSnmpCodeGeneration/IRestriction.cs         |  120 +
 .../LwipSnmpCodeGeneration/LwipSnmp.cs             |  199 +
 .../LwipSnmpCodeGeneration.csproj                  |   72 +
 .../LwipSnmpCodeGeneration/MibCFile.cs             |  196 +
 .../LwipSnmpCodeGeneration/MibHeaderFile.cs        |  129 +
 .../Properties/AssemblyInfo.cs                     |   36 +
 .../LwipSnmpCodeGeneration/SnmpMib.cs              |   97 +
 .../LwipSnmpCodeGeneration/SnmpNode.cs             |  119 +
 .../SnmpScalarAggregationNode.cs                   |  293 ++
 .../LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs  |  105 +
 .../LwipSnmpCodeGeneration/SnmpScalarNode.cs       |  395 ++
 .../LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs   |  121 +
 .../SnmpScalarNodeCounter64.cs                     |   52 +-
 .../LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs    |   86 +
 .../SnmpScalarNodeObjectIdentifier.cs              |   90 +
 .../SnmpScalarNodeOctetString.cs                   |  118 +
 .../SnmpScalarNodeTruthValue.cs                    |   46 +-
 .../LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs   |   91 +
 .../LwipSnmpCodeGeneration/SnmpTableNode.cs        |  332 ++
 .../LwipSnmpCodeGeneration/SnmpTreeNode.cs         |  242 +
 .../LwipMibCompiler/MibViewer/FormMain.Designer.cs |  166 +
 apps/LwipMibCompiler/MibViewer/FormMain.cs         |  217 +
 apps/LwipMibCompiler/MibViewer/FormMain.resx       |  298 ++
 apps/LwipMibCompiler/MibViewer/MibViewer.csproj    |   94 +
 .../LwipMibCompiler/MibViewer/Program.cs           |   33 +-
 .../MibViewer/Properties/AssemblyInfo.cs           |   36 +
 .../MibViewer/Properties/Resources.Designer.cs     |   63 +
 .../MibViewer/Properties/Resources.resx            |  117 +
 .../MibViewer/Properties/Settings.Designer.cs      |   26 +
 .../MibViewer/Properties/Settings.settings         |    7 +
 apps/LwipMibCompiler/MibViewer/app.config          |    3 +
 .../Mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB           |  131 +
 apps/LwipMibCompiler/Mibs/IANA-CHARSET-MIB         |  345 ++
 .../Mibs/IANA/IANA-ITU-ALARM-TC-MIB                |  333 ++
 apps/LwipMibCompiler/Mibs/IANA/IANA-LANGUAGE-MIB   |  127 +
 apps/LwipMibCompiler/Mibs/IANA/IANA-MALLOC-MIB     |   67 +
 apps/LwipMibCompiler/Mibs/IANA/IANA-MAU-MIB        |  770 +++
 apps/LwipMibCompiler/Mibs/IANA/IANA-PRINTER-MIB    | 1319 +++++
 apps/LwipMibCompiler/Mibs/IANA/IANA-RTPROTO-MIB    |   92 +
 apps/LwipMibCompiler/Mibs/IANA/IANATn3270eTC-MIB   |  306 ++
 apps/LwipMibCompiler/Mibs/IANA/IANAifType-MIB      |  572 +++
 apps/LwipMibCompiler/Mibs/IF-MIB                   | 1899 +++++++
 apps/LwipMibCompiler/Mibs/INET-ADDRESS-MIB         |  421 ++
 apps/LwipMibCompiler/Mibs/IP-MIB                   | 5254 ++++++++++++++++++++
 apps/LwipMibCompiler/Mibs/RFC-1212                 |   75 +
 apps/LwipMibCompiler/Mibs/RFC-1215                 |   34 +
 apps/LwipMibCompiler/Mibs/RFC1065-SMI              |  132 +
 apps/LwipMibCompiler/Mibs/RFC1155-SMI              |  129 +
 apps/LwipMibCompiler/Mibs/RFC1158-MIB              | 1493 ++++++
 apps/LwipMibCompiler/Mibs/RFC1213-MIB              | 2621 ++++++++++
 apps/LwipMibCompiler/Mibs/SNMPv2-CONF              |  318 ++
 apps/LwipMibCompiler/Mibs/SNMPv2-MIB               |  903 ++++
 apps/LwipMibCompiler/Mibs/SNMPv2-SMI               |  352 ++
 apps/LwipMibCompiler/Mibs/SNMPv2-TC                |  786 +++
 apps/LwipMibCompiler/Mibs/SNMPv2-TM                |  194 +
 apps/LwipMibCompiler/Mibs/TCP-MIB                  |  829 +++
 apps/LwipMibCompiler/Mibs/UDP-MIB                  |  579 +++
 .../SharpSnmpLib/Mib/DisplayHint.cs                |   84 +
 .../Mib/Elements/Entities/AgentCapabilities.cs     |   29 +
 .../Mib/Elements/Entities/EntityBase.cs            |   46 +
 .../SharpSnmpLib/Mib/Elements/Entities/IEntity.cs  |   62 +
 .../Mib/Elements/Entities/ModuleCompliance.cs      |   23 +
 .../Mib/Elements/Entities/ModuleIdentity.cs        |   10 +
 .../Mib/Elements/Entities/NotificationGroup.cs     |   22 +
 .../Mib/Elements/Entities/NotificationType.cs      |   11 +
 .../Mib/Elements/Entities/ObjectGroup.cs           |   22 +
 .../Mib/Elements/Entities/ObjectIdentity.cs        |   21 +
 .../Mib/Elements/Entities/ObjectType.cs            |  336 ++
 .../Mib/Elements/Entities/OidValueAssignment.cs    |   30 +
 .../SharpSnmpLib/Mib/Elements/Exports.cs           |   56 +
 .../SharpSnmpLib/Mib/Elements/IDeclaration.cs      |   18 +
 .../SharpSnmpLib/Mib/Elements/IElement.cs          |   35 +
 .../SharpSnmpLib/Mib/Elements/ITypeReferrer.cs     |   10 +
 .../SharpSnmpLib/Mib/Elements/Imports.cs           |   81 +
 .../SharpSnmpLib/Mib/Elements/ImportsFrom.cs       |   60 +
 .../SharpSnmpLib/Mib/Elements/TrapType.cs          |   48 +
 .../SharpSnmpLib/Mib/Elements/Types/BaseType.cs    |   54 +
 .../SharpSnmpLib/Mib/Elements/Types/BitsType.cs    |   26 +
 .../SharpSnmpLib/Mib/Elements/Types/Choice.cs      |   35 +
 .../Mib/Elements/Types/ITypeAssignment.cs          |    6 +
 .../SharpSnmpLib/Mib/Elements/Types/IntegerType.cs |  117 +
 .../Mib/Elements/Types/IpAddressType.cs            |   21 +
 .../SharpSnmpLib/Mib/Elements/Types/Macro.cs       |   34 +
 .../Mib/Elements/Types/ObjectIdentifierType.cs     |   11 +
 .../Mib/Elements/Types/OctetStringType.cs          |   31 +
 .../SharpSnmpLib/Mib/Elements/Types/OpaqueType.cs  |   11 +
 .../SharpSnmpLib/Mib/Elements/Types/Sequence.cs    |   46 +
 .../SharpSnmpLib/Mib/Elements/Types/SequenceOf.cs  |   23 +
 .../Mib/Elements/Types/TextualConvention.cs        |  238 +
 .../Mib/Elements/Types/TypeAssignment.cs           |  147 +
 .../Mib/Elements/Types/UnsignedType.cs             |  103 +
 apps/LwipMibCompiler/SharpSnmpLib/Mib/IModule.cs   |   81 +
 .../SharpSnmpLib/Mib/ISymbolEnumerator.cs          |    9 +
 apps/LwipMibCompiler/SharpSnmpLib/Mib/Lexer.cs     |  581 +++
 apps/LwipMibCompiler/SharpSnmpLib/Mib/MaxAccess.cs |   17 +
 .../SharpSnmpLib/Mib/MibDocument.cs                |   57 +
 .../SharpSnmpLib/Mib/MibException.cs               |  113 +
 apps/LwipMibCompiler/SharpSnmpLib/Mib/MibModule.cs |  294 ++
 .../SharpSnmpLib/Mib/MibResolver.cs                |   97 +
 apps/LwipMibCompiler/SharpSnmpLib/Mib/MibTree.cs   |  130 +
 .../SharpSnmpLib/Mib/MibTreeNode.cs                |  112 +
 .../SharpSnmpLib/Mib/MibTypesResolver.cs           |  216 +
 .../SharpSnmpLib/Mib/ObjectIdentifier.cs           |   54 +
 apps/LwipMibCompiler/SharpSnmpLib/Mib/Status.cs    |   17 +
 apps/LwipMibCompiler/SharpSnmpLib/Mib/Symbol.cs    |  357 ++
 .../LwipMibCompiler/SharpSnmpLib/Mib/SymbolList.cs |  146 +
 apps/LwipMibCompiler/SharpSnmpLib/Mib/ValueMap.cs  |  103 +
 .../LwipMibCompiler/SharpSnmpLib/Mib/ValueRange.cs |   76 +
 .../SharpSnmpLib/Properties/AssemblyInfo.cs        |   61 +
 .../SharpSnmpLib/Properties/Resources.Designer.cs  |   63 +
 .../SharpSnmpLib/Properties/Resources.resx         |  120 +
 .../SharpSnmpLib/SharpSnmpLib.Mib.csproj           |  140 +
 apps/LwipMibCompiler/SharpSnmpLib/license.txt      |  458 ++
 apps/LwipMibCompiler/SharpSnmpLib/sharpsnmplib.snk |  Bin 0 -> 596 bytes
 apps/LwipMibCompiler/example/compile_udp_mib.cmd   |    1 +
 apps/LwipMibCompiler/example/compile_udp_mib.sh    |    1 +
 ports/win32/msvc/lwIP.vcxproj                      |    1 -
 ports/win32/msvc/lwIP.vcxproj.filters              |    3 -
 144 files changed, 31310 insertions(+), 172 deletions(-)
 create mode 100644 apps/LwipMibCompiler/CCodeGeneration/CCodeGeneration.csproj
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/CFile.cs (77%)
 create mode 100644 apps/LwipMibCompiler/CCodeGeneration/CGenerator.cs
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/Code.cs (75%)
 create mode 100644 apps/LwipMibCompiler/CCodeGeneration/CodeContainerBase.cs
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/CodeElement.cs (82%)
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/Comment.cs (59%)
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/EmptyLine.cs (68%)
 create mode 100644 apps/LwipMibCompiler/CCodeGeneration/Function.cs
 create mode 100644 apps/LwipMibCompiler/CCodeGeneration/FunctionDeclaration.cs
 create mode 100644 apps/LwipMibCompiler/CCodeGeneration/IfThenElse.cs
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/PP_If.cs (66%)
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/PP_Ifdef.cs (61%)
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/PP_Include.cs (63%)
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/PP_Macro.cs (69%)
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/PlainText.cs (78%)
 create mode 100644 
apps/LwipMibCompiler/CCodeGeneration/Properties/AssemblyInfo.cs
 create mode 100644 apps/LwipMibCompiler/CCodeGeneration/Switch.cs
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/VariableDeclaration.cs (55%)
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/CCodeGeneration/VariablePrototype.cs (63%)
 create mode 100644 apps/LwipMibCompiler/CCodeGeneration/VariableType.cs
 create mode 100644 apps/LwipMibCompiler/LwipMibCompiler.sln
 create mode 100644 apps/LwipMibCompiler/LwipMibCompiler/LwipMibCompiler.csproj
 create mode 100644 apps/LwipMibCompiler/LwipMibCompiler/Program.cs
 create mode 100644 
apps/LwipMibCompiler/LwipMibCompiler/Properties/AssemblyInfo.cs
 create mode 100644 apps/LwipMibCompiler/LwipMibCompiler/app.config
 create mode 100644 apps/LwipMibCompiler/LwipSnmpCodeGeneration/IRestriction.cs
 create mode 100644 apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmp.cs
 create mode 100644 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/LwipSnmpCodeGeneration.csproj
 create mode 100644 apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibCFile.cs
 create mode 100644 apps/LwipMibCompiler/LwipSnmpCodeGeneration/MibHeaderFile.cs
 create mode 100644 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/Properties/AssemblyInfo.cs
 create mode 100644 apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpMib.cs
 create mode 100644 apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpNode.cs
 create mode 100644 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarAggregationNode.cs
 create mode 100644 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarArrayNode.cs
 create mode 100644 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNode.cs
 create mode 100644 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeBits.cs
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeCounter64.cs (54%)
 create mode 100644 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeInt.cs
 create mode 100644 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeObjectIdentifier.cs
 create mode 100644 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeOctetString.cs
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeTruthValue.cs (50%)
 create mode 100644 
apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpScalarNodeUint.cs
 create mode 100644 apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTableNode.cs
 create mode 100644 apps/LwipMibCompiler/LwipSnmpCodeGeneration/SnmpTreeNode.cs
 create mode 100644 apps/LwipMibCompiler/MibViewer/FormMain.Designer.cs
 create mode 100644 apps/LwipMibCompiler/MibViewer/FormMain.cs
 create mode 100644 apps/LwipMibCompiler/MibViewer/FormMain.resx
 create mode 100644 apps/LwipMibCompiler/MibViewer/MibViewer.csproj
 copy ports/unix/include/netif/tapif.h => 
apps/LwipMibCompiler/MibViewer/Program.cs (76%)
 create mode 100644 apps/LwipMibCompiler/MibViewer/Properties/AssemblyInfo.cs
 create mode 100644 
apps/LwipMibCompiler/MibViewer/Properties/Resources.Designer.cs
 create mode 100644 apps/LwipMibCompiler/MibViewer/Properties/Resources.resx
 create mode 100644 
apps/LwipMibCompiler/MibViewer/Properties/Settings.Designer.cs
 create mode 100644 apps/LwipMibCompiler/MibViewer/Properties/Settings.settings
 create mode 100644 apps/LwipMibCompiler/MibViewer/app.config
 create mode 100644 apps/LwipMibCompiler/Mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IANA-CHARSET-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IANA/IANA-ITU-ALARM-TC-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IANA/IANA-LANGUAGE-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IANA/IANA-MALLOC-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IANA/IANA-MAU-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IANA/IANA-PRINTER-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IANA/IANA-RTPROTO-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IANA/IANATn3270eTC-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IANA/IANAifType-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IF-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/INET-ADDRESS-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/IP-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/RFC-1212
 create mode 100644 apps/LwipMibCompiler/Mibs/RFC-1215
 create mode 100644 apps/LwipMibCompiler/Mibs/RFC1065-SMI
 create mode 100644 apps/LwipMibCompiler/Mibs/RFC1155-SMI
 create mode 100644 apps/LwipMibCompiler/Mibs/RFC1158-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/RFC1213-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/SNMPv2-CONF
 create mode 100644 apps/LwipMibCompiler/Mibs/SNMPv2-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/SNMPv2-SMI
 create mode 100644 apps/LwipMibCompiler/Mibs/SNMPv2-TC
 create mode 100644 apps/LwipMibCompiler/Mibs/SNMPv2-TM
 create mode 100644 apps/LwipMibCompiler/Mibs/TCP-MIB
 create mode 100644 apps/LwipMibCompiler/Mibs/UDP-MIB
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/DisplayHint.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/AgentCapabilities.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/EntityBase.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/IEntity.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/ModuleCompliance.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/ModuleIdentity.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/NotificationGroup.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/NotificationType.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/ObjectGroup.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/ObjectIdentity.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/ObjectType.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/OidValueAssignment.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Exports.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/IDeclaration.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/IElement.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/ITypeReferrer.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Imports.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/ImportsFrom.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/TrapType.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/BaseType.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/BitsType.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/Choice.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/ITypeAssignment.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/IntegerType.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/IpAddressType.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/Macro.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/ObjectIdentifierType.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/OctetStringType.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/OpaqueType.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/Sequence.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/SequenceOf.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/TextualConvention.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/TypeAssignment.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/UnsignedType.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/IModule.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/ISymbolEnumerator.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/Lexer.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/MaxAccess.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/MibDocument.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/MibException.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/MibModule.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/MibResolver.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/MibTree.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/MibTreeNode.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/MibTypesResolver.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/ObjectIdentifier.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/Status.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/Symbol.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/SymbolList.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/ValueMap.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Mib/ValueRange.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Properties/AssemblyInfo.cs
 create mode 100644 
apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.Designer.cs
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/Properties/Resources.resx
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/SharpSnmpLib.Mib.csproj
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/license.txt
 create mode 100644 apps/LwipMibCompiler/SharpSnmpLib/sharpsnmplib.snk
 create mode 100644 apps/LwipMibCompiler/example/compile_udp_mib.cmd
 create mode 100644 apps/LwipMibCompiler/example/compile_udp_mib.sh


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]