]> git.ipfire.org Git - thirdparty/suricata.git/commit
profiling: fix compilation
authorVictor Julien <victor@inliniac.net>
Wed, 8 Jan 2014 15:11:43 +0000 (16:11 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 10 Jan 2014 10:53:40 +0000 (11:53 +0100)
commit106e1c7d19ebd2cafdacdffcba234ffcf6afb030
tree40d6b65d47fd5e87ef055a66c6933405f215479b
parent1cbd1cdf362ce1644bf40a109ff6955df5af08c6
profiling: fix compilation

Stream engine can't access app layer proto detection datatypes
anymore, so moved some of the logic into app-layer.c
src/app-layer.c
src/app-layer.h
src/stream-tcp-reassemble.c
src/stream-tcp.c