/* * netsniff-ng - the packet sniffing beast * Copyright 2012 Markus Amend , Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * IPv6 in IPv4 encapsulation described in RFC3056 */ #include #include #include /* for ntohs() */ #include "proto.h" #include "dissector_eth.h" #include "built_in.h" extern void ipv6(struct pkt_buff *pkt); extern void ipv6_less(struct pkt_buff *pkt); struct protocol ipv6_in_ipv4_ops = { .key = 0x29, .print_full = ipv6, .print_less = ipv6_less, }; t-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-04-06 11:00:50 +0900
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-04-13 11:14:52 +0200
commit06e520c4f067e7284fded10656acca924123c58e (patch)
tree3c3f20401e1fd5a5f9e4373066adaef1cd71dd01 /.mailmap
parent4185c53f0127229079303c194fe6a668fc337c8f (diff)
ARM: dts: s5p: Fix DTC unit name warnings in SMDKv210 board
Fix following DTC warnings in SMDKv210 board: Warning (unit_address_vs_reg): Node /soc/fimd@f8000000/display-timings/timing@0 has a unit name, but no reg property Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Diffstat (limited to '.mailmap')