Skip to content

Releases: farsightsec/fstrm

fstrm 0.6.1 released

05 Apr 17:25
Compare
Choose a tag to compare

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

14 Oct 16:59
Compare
Choose a tag to compare

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

11 Mar 20:56
Compare
Choose a tag to compare

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

11 May 19:10
Compare
Choose a tag to compare

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

10 Apr 14:09
Compare
Choose a tag to compare

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

17 Feb 18:25
Compare
Choose a tag to compare

ChangeLog:

  • Add support for '-' as a filename for stdin/stdout (PR #28)
  • Destroy condition variable and mutexes in fstrm_iothr_destroy() (PR #25)

v0.3.0

15 Jul 00:42
Compare
Choose a tag to compare

v0.2.0

ChangeLog: 0.2.0

  • Output file rotation (Issue #22).
  • Build on OS X (Issue #21).
  • Change state properly in fstrm_writer_close() (Issue #18).
  • force output flush on sighup (Issue #12).

fstrm 0.2.0

07 Nov 02:58
Compare
Choose a tag to compare
v0.2.0

ChangeLog: 0.2.0