[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1329-g43a5500

[email protected] (Simon Goldschmidt)
Newsgroups gmane.network.lwip.cvs
Message-ID <[email protected]>
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  43a55003da622851b1c1677c8e7cb75e9430300f (commit)
       via  d9770d2c5fd3622348da99aeb2750f1b51e2d309 (commit)
       via  3a8af612b3b818a89de5846cc9b046756af184cc (commit)
       via  2a5b66c9b1487b9cc6c91646f4d605eb92f02502 (commit)
      from  3a93029e92528e7d700ea8211a34c5b82cb07b34 (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 43a55003da622851b1c1677c8e7cb75e9430300f
Author: goldsimon <[email protected]>
Date:   Wed Feb 28 22:58:48 2018 +0100

    Added a netif encapsulating 6LowPAN in ZEP (ZigBee Enxapsulation Protocol)
    
    This protocol is sent over a 2nd netif via UDP/IP and can used to analyze
    6LoWPAN with a Wireshark dissector.
    
    Signed-off-by: goldsimon <[email protected]>

commit d9770d2c5fd3622348da99aeb2750f1b51e2d309
Author: goldsimon <[email protected]>
Date:   Wed Feb 28 22:48:56 2018 +0100

    tcpip_thread: TCPIP_MSG_INPKT: free input pbufs if the input function returns an error
    
    This simply wasn't the case until 6LoWPAN. However, since tcpip_input is like this, we
    should stay with that pattern.
    
    Adapted documentation in netif.h
    
    Signed-off-by: goldsimon <[email protected]>

commit 3a8af612b3b818a89de5846cc9b046756af184cc
Author: goldsimon <[email protected]>
Date:   Wed Feb 28 22:46:55 2018 +0100

    lowpan6.c: handle 6-byte MAC addresses on netif, too

commit 2a5b66c9b1487b9cc6c91646f4d605eb92f02502
Author: goldsimon <[email protected]>
Date:   Wed Feb 28 22:32:58 2018 +0100

    lowpan6.c: tiny whitespace fix

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

Summary of changes:
 src/api/tcpip.c                                 |   4 +-
 src/include/lwip/netif.h                        |   3 +
 src/include/netif/lowpan6.h                     |   2 +-
 src/include/{lwip/altcp_tcp.h => netif/zepif.h} |  45 ++--
 src/netif/lowpan6.c                             |  41 +++-
 src/netif/zepif.c                               | 270 ++++++++++++++++++++++++
 6 files changed, 332 insertions(+), 33 deletions(-)
 copy src/include/{lwip/altcp_tcp.h => netif/zepif.h} (62%)
 create mode 100644 src/netif/zepif.c


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.