]> git.ipfire.org Git - thirdparty/suricata.git/commit
Teredo tunnel supports 25/head
authorEric Leblond <eric@regit.org>
Mon, 16 Jul 2012 10:16:37 +0000 (12:16 +0200)
committerEric Leblond <eric@regit.org>
Wed, 22 Aug 2012 10:14:54 +0000 (12:14 +0200)
commit6480cd1b9c2ad93288fc969d894270a7be32dc77
tree75fb47172b23fe5f8228fb1f0c977c6cd80756b8
parent09fa0b95429e9f6a1fb5c91c2f23b5d428f18520
Teredo tunnel supports

This patch should fix #480 by adding the support of Teredo tunnel.
The IPv6 content of the tunnel will be parsed in a similar way as
what is done the GRE tunnel. Signatures will then be matched on the
IPv6 content.
src/Makefile.am
src/decode-teredo.c [new file with mode: 0644]
src/decode-teredo.h [new file with mode: 0644]
src/decode-udp.c