]> git.ipfire.org Git - people/ms/suricata.git/commit - src/app-layer-smtp.c
flow: move file flags into their own variable
authorVictor Julien <victor@inliniac.net>
Wed, 5 Oct 2016 07:16:25 +0000 (09:16 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 7 Oct 2016 08:24:27 +0000 (10:24 +0200)
commitc81aaeda7bbfa92cef5ad7a6f577ba607b528a1e
tree0ae41cc02002a3d410c8393b43265f105126cd87
parent3fab684f974e6f13c3bf217029501e2cd1e4fe67
flow: move file flags into their own variable

Move FLOW_FILE_* flags into Flow::file_flags. Rename them to
FLOWFILE_* so non updated code will break.
src/app-layer-htp-file.c
src/app-layer-smtp.c
src/flow-util.h
src/flow.h
src/util-file.c