]> git.ipfire.org Git - thirdparty/suricata.git/commit
decode vlan: Always fill in vlan_id
authorMax Fillinger <maximilian.fillinger@fox-it.com>
Mon, 8 Jul 2019 14:01:23 +0000 (16:01 +0200)
committerMax Fillinger <maximilian.fillinger@fox-it.com>
Wed, 10 Jul 2019 10:10:22 +0000 (12:10 +0200)
commit8d3b04b0e3a013c12261e0d70d76cc9eb83d5773
treef693c22e4822d6eb7e27e590c638958851f6634c
parentcef9961f59abecf8c0a66c7dce707dcf556d2bc0
decode vlan: Always fill in vlan_id

Since the vlan.use-for-tracking setting is now handled in flow-hash.c,
we can fill in the vlan_id fields unconditionally. This makes the vlanh
fields unnecessary.

Related to https://redmine.openinfosecfoundation.org/issues/3076
src/decode-vlan.c
src/decode.h
src/source-af-packet.c
src/source-pfring.c
src/stream-tcp.c