History log of /seL4-camkes-master/projects/lwip/src/netif/zepif.c
Revision Date Author Comments
# 264b8976 04-Sep-2018 Martine Lenders <m.lenders@fu-berlin.de>

Make zepif dependent on LWIP_UDP config

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>


# 9992b48e 20-Jun-2018 Simon Goldschmidt <goldsimon@gmx.de>

fix compiling with LWIP_NOASSERT defined

See bug #54157


# 25497bb3 13-Jun-2018 Simon Goldschmidt <goldsimon@gmx.de>

bridgeif/slipif/zepif: check that input callback is not NULL


# a4b9beef 14-Mar-2018 goldsimon <goldsimon@gmx.de>

Move common 6LoWPAN code to new file lopwan6_common.c

This is mainly IPHC (de)compression.

TODO: adapt the 6LoWPAN-over-BLE netif to this.

Signed-off-by: goldsimon <goldsimon@gmx.de>


# 104a629a 15-Mar-2018 Dirk Ziegelmeier <dirk@ziegelmeier.net>

zepif: Convert to dual-stack


# 972f32dd 07-Mar-2018 goldsimon <goldsimon@gmx.de>

zepif: fix compiling with IPv4 disabled


# 91a2d9e2 05-Mar-2018 goldsimon <goldsimon@gmx.de>

zepif: fix comment for calling netif->input()


# 5474498f 04-Mar-2018 goldsimon <goldsimon@gmx.de>

zepif: call netif->input instead of tcpip_6lowpan_input for rx packets

This allows reusing zepif e.g. with contiki 6LoWPAN code for testing.


# 08bf8b71 03-Mar-2018 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Improve documentation for 6LOWPAN BLE and ZEPIF


# 282e1601 01-Mar-2018 goldsimon <goldsimon@gmx.de>

finally got zepif running


# cb746a1a 28-Feb-2018 goldsimon <goldsimon@gmx.de>

zepif: fix destination IP (default should be broadcast, not 0.0.0.0)


# 002ba1a6 28-Feb-2018 goldsimon <goldsimon@gmx.de>

zeoif: ZEPIF_LOOPBACK should be 0 default, not 1


# 43a55003 28-Feb-2018 goldsimon <goldsimon@gmx.de>

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 <goldsimon@gmx.de>