/* * netsniff-ng - the packet sniffing beast * Copyright 2012 Markus Amend <markus@netsniff-ng.org>, Deutsche Flugsicherung GmbH * Subject to the GPL, version 2. * * IPv6 in IPv4 encapsulation described in RFC3056 */ #include <stdio.h> #include <stdint.h> #include <netinet/in.h> /* 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, }; git Git repository'/> </head> <body> <div id='cgit'><table id='header'> <tr> <td class='logo' rowspan='2'><a href='/cgit.cgi/'><img src='/cgit.png' alt='cgit logo'/></a></td> <td class='main'><a href='/cgit.cgi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'> <input type='hidden' name='id' value='79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'/><select name='h' onchange='this.form.submit();'> <option value='emaclite-cleanup'>emaclite-cleanup</option> <option value='master'>master</option> <option value='nds-private-remove' selected='selected'>nds-private-remove</option> <option value='packet-loop-back'>packet-loop-back</option> <option value='packet-rx-pump-back'>packet-rx-pump-back</option> </select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table> <table class='tabs'><tr><td> <a href='/cgit.cgi/linux/net-next.git/?h=nds-private-remove'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?h=nds-private-remove&id=79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/sound/pci/ymfpci/ymfpci.h?h=nds-private-remove'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/sound/pci/ymfpci/ymfpci.h?h=nds-private-remove&id=79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/sound/pci/ymfpci/ymfpci.h?h=nds-private-remove&id=79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/sound/pci/ymfpci/ymfpci.h?h=nds-private-remove&id=79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/sound/pci/ymfpci/ymfpci.h'> <input type='hidden' name='h' value='nds-private-remove'/><input type='hidden' name='id' value='79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?h=nds-private-remove&id=79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound?h=nds-private-remove&id=79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'>sound</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/pci?h=nds-private-remove&id=79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'>pci</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/pci/ymfpci?h=nds-private-remove&id=79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'>ymfpci</a>/<a href='/cgit.cgi/linux/net-next.git/log/sound/pci/ymfpci/ymfpci.h?h=nds-private-remove&id=79c6f448c8b79c321e4a1f31f98194e4f6b6cae7'>ymfpci.h</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/sound/pci/ymfpci/ymfpci.h?h=nds-private-remove&id=79c6f448c8b79c321e4a1f31f98194e4f6b6cae7&showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>