]> git.ipfire.org Git - thirdparty/suricata.git/commit
decoder/vxlan: improvements and cleanups 3977/head
authorVictor Julien <victor@inliniac.net>
Wed, 26 Jun 2019 10:22:33 +0000 (12:22 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 28 Jun 2019 08:03:37 +0000 (10:03 +0200)
commit82de6e06590cce00056d6886c8739271fbd33b05
tree47411c28a1a094ba2c2c31b35033231b1c5595ba
parent3519b011b7784b570c7de09e64e6f28988ef33be
decoder/vxlan: improvements and cleanups

Implement port config handling. Also check both src port and dest
port for tunnels that only set the destination port to the VXLAN
port. At the point of the check we don't know the packet direction
yet.

Implement as Suricata tunnel similar to Teredo.

Cleanups.
src/decode-udp.c
src/decode-vxlan.c
src/decode-vxlan.h
src/decode.c
src/decode.h
src/runmode-unittests.c
suricata.yaml.in