/* * 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 "protos.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, }; sitory'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamlakant Patel <kamlakant.patel@broadcom.com>2016-08-09 19:35:22 +0530
committerMark Brown <broonie@kernel.org>2016-08-09 15:25:43 +0100
commit097d06192caf6db29ff6b8a9117cfaf7a514821f (patch)
tree622f4a2cccd51bd554a2222609c4fd4664807230
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
spi: xlp: Add ACPI support for Vulcan SPI controller
Add ACPI support for SPI controller on Broadcom Vulcan ARM64. Signed-off-by: Kamlakant Patel <kamlakant.patel@broadcom.com> Signed-off-by: Mark Brown <broonie@kernel.org>
0346eae5da3'>Diffstat