mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

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.
114 lines
4.6 KiB
Text
114 lines
4.6 KiB
Text
|
||
0.26 | 2012-08-24 15:10:04 -0700
|
||
|
||
* Fixing update-changes, which could pick the wrong control file. (Robin Sommer)
|
||
|
||
* Fixing GPG signing script. (Robin Sommer)
|
||
|
||
0.25 | 2012-08-01 13:55:46 -0500
|
||
|
||
* Fix configure script to exit with non-zero status on error (Jon Siwek)
|
||
|
||
0.24 | 2012-07-05 12:50:43 -0700
|
||
|
||
* Raise minimum required CMake version to 2.6.3 (Jon Siwek)
|
||
|
||
* Adding script to delete old fully-merged branches. (Robin Sommer)
|
||
|
||
0.23-2 | 2012-01-25 13:24:01 -0800
|
||
|
||
* Fix a bro-cut error message. (Daniel Thayer)
|
||
|
||
0.23 | 2012-01-11 12:16:11 -0800
|
||
|
||
* Tweaks to release scripts, plus a new one for signing files.
|
||
(Robin Sommer)
|
||
|
||
0.22 | 2012-01-10 16:45:19 -0800
|
||
|
||
* Tweaks for OpenBSD support. (Jon Siwek)
|
||
|
||
* bro-cut extensions and fixes. (Robin Sommer)
|
||
|
||
- If no field names are given on the command line, we now pass through
|
||
all fields. Adresses #657.
|
||
|
||
- Removing some GNUism from awk script. Addresses #653.
|
||
|
||
- Added option for time output in UTC. Addresses #668.
|
||
|
||
- Added output field separator option -F. Addresses #649.
|
||
|
||
- Fixing option -c: only some header lines were passed through
|
||
rather than all. (Robin Sommer)
|
||
|
||
* Fix parallel make portability. (Jon Siwek)
|
||
|
||
0.21-9 | 2011-11-07 05:44:14 -0800
|
||
|
||
* Fixing compiler warnings. Addresses #388. (Jon Siwek)
|
||
|
||
0.21-2 | 2011-11-02 18:12:13 -0700
|
||
|
||
* Fix for misnaming temp file in update-changes script. (Robin Sommer)
|
||
|
||
0.21-1 | 2011-11-02 18:10:39 -0700
|
||
|
||
* Little fix for make-release script, which could pick out the wrong
|
||
tag. (Robin Sommer)
|
||
|
||
0.21 | 2011-10-27 17:40:45 -0700
|
||
|
||
* Fixing bro-cut's usage message and argument error handling. (Robin Sommer)
|
||
|
||
* Bugfix in update-changes script. (Robin Sommer)
|
||
|
||
* update-changes now ignores commits it did itself. (Robin Sommer)
|
||
|
||
* Fix a bug in the update-changes script. (Robin Sommer)
|
||
|
||
* bro-cut now always installs to $prefix/bin by `make install`. (Jon Siwek)
|
||
|
||
* Options to adjust time format for bro-cut. (Robin Sommer)
|
||
|
||
The default with -d is now ISO format. The new option "-D <fmt>"
|
||
specifies a custom strftime()-style format string. Alternatively,
|
||
the environment variable BRO_CUT_TIMEFMT can set the format as
|
||
well.
|
||
|
||
* bro-cut now understands the field separator header. (Robin Sommer)
|
||
|
||
* Renaming options -h/-H -> -c/-C, and doing some general cleanup.
|
||
|
||
0.2 | 2011-10-25 19:53:57 -0700
|
||
|
||
* Adding support for replacing version string in a setup.py. (Robin
|
||
Sommer)
|
||
|
||
* Change generated root cert DN indices format for RFC2253
|
||
compliance. (Jon Siwek)
|
||
|
||
* New tool devel-tool |