lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 84397ef013bde5e8fef0d1a740b8dc836600789f
Date: Mon, 11 Jan 2016 19:28:47 +0000

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 "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  84397ef013bde5e8fef0d1a740b8dc836600789f (commit)
       via  a2b7cec17bdc5f10602f27ae5d4ee4368a276740 (commit)
       via  e80e7a10d49a5fc5cff0ab877ccd81cc66b869f5 (commit)
       via  8c4d1909f4378b2cbeacb05208744a6d2def5464 (commit)
       via  bb8ecd7e08bbda8fb6e8a6c17b16817425ec6cf6 (commit)
       via  a7e1c730b263e0a7433155b1fa7c154e82b43a52 (commit)
       via  6f1fc6c403cbe2870c93a07c6be0c5a892669e3a (commit)
      from  9f3aab6a6238f66d2ef31feb00212311106f38ae (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 84397ef013bde5e8fef0d1a740b8dc836600789f
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Jan 11 20:28:01 2016 +0100

    SNMP MIB Compiler: Treat read-create nodes as read-only

commit a2b7cec17bdc5f10602f27ae5d4ee4368a276740
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Jan 11 20:15:17 2016 +0100

    SNMP MIB Compiler: Add example command line to compile UDP-MIB

commit e80e7a10d49a5fc5cff0ab877ccd81cc66b869f5
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Jan 11 20:14:54 2016 +0100

    SNMP MIB Compiler: Resolve MIB files in a case-insensitive way

commit 8c4d1909f4378b2cbeacb05208744a6d2def5464
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Jan 11 19:45:57 2016 +0100

    SNMP MIB Compiler: Deal with multiple OID assignments in a MIB file

commit bb8ecd7e08bbda8fb6e8a6c17b16817425ec6cf6
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Jan 11 19:45:25 2016 +0100

    SNMP: Add some basic MIBs

commit a7e1c730b263e0a7433155b1fa7c154e82b43a52
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Jan 11 19:23:09 2016 +0100

    Add .userprefs file to .gitignore

commit 6f1fc6c403cbe2870c93a07c6be0c5a892669e3a
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Jan 11 19:21:06 2016 +0100

    Add .gitignore (currently including SNMP MIB compiler binaries)

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

Summary of changes:
 .gitignore                                         |   11 +
 .../LwipMibCompiler/LwipMibCompiler/Program.cs     |    4 +
 .../Mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB           |  131 +
 .../snmp/LwipMibCompiler/Mibs/IANA-CHARSET-MIB     |  345 ++
 .../Mibs/IANA/IANA-ITU-ALARM-TC-MIB                |  333 ++
 .../LwipMibCompiler/Mibs/IANA/IANA-LANGUAGE-MIB    |  127 +
 .../snmp/LwipMibCompiler/Mibs/IANA/IANA-MALLOC-MIB |   67 +
 .../snmp/LwipMibCompiler/Mibs/IANA/IANA-MAU-MIB    |  770 +++
 .../LwipMibCompiler/Mibs/IANA/IANA-PRINTER-MIB     | 1319 +++++
 .../LwipMibCompiler/Mibs/IANA/IANA-RTPROTO-MIB     |   92 +
 .../LwipMibCompiler/Mibs/IANA/IANATn3270eTC-MIB    |  306 ++
 .../snmp/LwipMibCompiler/Mibs/IANA/IANAifType-MIB  |  572 +++
 src/apps/snmp/LwipMibCompiler/Mibs/IF-MIB          | 1899 +++++++
 .../snmp/LwipMibCompiler/Mibs/INET-ADDRESS-MIB     |  421 ++
 src/apps/snmp/LwipMibCompiler/Mibs/IP-MIB          | 5254 ++++++++++++++++++++
 src/apps/snmp/LwipMibCompiler/Mibs/RFC-1212        |   75 +
 src/apps/snmp/LwipMibCompiler/Mibs/RFC-1215        |   34 +
 src/apps/snmp/LwipMibCompiler/Mibs/RFC1065-SMI     |  132 +
 src/apps/snmp/LwipMibCompiler/Mibs/RFC1155-SMI     |  129 +
 src/apps/snmp/LwipMibCompiler/Mibs/RFC1158-MIB     | 1493 ++++++
 src/apps/snmp/LwipMibCompiler/Mibs/RFC1213-MIB     | 2621 ++++++++++
 src/apps/snmp/LwipMibCompiler/Mibs/SNMPv2-CONF     |  318 ++
 src/apps/snmp/LwipMibCompiler/Mibs/SNMPv2-MIB      |  903 ++++
 src/apps/snmp/LwipMibCompiler/Mibs/SNMPv2-SMI      |  352 ++
 src/apps/snmp/LwipMibCompiler/Mibs/SNMPv2-TC       |  786 +++
 src/apps/snmp/LwipMibCompiler/Mibs/SNMPv2-TM       |  194 +
 src/apps/snmp/LwipMibCompiler/Mibs/TCP-MIB         |  829 +++
 src/apps/snmp/LwipMibCompiler/Mibs/UDP-MIB         |  579 +++
 .../SharpSnmpLib/Mib/MibResolver.cs                |   26 +-
 .../LwipMibCompiler/SharpSnmpLib/Mib/MibTree.cs    |   10 +-
 .../LwipMibCompiler/example/compile_udp_mib.sh     |    1 +
 31 files changed, 20116 insertions(+), 17 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 
src/apps/snmp/LwipMibCompiler/Mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/IANA-CHARSET-MIB
 create mode 100644 
src/apps/snmp/LwipMibCompiler/Mibs/IANA/IANA-ITU-ALARM-TC-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/IANA/IANA-LANGUAGE-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/IANA/IANA-MALLOC-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/IANA/IANA-MAU-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/IANA/IANA-PRINTER-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/IANA/IANA-RTPROTO-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/IANA/IANATn3270eTC-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/IANA/IANAifType-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/IF-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/INET-ADDRESS-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/IP-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/RFC-1212
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/RFC-1215
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/RFC1065-SMI
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/RFC1155-SMI
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/RFC1158-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/RFC1213-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/SNMPv2-CONF
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/SNMPv2-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/SNMPv2-SMI
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/SNMPv2-TC
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/SNMPv2-TM
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/TCP-MIB
 create mode 100644 src/apps/snmp/LwipMibCompiler/Mibs/UDP-MIB
 create mode 100755 src/apps/snmp/LwipMibCompiler/example/compile_udp_mib.sh


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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