]> git.ipfire.org Git - thirdparty/suricata.git/commit
decode: support Cisco Fabric Path / DCE 2203/head
authorJason Ish <ish@unx.ca>
Sun, 14 Aug 2016 18:44:51 +0000 (12:44 -0600)
committerJason Ish <ish@unx.ca>
Fri, 26 Aug 2016 14:39:40 +0000 (08:39 -0600)
commit95015a3f6d0a4a21100e586a1fb19cb9f3206be7
treeaec9560905e5343897fc08e986febb032219ffaa
parenta8da6bbd7137fb5a41cb20c1fc8a230c78b646e4
decode: support Cisco Fabric Path / DCE

Cisco Fabric Path is ethernet wrapped in an ethernet like header
with 2 extra bytes.  The ethernet type is in the same location
so the ethernet decoder can be used with some validation
for the extra length.
rules/decoder-events.rules
src/decode-ethernet.c
src/decode-ethernet.h
src/decode-events.c
src/decode-events.h