Releases: farsightsec/fstrm
fstrm 0.6.1 released
fstrm is a C implementation of the Frame Streams data transport protocol. The 0.6.1 release includes these changes:
- fstrm_capture: ignore SIGPIPE, which will cause the interrupted connections to generate an EPIPE instead.
- Fix truncation in snprintf calls in argument processing.
- fstrm_capture: Fix output printf format.
A source tarball is at https://dl.farsightsecurity.com/dist/fstrm/fstrm-0.6.1.tar.gz
SHA256: bca4ac1e982a2d923ccd24cce2c98f4ceeed5009694430f73fc0dcebca8f098f
fstrm 0.6.0
Version 0.6.0 of fstrm, a C implementation of the Frame Streams data transport protocol is released. It adds a new feature for fstrm_capture. It can perform output file rotation when a SIGUSR1 signal is received by fstrm_capture. (See the --gmtime or --localtime options.) This allows fstrm_capture's output file to be rotated by logrotate or a similar external utility. (Output rotation is suppressed if fstrm_capture is writing to stdout.)
The source tarball download is at https://dl.farsightsecurity.com/dist/fstrm/fstrm-0.6.0.tar.gz
Its sha256 checksum is a7049089eb0861ecaa21150a05613caa6dee4e8545b91191eff2269caa923910
fstrm 0.5.0
The C implementation of the Frame Streams data transport protocol, fstrm version 0.5.0, is released. Its changes include:
-
Change license to modern MIT license for compatibility with GPLv2 software. Contact [email protected] for alternate licensing.
-
src/fstrm_replay.c: For OpenBSD and Posix portability include netinet/in.h and sys/socket.h to get struct sockaddr_in and the AF_* defines respectively.
-
Fix various compiler warnings.
The download is at https://dl.farsightsecurity.com/dist/fstrm/fstrm-0.5.0.tar.gz
SHA256: 10ee7792a86face1d2271dc591652ab8c7af6976883887c69fdb11f10da135fc
fstrm 0.4.0
The C implementation of the Frame Streams data transport protocol, fstrm version 0.4.0, was released. It adds TCP support, a new tool, new documentation, and several improvements.
-
Added manual pages for fstrm_capture and fstrm_dump.
-
Added new tool, fstrm_replay, for replaying saved Frame Streams data
to a socket connection. -
Adds TCP support. Add tcp_writer to the core library which
implements a bi-directional Frame Streams writer as a TCP socket
client. Introduces new developer API: fstrm_tcp_writer_init,
fstrm_tcp_writer_options_init, fstrm_tcp_writer_options_destroy,
fstrm_tcp_writer_options_set_socket_address, and
fstrm_tcp_writer_options_set_socket_port. -
fstrm_capture: new options for reading from TCP socket.
-
fstrm_capture: add "-c" / "--connections" option to limit the
number of concurrent connections it will accept. -
fstrm_capture: add "-b / --buffer-size" option to set the read buffer
size (effectively the maximum frame size) to a value other than the
default 256 KiB. -
fstrm_capture: skip oversize messages to fix stalled connections
caused by messages larger than the read highwater mark of the input
buffer. Discarded messages are logged for the purposes of tuning
the input buffer size. -
fstrm_capture: complete sending of FINISH frame before closing
connection. -
Various test additions and improvements.
Download: https://dl.farsightsecurity.com/dist/fstrm/fstrm-0.4.0.tar.gz
SHA256: b20564cb2ebc7783a8383fbef5bcef5726f94baf48b83843553c9e1030b738ef
fstrm 0.3.2
fstrm 0.3.2 was released with a portability improvement:
- Accommodate systems without pthread_condattr_setclock (Issue #34)
Download: https://dl.farsightsecurity.com/dist/fstrm/fstrm-0.3.2.tar.gz
SHA256: 2d509999ac904e48c038f88820f47859da85ceb86c06552e4052897082423ec5
fstrm 0.3.1
v0.3.0
fstrm 0.2.0
v0.2.0 ChangeLog: 0.2.0