[liboping-changes] octo's ping library: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Thu Aug 11 09:53:25 CEST 2016
    
    
  
 src/liboping.c |   73 ++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 39 deletions(-)
New commits:
commit 6949f72a7f2ca6237a3e18bb12d5efbb61c2d1df
Author: Florian Forster <ff at octo.it>
Date:   Tue Aug 9 16:35:15 2016 +0200
    src/liboping.c: Simplify packet creation and parsing.
commit 41afaef8517f2674ca0f7e2969b1e3755f61cdec
Author: Florian Forster <ff at octo.it>
Date:   Tue Aug 9 16:22:55 2016 +0200
    src/liboping.c: Replace sizeof(struct icmphdr) with ICMP_MINLEN.
    
    The definitions of struct icmphdr differ between platforms, while
    ICMP_MINLEN is always 8, which is what we need here.
commit 2599a5dc9ee489282f799ec6ceb7130c703eab73
Author: Kyle Zhou <kyle.zhou at live.com>
Date:   Tue Aug 2 22:33:03 2016 +1000
    Fixed wrong icmp header length (20 extra zeros incorrectly appended to header)
    
    
More information about the liboping-changes
mailing list