Merge remote-tracking branch 'origin/topic/jsiwek/jj-bugs'

* origin/topic/jsiwek/jj-bugs:
  Fix incorrect data delivery skips after gap in HTTP Content-Range.
  Fix file analysis placement of data after gap in HTTP Content-Range.
  Fix issue w/ TCP reassembler not delivering some segments.
  Raise http_entity_data in line with data arrival.
  Implement file ID caching for MIME_Mail.
  BIT-1240: Fix MIME entity file data/gap ordering.

BIT-1240 #closed
BIT-1246 #closed
BIT-1247 #closed
BIT-1248 #closed
This commit is contained in:
Robin Sommer 2014-09-12 19:04:37 -07:00
commit 160543cbc6
30 changed files with 246 additions and 289 deletions

View file

@ -6,6 +6,7 @@
#include "Source.h"
#define HAVE_PCAP_INT_H
#ifdef HAVE_PCAP_INT_H
#include <pcap-int.h>
#endif