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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 3194c9c4cf33f310759702fad11d7034b849fc96
Date: Wed, 10 Aug 2016 21:39:56 +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 "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  3194c9c4cf33f310759702fad11d7034b849fc96 (commit)
      from  18fcc1d50425817bc9ab85cfc8e74d4a1c9f0ac5 (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 3194c9c4cf33f310759702fad11d7034b849fc96
Author: Sylvain Rochet <address@hidden>
Date:   Wed Aug 10 23:33:16 2016 +0200

    PPP: filter more packets in ppp_dump_packet
    
    VJ packets, Compressed packets, IPv4 and IPv6 packets are useless in
    the PPP packet dump. We properly filtered IPv4 and IPv6 packets but
    we forgot filtering VJ and Compressed packets.
    
    Improve the filtering rule to filter packets which are not auth
    protocol (< 0xC000) and which are not control protocol (0x8000 bit
    not set).

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

Summary of changes:
 src/netif/ppp/utils.c |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)


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



reply via email to

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