]> git.ipfire.org Git - thirdparty/suricata.git/commit
decode/teredo: implement port support
authorVictor Julien <victor@inliniac.net>
Mon, 23 Mar 2020 10:06:55 +0000 (11:06 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 28 Mar 2020 17:03:31 +0000 (18:03 +0100)
commite97cdb48f3e32e8d76aaa2f7325a1a67e245be8e
tree17ed3e71e21d05df572aaec6145265592df633bb
parent0e4f261224ef7da7f49b35760ab69e8ea18226cb
decode/teredo: implement port support

Implement support for limiting Teredo detection and decoding to specific
UDP ports, with 3544 as the default.

If no ports are specified, the old behaviour of detecting/decoding on any
port is still in place. This can also be forced by specifying 'any' as the
port setting.
doc/userguide/configuration/suricata-yaml.rst
src/decode-teredo.c
src/decode-teredo.h
src/decode-udp.c
suricata.yaml.in