fstrm

Frame Streams library and tools for efficient binary data streaming

brewmacoslinux
Try with needOr install directly
Source

About

Frame Streams implementation in C

Commands

fstrm_capturefstrm_replay

Examples

Capture DNS traffic frames to a file$ fstrm_capture -i eth0 -w dns_frames.fstrm
Replay captured frames from a file$ fstrm_replay -r dns_frames.fstrm
Capture frames and pipe to another tool$ fstrm_capture -i eth0 | fstrm_replay