Package fstrm-utils

Frame Streams (fstrm) utilities

https://github.com/farsightsec/fstrm

Frame Streams is a light weight, binary clean protocol that allows for the
transport of arbitrarily encoded data payload sequences with minimal framing
overhead -- just four bytes per data frame. Frame Streams does not specify
an encoding format for data frames and can be used with any data serialization
format that produces byte sequences, such as Protocol Buffers, XML, JSON,
MessagePack, YAML, etc.

The fstrm-utils package contains command line utilities.

Version: 0.6.1

General Commands

fstrm_capture Receive and save Frame Streams data from a socket.
fstrm_dump Display metadata and contents of Frame Streams file.
fstrm_replay Replay saved Frame Streams data to a socket connection.