src/utils_dns.c: Implemented a handler for `DLT_LINUX_SLL'.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 5 Dec 2006 20:42:16 +0000 (21:42 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 5 Dec 2006 20:42:16 +0000 (21:42 +0100)
commitd3b11c3ad0815c6fab122e3c5ea0f0f4a4636a4f
tree8e196994af0e170e9a75ae5170b3e1e2aa9235ec
parentf554fab0ecfde0ce8359282e02643a70fa5bc46f
src/utils_dns.c: Implemented a handler for `DLT_LINUX_SLL'.

This is the ``Linux cooked capture encapsulation'', which is at least returned
when capturing the `any' device under Linux. This patch will strip off the
header and pass the packet to the IPv4 or IPv6 handler, whichever one is
ppropriate.
src/utils_dns.c