]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: don't do protocol detection on gap
authorJason Ish <ish@unx.ca>
Mon, 12 Jun 2017 13:04:56 +0000 (07:04 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 15 Jun 2017 19:06:28 +0000 (21:06 +0200)
commit30be9f0b5d5870a7e65e6ea429aed3d5b4ca1f4b
tree055434f7d721261f2000dcd8f905f166c13aca07
parentb582cdef317d760f7fc223173b06abd9b28b81a7
stream: don't do protocol detection on gap

A gap notification has no data.

Also, break out the gap handling into its own code block to
simplify the conditional statements.
src/app-layer.c