zeek/testing/btest/scripts/base/protocols
Jon Siwek f1cef9d2a9 Fix issue w/ TCP reassembler not delivering some segments.
For example, if we have a connection between TCP "A" and TCP "B" and "A"
sends segments "1" and "2", but we don't see the first and then the next
acknowledgement from "B" is for everything up to, and including, "2",
the gap would be reported to include both segments instead of just the
first and then delivering the second.  Put generally: any segments that
weren't yet delivered because they're waiting for an earlier gap to be
filled would be dropped when an ACK comes in that includes the gap as
well as those pending segments.  (If a distinct ACK was seen for just
the gap, that situation would have worked).

Addresses BIT-1246.
2014-09-11 10:47:56 -05:00
..
conn FileAnalysis: add unit tests covering current protocol integration. 2013-03-19 15:50:05 -05:00
dhcp DHCP: Adding unit tests. 2013-07-31 17:30:56 -04:00
dnp3 fixed number of object bug in dnp3-protocol pac; update two base test trases 2013-08-23 18:10:30 -05:00
dns Fix possible buffer over-read in DNS TSIG parsing 2014-09-02 14:22:26 -05:00
ftp Finishing touches of the x509 file analyzer. 2014-03-13 15:21:30 -07:00
http Fix issue w/ TCP reassembler not delivering some segments. 2014-09-11 10:47:56 -05:00
irc Fix missing "irc-dcc-data" service field from IRC DCC connections. 2014-05-01 14:08:07 -05:00
modbus Merge remote-tracking branch 'origin/topic/hui/modbus-events' 2014-07-22 01:03:48 +02:00
pop3 Merge remote-tracking branch 'origin/topic/bernhard/even-more-ssl-changes' 2014-05-16 14:45:25 -07:00
radius Radius functionality and memleak test. 2014-05-15 11:49:03 -04:00
smtp Fixing SMTP state tracking. 2014-06-10 18:01:38 -07:00
snmp Add SNMP datagram parsing support. 2014-02-18 14:41:32 -06:00
socks SOCKS and tunnel test updates. 2012-06-20 14:19:49 -04:00
ssl Add two more ssl events - one triggered for each handshake message and one 2014-06-06 12:50:54 -07:00
syslog Porting syslog analyzer as another example. 2013-04-05 13:13:30 -07:00