[riot-commits] [RIOT-OS/RIOT] 32e27c: ipv6_hdr: add print function
Lotte Steenbrink
lotte at zombietetris.de
Wed Apr 29 12:05:06 CEST 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 32e27c3ff3ef8263a558564593cf51858e38347a
https://github.com/RIOT-OS/RIOT/commit/32e27c3ff3ef8263a558564593cf51858e38347a
Author: Martine Lenders <mlenders at inf.fu-berlin.de>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M sys/include/net/ng_ipv6/hdr.h
M sys/net/crosslayer/ng_pktdump/ng_pktdump.c
A sys/net/network_layer/ng_ipv6/hdr/ng_ipv6_hdr_print.c
Log Message:
-----------
ipv6_hdr: add print function
Commit: 067a3498c545aeb1334b3eceea5dc658fda408cc
https://github.com/RIOT-OS/RIOT/commit/067a3498c545aeb1334b3eceea5dc658fda408cc
Author: Martine Lenders <mlenders at inf.fu-berlin.de>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M Makefile.dep
M sys/Makefile
M sys/include/net/ng_netif/hdr.h
A sys/net/crosslayer/ng_netif/hdr/Makefile
A sys/net/crosslayer/ng_netif/hdr/ng_netif_hdr_print.c
M sys/net/crosslayer/ng_pktdump/ng_pktdump.c
Log Message:
-----------
netif_hdr: add print function
Commit: cba4e5b8f137c692c691b24ecd177d75be46547b
https://github.com/RIOT-OS/RIOT/commit/cba4e5b8f137c692c691b24ecd177d75be46547b
Author: Martine Lenders <mlenders at inf.fu-berlin.de>
Date: 2015-04-28 (Tue, 28 Apr 2015)
Changed paths:
M sys/net/crosslayer/ng_pktdump/ng_pktdump.c
Log Message:
-----------
pktdump: fix printf formatting
%zu would be the correct format string for `size_t`, but with nano-specs
this is not outputted.
Commit: 3d4e98eb1dd4e04e8c5b44f5e2a316d7f5396f3f
https://github.com/RIOT-OS/RIOT/commit/3d4e98eb1dd4e04e8c5b44f5e2a316d7f5396f3f
Author: Lotte Steenbrink <lotte at zombietetris.de>
Date: 2015-04-29 (Wed, 29 Apr 2015)
Changed paths:
M Makefile.dep
M sys/Makefile
M sys/include/net/ng_ipv6/hdr.h
M sys/include/net/ng_netif/hdr.h
A sys/net/crosslayer/ng_netif/hdr/Makefile
A sys/net/crosslayer/ng_netif/hdr/ng_netif_hdr_print.c
M sys/net/crosslayer/ng_pktdump/ng_pktdump.c
A sys/net/network_layer/ng_ipv6/hdr/ng_ipv6_hdr_print.c
Log Message:
-----------
Merge pull request #2833 from authmillenon/ng_net/feat/hdr-print
ng_net: add header print functions
Compare: https://github.com/RIOT-OS/RIOT/compare/90ece67f9440...3d4e98eb1dd4
More information about the commits
mailing list